Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix #656: Add ``graphviz_dot`` option to graphviz directives to switch the ↵ | Takeshi KOMIYA | 2016-01-18 | 1 | -10/+17 | |
| | | | | ``dot`` command | |||||
* | Remove unused variable: _graphviz_warned_ps2pdf | Takeshi KOMIYA | 2016-01-18 | 1 | -2/+1 | |
| | ||||||
* | Fix #2221: graphviz always warns about :inline: option | Takeshi KOMIYA | 2016-01-18 | 1 | -2/+4 | |
| | ||||||
* | ``sphinx.ext.graphviz``: show graph image in inline by default | Takeshi KOMIYA | 2016-01-17 | 1 | -13/+19 | |
| | | | | | | | To support subsutituion syntax, make graphviz node inline (ref: #1149). Now graphviz directive behaves like ``image`` directive when no captions. If specified, it generates ``figure`` node and ``caption`` node like ``figure`` directive. | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | sphinx.ext.graphviz: use <object> instead of <img> to embed svg | Hong Xu | 2015-12-16 | 1 | -1/+2 | |
| | | | | | | | | If svg files are embedded in <img> in html, all interactive features are lost, which graphviz is able to produce. This commit replace <img> with <object> for svg files. Close #967 | |||||
* | Support PEP-440 version spec for developers. | shimizukawa | 2015-03-14 | 1 | -1/+1 | |
| | ||||||
* | ext: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -3/+3 | |
| | ||||||
* | enables flake8 E501 line too long, E502 the backslash is redundant between ↵ | shimizukawa | 2015-03-07 | 1 | -2/+2 | |
| | | | | brackets | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Add imgpath property to all builders | tk0miya | 2014-09-27 | 1 | -8/+2 | |
| | | ||||||
* | | [WIP] parallel read | Georg Brandl | 2014-09-22 | 1 | -1/+1 | |
| | | ||||||
* | | Change extension setup() return value to a dictionary of metadata. | Georg Brandl | 2014-09-22 | 1 | -1/+1 | |
| | | | | | | | | This makes it possible to introduce more metadata values later. | |||||
* | | Return version from setup() for all sphinx.ext extensions. | Georg Brandl | 2014-09-03 | 1 | -0/+2 | |
| | | ||||||
* | | remove unnecessary line. | shirou | 2014-08-14 | 1 | -1/+0 | |
| | | ||||||
* | | decode when reading __doc__ on inheritance_diagram.py instead of decode on ↵ | shirou | 2014-08-14 | 1 | -4/+0 | |
| | | | | | | | | graphviz.py | |||||
* | | if code is not unicode, change to unicode in ext/graphviz.py. | shirou | 2014-08-14 | 1 | -0/+5 | |
| | | ||||||
* | | refactoring. remove old python related code (from sha import sha) | Takayuki Shimizukawa | 2014-08-10 | 1 | -5/+2 | |
| | | ||||||
* | | * for PR#265: update CHANGES, small refactoring. | Takayuki Shimizukawa | 2014-08-10 | 1 | -22/+16 | |
| | | ||||||
* | | Fix could not capture caption of graphviz node by xref | tk0miya | 2014-08-10 | 1 | -25/+34 | |
| | | | | | | | | | | | | | | | | std domain and LaTeX writer expect figure node for capturing captions, but graphviz directive returns graphviz node including caption attribute. So sphinx cannot capture it on resolving xref. This change makes graphviz directive returns figure and caption nodes in place. | |||||
* | | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+2 | |
| | | | | | | | | one source. refs #1350. | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | Merge | Dmitry Shachnev | 2014-01-20 | 1 | -5/+5 | |
|\ \ | |/ |/| | ||||||
| * | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | |||||
* | | Closes #1302: Fix regression in :mod:`sphinx.ext.inheritance_diagram` when ↵ | Georg Brandl | 2014-01-19 | 1 | -0/+3 | |
|/ | | | | documenting classes that can't be pickled. | |||||
* | #1131: try to make grapviz invocation more robust | Georg Brandl | 2013-03-30 | 1 | -8/+1 | |
| | ||||||
* | Fix pyflakes issues. | Georg Brandl | 2013-01-13 | 1 | -1/+0 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Fix whitespace / line length issues reported by "make test" | Jonathan Waltman | 2012-11-03 | 1 | -1/+1 | |
| | ||||||
* | Fixed encoding for Python 3 | Kacper Kowalik | 2012-05-06 | 1 | -2/+2 | |
| | ||||||
* | fixed encoding for hashing functions for Python 3 | Rob Reilink | 2012-03-13 | 1 | -1/+3 | |
| | ||||||
* | Stop graphviz nodes from showing up twice in text builders. | Robert Lehmann | 2012-02-15 | 1 | -3/+5 | |
| | ||||||
* | Fix: show [graph] in text builder | Timo Schmid | 2011-12-23 | 1 | -0/+1 | |
| | ||||||
* | Merge with 1.0 | Georg Brandl | 2011-09-22 | 1 | -1/+17 | |
|\ | ||||||
| * | Fix #720: add dummy visitor for graphviz nodes for man/text writer. | Georg Brandl | 2011-09-22 | 1 | -1/+19 | |
| | | ||||||
* | | Merge with 1.0. | Georg Brandl | 2011-09-21 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | #316: broader range of exceptions to catch while communicating with subprocess. | Georg Brandl | 2011-09-21 | 1 | -1/+1 | |
| | | ||||||
| * | Fix #659: use object start/end tag. | Georg Brandl | 2011-09-21 | 1 | -1/+1 | |
| | | ||||||
| * | #590: Fix inline display of graphviz diagrams in LaTeX output. | Georg Brandl | 2011-01-08 | 1 | -1/+1 | |
| | | ||||||
* | | Fix syntax. | Georg Brandl | 2011-09-21 | 1 | -1/+1 | |
| | | ||||||
* | | graphviz: Remove unused function get_svg_tag | Benoit Allard | 2011-08-24 | 1 | -5/+0 | |
| | | ||||||
* | | Render SVG using an img tag, not an object one. Even IE9 understands it now | Benoit Allard | 2011-08-24 | 1 | -33/+6 | |
| | | ||||||
* | | The graphviz extension uses an empty <object ... /> tag to embed svg files, ↵ | Njal Karevoll | 2011-08-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | but for the object tag the start and the end tag are required (see http://www.w3.org/TR/html40/struct/objects.html#edef-OBJECT). Issue #659: https://bitbucket.org/birkenfeld/sphinx/issue/659/patch-graphviz-object-tag-to-embed-svg | |||||
* | | graphviz: also catch IOError with Errno 22 (invalid parameter) | Benoit Allard | 2011-07-14 | 1 | -1/+8 | |
| | | | | | | | | | | This happen on Python2.7 and Graphviz version 2.12 (Mon Dec 4 22:04:37 UTC 2006) on Windows when a not recognized renderer type is asked. | |||||
* | | Fix NameError in graphviz.render_dot_texinfo. | Jonathan Waltman | 2011-06-30 | 1 | -1/+2 | |
| | | ||||||
* | | Add Texinfo support in ext.graphviz, ext.inheritance_diagram and ext.mathbase. | Jonathan Waltman | 2011-03-05 | 1 | -1/+21 | |
| | | ||||||
* | | Remove latex \label and add todo comment. | Georg Brandl | 2011-01-08 | 1 | -1/+1 | |
| | | ||||||
* | | Fix interpolation error, encode inserted caption strings and add the caption ↵ | Georg Brandl | 2011-01-08 | 1 | -5/+9 | |
| | | | | | | | | in HTML output too. |