index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
ext
/
graphviz.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#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, b...
Njal Karevoll
2011-08-12
1
-1
/
+1
*
|
graphviz: also catch IOError with Errno 22 (invalid parameter)
Benoit Allard
2011-07-14
1
-1
/
+8
*
|
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
*
|
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 stdo...
Georg Brandl
2010-01-12
1
-6
/
+17
*
|
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
*
|
#309: The ``graphviz`` extension can now output SVG instead of PNG
Georg Brandl
2010-01-02
1
-17
/
+60
|
/
*
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
*
#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 variables
v0.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
[next]