Output in the dot language is supported. New options `--dot`/`--gv`
commit36975b4714d4a81b5109668f1f3e714a83a3e60f
authorsmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sun, 16 Jun 2013 10:53:50 +0000 (16 10:53 +0000)
committersmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sun, 16 Jun 2013 10:53:50 +0000 (16 10:53 +0000)
tree21828dd98352ccddaf229eba073147fa8f391a52
parent9ce8fdb8f57edd938db455e14b068f05f9d72ead
Output in the dot language is supported. New options `--dot`/`--gv`
and `--gxl` determine the output format. Added tests and refactored.
Renamed project from `rst2gxl` to `rst2graph`.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7673 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
70 files changed:
sandbox/rst2graph/global.log
sandbox/rst2graph/rst2dot.py [new symlink]
sandbox/rst2graph/rst2graph.pod [new file with mode: 0644]
sandbox/rst2graph/rst2graph.py [new symlink]
sandbox/rst2graph/rst2gv.py [new symlink]
sandbox/rst2graph/rst2gxl.py
sandbox/rst2graph/setup.py
sandbox/rst2graph/sortDot.pl [new file with mode: 0755]
sandbox/rst2graph/tag.log
sandbox/rst2graph/tests/command/expected/dotAndGv.err [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/dotAndGv.ex [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/dotAndGv.out [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/dotAndIndents.err [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/dotAndIndents.ex [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/dotAndIndents.out [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/dotOnly.err [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/dotOnly.ex [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/dotOnly.out [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/gxlAndDot.err [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/gxlAndDot.ex [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/gxlAndDot.out [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/gxlAndGv.err [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/gxlAndGv.ex [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/gxlAndGv.out [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/gxlOnly.err [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/gxlOnly.ex [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/gxlOnly.out [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/implyDot.err [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/implyDot.ex [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/implyDot.out [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/implyGv.err [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/implyGv.ex [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/implyGv.out [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/implyGxl.err [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/implyGxl.ex [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/implyGxl.out [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/noFormat.err [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/noFormat.ex [new file with mode: 0644]
sandbox/rst2graph/tests/command/expected/noFormat.out [new file with mode: 0644]
sandbox/rst2graph/tests/command/filterunit.cfg [new file with mode: 0644]
sandbox/rst2graph/tests/command/input/dotAndGv.opt [new file with mode: 0644]
sandbox/rst2graph/tests/command/input/dotAndIndents.opt [new file with mode: 0644]
sandbox/rst2graph/tests/command/input/dotOnly.opt [new file with mode: 0644]
sandbox/rst2graph/tests/command/input/gxlAndDot.opt [new file with mode: 0644]
sandbox/rst2graph/tests/command/input/gxlAndGv.opt [new file with mode: 0644]
sandbox/rst2graph/tests/command/input/gxlOnly.opt [new file with mode: 0644]
sandbox/rst2graph/tests/command/input/implyDot.opt [new file with mode: 0644]
sandbox/rst2graph/tests/command/input/implyGv.opt [new file with mode: 0644]
sandbox/rst2graph/tests/command/input/implyGxl.opt [new file with mode: 0644]
sandbox/rst2graph/tests/command/input/noFormat.opt [new file with mode: 0644]
sandbox/rst2graph/tests/simpleDot/expected/invalid.gv [new file with mode: 0644]
sandbox/rst2graph/tests/simpleDot/expected/sections.gv [new file with mode: 0644]
sandbox/rst2graph/tests/simpleDot/expected/table.gv [new file with mode: 0644]
sandbox/rst2graph/tests/simpleDot/expected/textOnly.gv [new file with mode: 0644]
sandbox/rst2graph/tests/simpleDot/filterunit.cfg [new file with mode: 0644]
sandbox/rst2graph/tests/simpleDot/input/invalid.rst [new file with mode: 0644]
sandbox/rst2graph/tests/simpleDot/input/sections.rst [new file with mode: 0644]
sandbox/rst2graph/tests/simpleDot/input/table.rst [new file with mode: 0644]
sandbox/rst2graph/tests/simpleDot/input/textOnly.rst [new file with mode: 0644]
sandbox/rst2graph/tests/variantsDot/expected/multiedgeSections.gv [new file with mode: 0644]
sandbox/rst2graph/tests/variantsDot/expected/reverseTable.gv [new file with mode: 0644]
sandbox/rst2graph/tests/variantsDot/expected/selectTable.gv [new file with mode: 0644]
sandbox/rst2graph/tests/variantsDot/filterunit.cfg [new file with mode: 0644]
sandbox/rst2graph/tests/variantsDot/input/multiedgeSections.opt [new file with mode: 0644]
sandbox/rst2graph/tests/variantsDot/input/multiedgeSections.rst [new file with mode: 0644]
sandbox/rst2graph/tests/variantsDot/input/reverseTable.opt [new file with mode: 0644]
sandbox/rst2graph/tests/variantsDot/input/reverseTable.rst [new file with mode: 0644]
sandbox/rst2graph/tests/variantsDot/input/selectTable.opt [new file with mode: 0644]
sandbox/rst2graph/tests/variantsDot/input/selectTable.rst [new file with mode: 0644]
sandbox/rst2graph/version.py