summaryrefslogtreecommitdiff
path: root/sphinx/ext/graphviz.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-5/+5
|\
| * MergeDmitry Shachnev2014-01-201-5/+5
| |\
| | * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-5/+5
* | | Update copyright year.Georg Brandl2014-03-011-1/+1
|/ /
* | Closes #1302: Fix regression in :mod:`sphinx.ext.inheritance_diagram` when do...Georg Brandl2014-01-191-0/+3
|/
* #1131: try to make grapviz invocation more robustGeorg Brandl2013-03-301-8/+1
* Fix pyflakes issues.Georg Brandl2013-01-131-1/+0
* Copyright update.Georg Brandl2013-01-011-1/+1
* Fix whitespace / line length issues reported by "make test"Jon Waltman2012-11-031-1/+1
* Fixed encoding for Python 3Kacper Kowalik2012-05-061-2/+2
* fixed encoding for hashing functions for Python 3Rob Reilink2012-03-131-1/+3
* Stop graphviz nodes from showing up twice in text builders.Robert Lehmann2012-02-151-3/+5
* Fix: show [graph] in text builderTimo Schmid2011-12-231-0/+1
* Merge with 1.0Georg Brandl2011-09-221-48/+98
|\
| * Merge with 1.0.Georg Brandl2011-09-211-1/+1
| |\
| * | Fix syntax.Georg Brandl2011-09-211-1/+1
| * | graphviz: Remove unused function get_svg_tagBenoit Allard2011-08-241-5/+0
| * | Render SVG using an img tag, not an object one. Even IE9 understands it nowBenoit Allard2011-08-241-33/+6
| * | The graphviz extension uses an empty <object ... /> tag to embed svg files, b...Njal Karevoll2011-08-121-1/+1
| * | graphviz: also catch IOError with Errno 22 (invalid parameter)Benoit Allard2011-07-141-1/+8
| * | Fix NameError in graphviz.render_dot_texinfo.Jon Waltman2011-06-301-1/+2
| * | Add Texinfo support in ext.graphviz, ext.inheritance_diagram and ext.mathbase.Jon Waltman2011-03-051-1/+21
| * | Remove latex \label and add todo comment.Georg Brandl2011-01-081-1/+1
| * | Fix interpolation error, encode inserted caption strings and add the caption ...Georg Brandl2011-01-081-5/+9
| * | merge with https://bitbucket.org/dhellmann/sphinx-graphviz-paragraphs/Georg Brandl2011-01-081-2/+3
| |\ \
| | * \ merge with 1.0Georg Brandl2011-01-041-1/+1
| | |\ \
| | * | | Fix line lengthDasIch2010-09-281-1/+2
| * | | | add caption option to graphviz nodes and render the caption in latex outputDoug Hellmann2010-10-281-2/+19
| |/ / /
| * | | add 'inline' flag to graphviz extension directives to control paragraph breaksDoug Hellmann2010-09-161-3/+17
| * | | #443: Allow referencing external graphviz files.Georg Brandl2010-08-231-6/+27
| * | | Docstring harmonization.Georg Brandl2010-08-221-3/+1
| * | | Make the dot command part of the caching system for dot output generationAli Afshar2010-08-061-0/+1
* | | | Fix #720: add dummy visitor for graphviz nodes for man/text writer.Georg Brandl2011-09-221-1/+19
| |_|/ |/| |
* | | #316: broader range of exceptions to catch while communicating with subprocess.Georg Brandl2011-09-211-1/+1
* | | Fix #659: use object start/end tag.Georg Brandl2011-09-211-1/+1
* | | #590: Fix inline display of graphviz diagrams in LaTeX output.Georg Brandl2011-01-081-1/+1
| |/ |/|
* | New year update.Georg Brandl2011-01-041-1/+1
|/
* Rename os to osutil, thanks to relative imports.Georg Brandl2010-01-171-1/+1
* Refactor util package.Georg Brandl2010-01-171-1/+1
* merge with 0.6Georg Brandl2010-01-121-19/+71
|\
| * Added ``alt`` option to ``graphviz`` extension directives.Georg Brandl2010-01-031-3/+12
| * merge with 0.6Georg Brandl2010-01-031-16/+59
| |\
| | * #309: The ``graphviz`` extension can now output SVG instead of PNGGeorg Brandl2010-01-021-17/+60
* | | #316: catch "broken pipe" OSErrors when communicating with graphviz; get stdo...Georg Brandl2010-01-121-6/+17
|/ /
* | The ``alt`` text of inheritance diagrams is now much cleaner:Georg Brandl2010-01-031-4/+6
|/
* Happy new year!Georg Brandl2010-01-011-1/+1
* #301: use errno values from errno module.Georg Brandl2009-12-241-2/+2
* Cleanup unused imports.Georg Brandl2009-09-041-2/+0
* #253: Ignore graphviz directives without content instead ofGeorg Brandl2009-09-031-1/+6
* #202: dont raise a TypeError when dot cant be found.Georg Brandl2009-07-091-2/+2