Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | merge with https://bitbucket.org/dhellmann/sphinx-graphviz-paragraphs/ | Georg Brandl | 2011-01-08 | 1 | -3/+20 | |
|\ \ | ||||||
| * | | add caption option to graphviz nodes and render the caption in latex output | Doug Hellmann | 2010-10-28 | 1 | -2/+19 | |
| | | | ||||||
* | | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix line length | Daniel Neuhäuser | 2010-09-28 | 1 | -1/+2 | |
| |/ |/| | ||||||
* | | add 'inline' flag to graphviz extension directives to control paragraph breaks | Doug Hellmann | 2010-09-16 | 1 | -3/+17 | |
| | | ||||||
* | | #443: Allow referencing external graphviz files. | Georg Brandl | 2010-08-23 | 1 | -6/+27 | |
| | | ||||||
* | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -3/+1 | |
| | | ||||||
* | | Make the dot command part of the caching system for dot output generation | Ali Afshar | 2010-08-06 | 1 | -0/+1 | |
|/ | ||||||
* | Rename os to osutil, thanks to relative imports. | Georg Brandl | 2010-01-17 | 1 | -1/+1 | |
| | ||||||
* | Refactor util package. | Georg Brandl | 2010-01-17 | 1 | -1/+1 | |
| | ||||||
* | merge with 0.6 | Georg Brandl | 2010-01-12 | 1 | -5/+16 | |
|\ | ||||||
| * | #316: catch "broken pipe" OSErrors when communicating with graphviz; get ↵ | Georg Brandl | 2010-01-12 | 1 | -6/+17 | |
| | | | | | | | | stdout/stderr anyway. This happens e.g. when dot does not support the selected output format. | |||||
* | | Added ``alt`` option to ``graphviz`` extension directives. | Georg Brandl | 2010-01-03 | 1 | -3/+12 | |
| | | ||||||
* | | merge with 0.6 | Georg Brandl | 2010-01-03 | 1 | -4/+6 | |
|\ \ | |/ | ||||||
| * | The ``alt`` text of inheritance diagrams is now much cleaner: | Georg Brandl | 2010-01-03 | 1 | -4/+6 | |
| | | | | | | | | it's not the graphviz code but a description "Inheritance diagram of ...". | |||||
* | | #309: The ``graphviz`` extension can now output SVG instead of PNG | Georg Brandl | 2010-01-02 | 1 | -17/+60 | |
|/ | | | | | images, controlled by the ``graphviz_output_format`` config value. Patch by Henrique Bastos. | |||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| | ||||||
* | #301: use errno values from errno module. | Georg Brandl | 2009-12-24 | 1 | -2/+2 | |
| | ||||||
* | Cleanup unused imports. | Georg Brandl | 2009-09-04 | 1 | -2/+0 | |
| | ||||||
* | #253: Ignore graphviz directives without content instead of | Georg Brandl | 2009-09-03 | 1 | -1/+6 | |
| | | | | raising an unhandled exception. | |||||
* | #202: dont raise a TypeError when dot cant be found. | Georg Brandl | 2009-07-09 | 1 | -2/+2 | |
| | ||||||
* | Fix sphinx.sty \includegraphics command redefinition | Leandro Lucarella | 2009-07-09 | 1 | -1/+1 | |
| | ||||||
* | Work around a bug with centering graphviz images in latex. | Georg Brandl | 2009-05-24 | 1 | -1/+1 | |
| | ||||||
* | seperate the return values of render_dot into two variablesv0.6.1 | Bernhard Leiner | 2009-03-26 | 1 | -1/+1 | |
| | ||||||
* | Fix for graphviz map files from Sebastian Wiesner. | Georg Brandl | 2009-03-16 | 1 | -6/+8 | |
| | ||||||
* | Encode graphviz input to utf-8. | Georg Brandl | 2009-03-09 | 1 | -0/+3 | |
| | ||||||
* | New ``graphviz`` extension to embed graphviz graphs. | Georg Brandl | 2009-03-04 | 1 | -0/+182 | |