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
/
doc
/
usage
/
extensions
/
autodoc.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'upstream/3.x' into exclude-members-fix
pbudzyns
2021-02-01
1
-3
/
+25
|
\
|
*
doc: Fix highlight language
Takeshi KOMIYA
2021-01-10
1
-3
/
+3
|
*
Update autodoc.rst
Hong Xu
2020-12-27
1
-1
/
+1
|
*
Doc: Correct type: "TypeAlias" -> "AliasType"
Hong Xu
2020-12-27
1
-1
/
+1
|
*
Close #8022: autodoc: Allow to hide the value of the variables via metadata
Takeshi KOMIYA
2020-12-27
1
-0
/
+10
|
*
Rename :novalue: option to :no-value: option
Takeshi KOMIYA
2020-11-15
1
-5
/
+5
|
*
autodoc: document :novalue: option
Marlon James
2020-11-15
1
-0
/
+12
*
|
update docs
pbudzyns
2021-02-01
1
-0
/
+11
|
/
*
Close #6518: autodoc: Add autodoc_type_aliases
Takeshi KOMIYA
2020-10-03
1
-0
/
+38
*
Fix typo: anchestor -> ancestor.
Bradley Dice
2020-09-20
1
-1
/
+1
*
Close #8034: autodoc: :private-member: can take an list of member names
Takeshi KOMIYA
2020-08-02
1
-1
/
+14
*
doc: Add modname separator tip for autodoc (refs: #7841)
Takeshi KOMIYA
2020-06-21
1
-0
/
+6
*
Close #2106: autodoc: Support multiple signatures on docstring
Takeshi KOMIYA
2020-05-30
1
-0
/
+7
*
Add support for :meta public:
Eric Wieser
2020-04-14
1
-0
/
+15
*
Correct minor typo
PythonCoderAS
2020-03-18
1
-1
/
+1
*
Close #7079: Make autodoc_typehints=description formal
Takeshi KOMIYA
2020-03-07
1
-21
/
+4
*
doc: Remove mention about py2
Takeshi KOMIYA
2020-02-24
1
-3
/
+0
*
Merge branch '2.0'
Takeshi KOMIYA
2020-01-30
1
-0
/
+21
|
\
|
*
Add a new extension: sphinx.ext.autodoc.typehints
Takeshi KOMIYA
2020-01-25
1
-0
/
+21
*
|
Merge branch '2.0'
Takeshi KOMIYA
2020-01-19
1
-0
/
+11
|
\
\
|
|
/
|
*
Add new event: autodoc-before-process-signature
Takeshi KOMIYA
2020-01-13
1
-0
/
+11
*
|
Close #6830: autodoc: consider a member private if docstring has "private" me...
Takeshi KOMIYA
2020-01-04
1
-0
/
+14
*
|
doc: Add examples for :inherited-members:
Takeshi KOMIYA
2019-12-22
1
-0
/
+10
*
|
Close #5923: autodoc: allow not to document inherited members of specific sup...
Takeshi KOMIYA
2019-12-01
1
-1
/
+9
|
/
*
Fix typo
Takeshi KOMIYA
2019-11-28
1
-1
/
+1
*
doc: Update document for :annotation: option (refs: #6495)
Takeshi KOMIYA
2019-06-29
1
-7
/
+9
*
Merge pull request #6397 from tk0miya/6361_autodoc_typehints
Takeshi KOMIYA
2019-06-01
1
-0
/
+10
|
\
|
*
Close #6361: autodoc: Add autodoc_typehints to suppress typehints from signature
Takeshi KOMIYA
2019-05-26
1
-0
/
+10
*
|
doclinter: restrict by 90 columns
Takeshi KOMIYA
2019-05-26
1
-4
/
+2
|
/
*
Address comments
Alex Sergeev
2019-04-14
1
-4
/
+7
*
Address feedback
Alex Sergeev
2019-04-13
1
-2
/
+2
*
docs: Remove a term "new" from config values
Takeshi KOMIYA
2019-02-27
1
-1
/
+1
*
Closes #1148: autodoc: Add autodecorator directive for decorators
Takeshi KOMIYA
2019-02-15
1
-1
/
+3
*
Closes #5459: autodoc: autodoc_default_options accepts True as a value
Takeshi KOMIYA
2019-02-11
1
-3
/
+6
*
Merge branch '1.8'
jfbu
2018-12-28
1
-1
/
+1
|
\
|
*
Fix various spelling typos
jfbu
2018-12-27
1
-1
/
+1
*
|
autodoc: Respect `member-order` in `autodoc_default_options` as documented
Eric N. Vander Weele
2018-10-16
1
-3
/
+4
*
|
Fix #4182: autodoc: Support :confval:`suppress_warnings`
Takeshi KOMIYA
2018-08-26
1
-0
/
+17
|
/
*
Fix typo
Takeshi KOMIYA
2018-08-22
1
-1
/
+1
*
Add autodoc_default_options
Takeshi KOMIYA
2018-08-18
1
-23
/
+31
*
autodoc: add 'exclude-members' to user global options
Lewis Haley
2018-08-17
1
-1
/
+3
*
autodoc: allow specifying values to global arguments
Lewis Haley
2018-08-17
1
-0
/
+17
*
doc: Add "extensions" to usage guide
Stephen Finucane
2018-06-20
1
-0
/
+495