Update html-plain writer.
[docutils.git] / sandbox / rst2graph / rst2graph.rst
blob5743d8a5c4db34594412d959de0979db63957d5e
1 =========
2 rst2graph
3 =========
5 ---------------------------------------------------------
6 generate graphs from the links in a reStructuredText file
7 ---------------------------------------------------------
9 :Author: smerten@oekonux.de
10 :Copyright: GPL v2
11 :Manual section: 1
12 :Manual group: text processing
14 SYNOPSIS
15 ========
17 **rst2graph.py** **--dot|--gv|--gxl** [*options*\]... [*reST* [*graph*\]]
19 **rst2dot.py** [*options*\]... [*reST* [*dot-graph*\]]
21 **rst2gv.py** [*options*\]... [*reST* [*dot-graph*\]]
23 **rst2gxl.py** [*options*\]... [*reST* [*gxl-graph*\]]
25 DESCRIPTION
26 ===========
28 Translates a reStructuredText_ document to a graph in various
29 languages. This can then be transformed to a graphic for instance by
30 Graphviz_.
32 OPTIONS
33 =======
35 .. include:: docutilsOptions.rst
37 SEE ALSO
38 ========
40 .. _Docutils:
42 * Docutils
44   http://docutils.sourceforge.net/
46 .. _reStructuredText:
48 * reStructuredText
50   http://docutils.sourceforge.net/rst.html
52 .. _GXL:
54 * GXL
56   http://www.gupro.de/GXL
58 .. _Graphviz:
60 * Graphviz
62   http://graphviz.org/
64 AVAILABILITY
65 ============
67 **rst2graph** is available from
69 http://www.merten-home.de/FreeSoftware/rst2graph/
71 and the Docutils sandbox
73 http://svn.code.sf.net/p/docutils/code/trunk/sandbox/rst2graph