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
/
tests
/
roots
/
test-ext-autodoc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support type comments in ``PropertyDocumenter`` (#11298)
picnixz
2023-04-06
2
-0
/
+16
*
Run pyupgrade (#11070)
Adam Turner
2023-01-02
3
-9
/
+9
*
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
13
-1
/
+31
*
Run the ``pyupgrade`` tool
Adam Turner
2022-10-17
8
-15
/
+14
*
Drop Python 3.7
Adam Turner
2022-09-27
2
-12
/
+0
*
Remove unneeded `noqa` lint suppression comments (#10772)
danieleades
2022-08-28
4
-12
/
+12
*
test: Add testcase for autodoc_inherit_docstring and attributes (refs: #10539)
Takeshi KOMIYA
2022-06-14
1
-0
/
+3
*
Add test cases for #8180
Anselm Kruis
2022-05-23
1
-0
/
+12
*
test: Add *args and **kwargs to testcase of target.typehints
Takeshi KOMIYA
2022-05-15
1
-1
/
+3
*
Merge pull request #10427 from tk0miya/10421_autodoc_preserve_defaults_for_cl...
Takeshi KOMIYA
2022-05-08
1
-0
/
+6
|
\
|
*
Fix #10421: autodoc_preserve_defaults doesn't work on class methods
Takeshi KOMIYA
2022-05-08
1
-0
/
+6
*
|
Merge remote-tracking branch 'origin/5.x' into HEAD
Takeshi KOMIYA
2022-05-07
1
-1
/
+4
|
\
\
|
|
/
|
*
Fix #10305: autodoc: Failed to extract optional forwardrefs
Takeshi KOMIYA
2022-04-17
1
-1
/
+4
*
|
Apply `autodoc_typehints_format` to all type hints
zuqq
2022-04-08
1
-1
/
+12
|
/
*
Merge pull request #10285 from jmp1985/master
Takeshi KOMIYA
2022-04-05
2
-0
/
+14
|
\
|
*
Added test case
James Parkhurst
2022-04-04
2
-0
/
+14
*
|
Close #8417: autodoc: :inherited-members: option now takes multiple classes
Takeshi KOMIYA
2022-04-03
1
-0
/
+5
*
|
Merge branch '5.x' into 10266_autodoc_preserve_defaults_crashes_on_kwonlyargs...
Takeshi KOMIYA
2022-04-03
1
-2
/
+4
|
\
\
|
*
|
Fix #10280: autodoc_docstring_signature generates needless return typehint
Takeshi KOMIYA
2022-04-03
1
-2
/
+4
|
|
/
*
|
Fix #10266: autodoc_preserve_defaults crashes on kwonlyargs w/o defaults
Takeshi KOMIYA
2022-04-02
1
-2
/
+6
|
/
*
Fix #10027: autodoc_typehints_format does not work with :show-inheritance:
Takeshi KOMIYA
2022-01-01
2
-2
/
+6
*
Fix #9883: autodoc: doccomment for the alias to mocked object was ignored
Takeshi KOMIYA
2021-11-29
1
-0
/
+7
*
Fix #9866: autodoc: doccoment for the imported class was ignored
Takeshi KOMIYA
2021-11-21
1
-0
/
+3
*
Fix #9781: autodoc_preserve_defaults does not support hexadecimal
Takeshi KOMIYA
2021-10-31
1
-2
/
+3
*
Fix #9752: autodoc: Failed to detect type annotation for slots attribute
Takeshi KOMIYA
2021-10-23
1
-0
/
+1
*
Fix #9607: autodoc: Incorrect base class detection
Takeshi KOMIYA
2021-09-20
1
-0
/
+4
*
Close #9639: autodoc: Support asynchronous generator functions
Takeshi KOMIYA
2021-09-17
2
-0
/
+8
*
Fix typos discovered by codespell
Christian Clauss
2021-09-08
1
-2
/
+2
*
Fix autodoc_docstring_signature support for __init__ and __new__
Jeremy Maitin-Shepard
2021-07-31
1
-0
/
+14
*
Close #9445: autodoc: Support class properties
Takeshi KOMIYA
2021-07-17
1
-1
/
+6
*
Fix #9384: autodoc_typehints='none' supports typehints for attributes
Takeshi KOMIYA
2021-06-29
1
-0
/
+10
*
Fix #9283: autodoc: failed to build doc for attribute not commented
Takeshi KOMIYA
2021-05-30
1
-0
/
+1
*
Close #8061, #9218: autodoc: Support variable comment for alias classes
Takeshi KOMIYA
2021-05-15
1
-0
/
+3
*
Merge pull request #9185 from AWhetter/autodoc_typehints_both
Takeshi KOMIYA
2021-05-12
1
-0
/
+2
|
\
|
*
autodoc.typehints can accurately represent overloads
Ashley Whetter
2021-05-08
1
-0
/
+2
*
|
Fix #9175: autodoc: Special member is not documented in the module
Takeshi KOMIYA
2021-05-08
1
-0
/
+14
|
/
*
Merge pull request #9159 from tk0miya/8588_nested_autodoc_type_aliases
Takeshi KOMIYA
2021-05-03
1
-0
/
+5
|
\
|
*
Close #8588: autodoc: autodoc_type_aliases supports dotted name
Takeshi KOMIYA
2021-05-03
1
-0
/
+5
*
|
Merge branch '4.x' into 8597_metadata_only_docstring
Takeshi KOMIYA
2021-05-03
2
-0
/
+2
|
\
\
|
*
|
Fix #8872: autodoc: stacked singledispatches are wrongly rendered
Takeshi KOMIYA
2021-05-03
2
-0
/
+2
|
|
/
*
|
Fix #8597: autodoc: metadata only docstring is treated as undocumented
Takeshi KOMIYA
2021-05-02
1
-0
/
+2
|
/
*
Merge pull request #8841 from AWhetter/autodoc_signatures_without_backslash
Takeshi KOMIYA
2021-04-04
1
-0
/
+6
|
\
|
*
Overloaded function signatures do not require a separating backslash
Ashley Whetter
2021-03-27
1
-0
/
+6
*
|
Test autodoc_typehint_undoc
Matt Wozniski
2021-03-27
1
-0
/
+10
|
/
*
Close #5603: autodoc: Allow to refer to a python object using canonical name
Takeshi KOMIYA
2021-03-27
2
-0
/
+16
*
Fix #7383: autodoc: Support typehints for properties
Takeshi KOMIYA
2021-03-13
1
-0
/
+6
*
Fix #759: autodoc: Add sphinx.ext.autodoc.preserve_defaults extension
Takeshi KOMIYA
2021-03-06
1
-0
/
+19
*
Close #8924: autodoc: Support `bound` argument for TypeVar
Takeshi KOMIYA
2021-02-24
1
-0
/
+3
*
Merge pull request #8803 from tk0miya/8775_autodoc_type_union_operator
Takeshi KOMIYA
2021-02-01
1
-0
/
+16
|
\
|
*
autodoc: Support type union operator (PEP-604) (refs: #8775)
Takeshi KOMIYA
2021-01-31
1
-0
/
+16
[next]