summaryrefslogtreecommitdiff
path: root/sphinx/ext/graphviz.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #656: Add ``graphviz_dot`` option to graphviz directives to switch the ``...Takeshi KOMIYA2016-01-181-10/+17
* Remove unused variable: _graphviz_warned_ps2pdfTakeshi KOMIYA2016-01-181-2/+1
* Fix #2221: graphviz always warns about :inline: optionTakeshi KOMIYA2016-01-181-2/+4
* ``sphinx.ext.graphviz``: show graph image in inline by defaultTakeshi KOMIYA2016-01-171-13/+19
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* sphinx.ext.graphviz: use <object> instead of <img> to embed svgHong Xu2015-12-161-1/+2
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-1/+1
* ext: pep8 fixesGeorg Brandl2015-03-081-3/+3
* enables flake8 E501 line too long, E502 the backslash is redundant between br...shimizukawa2015-03-071-2/+2
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Add imgpath property to all builderstk0miya2014-09-271-8/+2
* | [WIP] parallel readGeorg Brandl2014-09-221-1/+1
* | Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-221-1/+1
* | Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-031-0/+2
* | remove unnecessary line.shirou2014-08-141-1/+0
* | decode when reading __doc__ on inheritance_diagram.py instead of decode on gr...shirou2014-08-141-4/+0
* | if code is not unicode, change to unicode in ext/graphviz.py.shirou2014-08-141-0/+5
* | refactoring. remove old python related code (from sha import sha)Takayuki Shimizukawa2014-08-101-5/+2
* | * for PR#265: update CHANGES, small refactoring.Takayuki Shimizukawa2014-08-101-22/+16
* | Fix could not capture caption of graphviz node by xreftk0miya2014-08-101-25/+34
* | use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa2014-04-291-1/+2
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | MergeDmitry Shachnev2014-01-201-5/+5
|\ \ | |/ |/|
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-5/+5
* | 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"Jonathan 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-1/+17
|\
| * Fix #720: add dummy visitor for graphviz nodes for man/text writer.Georg Brandl2011-09-221-1/+19
* | Merge with 1.0.Georg Brandl2011-09-211-1/+1
|\ \ | |/
| * #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
* | 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.Jonathan Waltman2011-06-301-1/+2
* | Add Texinfo support in ext.graphviz, ext.inheritance_diagram and ext.mathbase.Jonathan 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