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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Fix #1063: autodoc: automodule directive handles undocumented module ...
Takeshi KOMIYA
2019-06-10
1
-11
/
+2
*
Merge branch '2.1.1' into 6436_napoleon_unknown_target_name
Takeshi KOMIYA
2019-06-10
1
-1
/
+1
|
\
|
*
Fix #6455: napoleon: docstrings for properties are not processed
Takeshi KOMIYA
2019-06-08
1
-1
/
+1
*
|
Fix #6436: napoleon: "Unknown target name" error
Takeshi KOMIYA
2019-06-09
1
-0
/
+3
|
/
*
Fix #6452: autosummary: crashed when generating document of properties
Takeshi KOMIYA
2019-06-07
1
-1
/
+1
*
Don't crash when autodocumenting classes with __slots__ = None
Audrey Dutcher
2019-06-05
1
-1
/
+1
*
Fix #1063: autodoc: automodule directive handles undocumented module level va...
Takeshi KOMIYA
2019-06-01
1
-2
/
+11
*
Merge pull request #6397 from tk0miya/6361_autodoc_typehints
Takeshi KOMIYA
2019-06-01
1
-0
/
+11
|
\
|
*
Close #6361: autodoc: Add autodoc_typehints to suppress typehints from signature
Takeshi KOMIYA
2019-05-26
1
-0
/
+11
*
|
Merge pull request #6412 from tk0miya/refactor_apidoc
Takeshi KOMIYA
2019-05-31
1
-2
/
+15
|
\
\
|
*
|
refactor apidoc: Add is_skipped_module()
Takeshi KOMIYA
2019-05-30
1
-2
/
+15
*
|
|
Fix autosummary should use new documenters
Takeshi KOMIYA
2019-05-30
1
-2
/
+4
*
|
|
Merge pull request #6396 from tk0miya/refactor_autosummary
Takeshi KOMIYA
2019-05-27
1
-31
/
+44
|
\
\
\
|
*
|
|
refactor: Add AutosummaryRenderer; rendering utility for autosummary
Takeshi KOMIYA
2019-05-26
1
-31
/
+44
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #6395 from tk0miya/6350_autosummary_is_confused_by_default...
Takeshi KOMIYA
2019-05-27
1
-4
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix #6350: autosummary is confused by an argument having namedtuple as a defa...
Takeshi KOMIYA
2019-05-25
1
-0
/
+8
|
*
|
Fix #6350: autosummary is confused by an argument having default string value...
Takeshi KOMIYA
2019-05-25
1
-4
/
+6
|
|
/
*
|
Close #6325: autodoc: Support attributes in __slots__
Takeshi KOMIYA
2019-05-22
2
-1
/
+59
|
/
*
Merge pull request #6365 from tk0miya/refactor_py_domain
Takeshi KOMIYA
2019-05-19
1
-1
/
+6
|
\
|
*
Close #744: autodoc: Support abstractmethod
Takeshi KOMIYA
2019-05-15
1
-1
/
+6
*
|
Merge branch '2.0' into master
Takeshi KOMIYA
2019-05-17
1
-1
/
+1
|
\
\
|
*
|
autosectionlabel: add type for suppress_warnings
Gibson Fahnestock
2019-05-15
1
-1
/
+1
*
|
|
Support coverage_ignore_pyobjects in the coverage builder
Adrián Chaves
2019-05-15
1
-3
/
+14
|
/
/
*
|
Merge pull request #6369 from tk0miya/refactor_apidoc_module_join
Takeshi KOMIYA
2019-05-15
1
-7
/
+16
|
\
\
|
*
|
refactor: apidoc: Replace makename() by module_join()
Takeshi KOMIYA
2019-05-15
1
-7
/
+16
|
|
/
*
|
Do not emit warning for Documenter.format_args()
Takeshi KOMIYA
2019-05-15
1
-3
/
+1
*
|
Fix FakeDirective emits warnings
Takeshi KOMIYA
2019-05-15
1
-2
/
+5
|
/
*
Merge branch '2.0' into 6311_autosummary_confused_by_complex_typehints2
Takeshi KOMIYA
2019-05-13
4
-18
/
+69
|
\
|
*
refactor get_members() in autosummary
Takeshi KOMIYA
2019-05-13
1
-11
/
+6
|
*
Merge branch '2.0' into refactor_py_domain3
Takeshi KOMIYA
2019-05-12
3
-9
/
+28
|
|
\
|
|
*
Merge branch '2.0' into 6165_tab_width
Takeshi KOMIYA
2019-05-12
1
-70
/
+56
|
|
|
\
|
|
*
|
Fix #6165: autodoc: ``tab_width`` setting of docutils has been ignored
Takeshi KOMIYA
2019-04-25
3
-9
/
+28
|
*
|
|
autodoc: Add PropertyDocumenter to detect properties
Takeshi KOMIYA
2019-05-12
2
-4
/
+41
|
|
|
/
|
|
/
|
*
|
|
Fix #6311: autosummary: autosummary table gets confused by complex type hints
Takeshi KOMIYA
2019-05-12
2
-31
/
+43
|
/
/
*
|
apidoc: Deprecate unused functions
Takeshi KOMIYA
2019-05-04
1
-0
/
+6
*
|
apidoc: Use a template for generating package file
Takeshi KOMIYA
2019-05-04
1
-53
/
+26
*
|
apidoc: Use a template for generating toc file
Takeshi KOMIYA
2019-05-04
1
-8
/
+10
*
|
apidoc: Use a template for generating module file
Takeshi KOMIYA
2019-05-04
1
-8
/
+13
|
/
*
Close #4777: autodoc: Support coroutine
Takeshi KOMIYA
2019-04-23
1
-1
/
+11
*
Merge branch '2.0' into refactor_py_domain2
Takeshi KOMIYA
2019-04-23
4
-28
/
+49
|
\
|
*
Merge pull request #6308 from tk0miya/imgmath_template
Takeshi KOMIYA
2019-04-19
1
-9
/
+31
|
|
\
|
|
*
imgmath: Use template file for LaTeX
Takeshi KOMIYA
2019-04-16
1
-9
/
+31
|
*
|
Make EventManager portable
Takeshi KOMIYA
2019-04-16
2
-4
/
+4
|
|
/
|
*
Merge pull request #6289 from alsrgv/add_imported_members_directive
Takeshi KOMIYA
2019-04-15
1
-1
/
+2
|
|
\
|
|
*
Add imported-members to the directive whitelist
Alex Sergeev
2019-04-13
1
-1
/
+2
|
*
|
Merge pull request #6288 from alsrgv/autodoc_bound_method
Takeshi KOMIYA
2019-04-14
1
-1
/
+3
|
|
\
\
|
|
*
|
Address feedback
Alex Sergeev
2019-04-13
1
-0
/
+1
|
|
*
|
Add support for bound methods posing as functions in the module
Alex Sergeev
2019-04-13
1
-1
/
+2
|
|
|
/
|
*
|
Add sphinx.util.inspect:isattributedescriptor()
Takeshi KOMIYA
2019-04-14
1
-13
/
+9
|
|
/
*
|
autodoc: Use new options for py:method directive
Takeshi KOMIYA
2019-04-13
1
-8
/
+15
|
/
[next]