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
*
Introduce fips safe sha1, see issue #7611
Lars Hupfeldt
2020-05-05
1
-2
/
+1
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
Close #6966: graphviz: Support ``:class:`` option
Takeshi KOMIYA
2019-12-27
1
-4
/
+8
*
Migrate to py3 style type annotation: sphinx.ext.graphviz
Takeshi KOMIYA
2019-07-01
1
-51
/
+33
*
Close #5124: graphviz: :graphviz_dot: option is renamed to :layout:
Takeshi KOMIYA
2019-06-02
1
-1
/
+4
*
Merge pull request #6111 from tk0miya/6028_make_graphviz_reproducible
Takeshi KOMIYA
2019-02-27
1
-3
/
+1
|
\
|
*
Fix #6028: graphviz: Ensure the graphviz filenames are reproducible
Takeshi KOMIYA
2019-02-27
1
-3
/
+1
*
|
Use subprocess.run() instead of Popen()
Takeshi KOMIYA
2019-01-13
1
-19
/
+13
*
|
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
\
|
|
/
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Replace EnvironmentError and IOError by OSError
Takeshi KOMIYA
2018-12-19
1
-5
/
+3
*
|
Merge pull request #5819 from jdufresne/coding-comment
Takeshi KOMIYA
2018-12-17
1
-1
/
+0
|
\
\
|
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
|
Remove redundant coerce to str in string formatting
Jon Dufresne
2018-12-16
1
-4
/
+3
|
/
/
*
|
Merge pull request #5803 from jdufresne/encoding-utf8
Takeshi KOMIYA
2018-12-16
1
-3
/
+3
|
\
\
|
*
|
Avoid respecifying default encoding for .encode()/.decode() calls
Jon Dufresne
2018-12-15
1
-3
/
+3
*
|
|
Replace ENOENT errno checks with Python 3 FileNotFoundError
Jon Dufresne
2018-12-15
1
-4
/
+2
|
/
/
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-12
/
+11
*
|
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Takeshi KOMIYA
2018-12-15
1
-2
/
+2
*
|
Simplify open() call by removing default mode
Jon Dufresne
2018-12-11
1
-2
/
+2
*
|
Fix annotations
Takeshi KOMIYA
2018-12-08
1
-5
/
+1
*
|
refactor figure_wrapper() using state.inline_text()
Takeshi KOMIYA
2018-12-04
1
-7
/
+5
*
|
Add SphinxTranslator as an abstract class
Takeshi KOMIYA
2018-12-03
1
-2
/
+3
*
|
Fix annotations for Directives (Replace N_co with nodes.Node)
Takeshi KOMIYA
2018-12-01
1
-4
/
+4
*
|
Fix annotations for extensions
Takeshi KOMIYA
2018-12-01
1
-12
/
+14
*
|
Fix annotations for minor methods and functions
Takeshi KOMIYA
2018-11-30
1
-3
/
+3
*
|
Fix annotaions for extensions
Takeshi KOMIYA
2018-11-28
1
-16
/
+20
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-11-01
1
-2
/
+2
|
\
\
|
|
/
|
*
Correctly deal with non-existing static dir in graphviz extension
Jeroen Demeyer
2018-10-17
1
-2
/
+2
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-10-16
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix mypy violations
Takeshi KOMIYA
2018-10-16
1
-2
/
+2
*
|
Merge branch 'master' into HEAD
Takeshi KOMIYA
2018-09-22
1
-3
/
+2
|
\
\
|
*
|
Prefer builtin open() over io.open() and codecs.open()
Jon Dufresne
2018-09-11
1
-3
/
+2
|
|
/
*
|
Remove unnecessary object from class definitions
Jon Dufresne
2018-09-11
1
-1
/
+1
|
/
*
graphviz: Don't use document.current_source
Takeshi KOMIYA
2018-08-21
1
-3
/
+1
*
Merge branch 'master' into graphviz_width_of_svg
Takeshi KOMIYA
2018-08-07
1
-3
/
+12
|
\
|
*
graphviz: rename docpath -> docname
Rok Roskar
2018-08-06
1
-3
/
+4
|
*
graphviz: add document name to graphviz node
Rok Roskar
2018-08-06
1
-4
/
+8
|
*
graphviz: make path construction more readable
Rok Roskar
2018-08-06
1
-2
/
+5
|
*
graphviz: run dot in the document directory
Rok Roskar
2018-08-06
1
-1
/
+2
*
|
Fix #5002: graphviz: SVGs do not adapt to the column width
Takeshi KOMIYA
2018-08-05
1
-7
/
+22
|
/
*
refactor: Replace Directive by SphinxDirective
Takeshi KOMIYA
2018-05-11
1
-8
/
+9
*
Allow imgcls as class for SVG Graphviz <object>
Michael Goerz
2018-04-21
1
-3
/
+5
*
Wrap graphviz diagrams in <div class="graphviz">
Michael Goerz
2018-04-20
1
-4
/
+8
*
Merge branch '1.7'
Takeshi KOMIYA
2018-03-18
1
-2
/
+2
|
\
|
*
Revert "Use typing.TYPE_CHECKING for typehints"
Takeshi KOMIYA
2018-03-13
1
-2
/
+2
*
|
Merge branch 'master' into dont_stringify_exceptions
Takeshi KOMIYA
2018-03-04
1
-3
/
+3
|
\
\
|
*
|
Make console and warning messages translatable
Takeshi KOMIYA
2018-03-03
1
-3
/
+3
|
|
/
*
|
Use six.text_type to stringify exceptions
Takeshi KOMIYA
2018-03-03
1
-3
/
+3
|
/
[next]