summaryrefslogtreecommitdiff
path: root/doc/usage/extensions/autodoc.rst
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/3.x' into exclude-members-fixpbudzyns2021-02-011-3/+25
|\
| * doc: Fix highlight languageTakeshi KOMIYA2021-01-101-3/+3
| * Update autodoc.rstHong Xu2020-12-271-1/+1
| * Doc: Correct type: "TypeAlias" -> "AliasType"Hong Xu2020-12-271-1/+1
| * Close #8022: autodoc: Allow to hide the value of the variables via metadataTakeshi KOMIYA2020-12-271-0/+10
| * Rename :novalue: option to :no-value: optionTakeshi KOMIYA2020-11-151-5/+5
| * autodoc: document :novalue: optionMarlon James2020-11-151-0/+12
* | update docspbudzyns2021-02-011-0/+11
|/
* Close #6518: autodoc: Add autodoc_type_aliasesTakeshi KOMIYA2020-10-031-0/+38
* Fix typo: anchestor -> ancestor.Bradley Dice2020-09-201-1/+1
* Close #8034: autodoc: :private-member: can take an list of member namesTakeshi KOMIYA2020-08-021-1/+14
* doc: Add modname separator tip for autodoc (refs: #7841)Takeshi KOMIYA2020-06-211-0/+6
* Close #2106: autodoc: Support multiple signatures on docstringTakeshi KOMIYA2020-05-301-0/+7
* Add support for :meta public:Eric Wieser2020-04-141-0/+15
* Correct minor typoPythonCoderAS2020-03-181-1/+1
* Close #7079: Make autodoc_typehints=description formalTakeshi KOMIYA2020-03-071-21/+4
* doc: Remove mention about py2Takeshi KOMIYA2020-02-241-3/+0
* Merge branch '2.0'Takeshi KOMIYA2020-01-301-0/+21
|\
| * Add a new extension: sphinx.ext.autodoc.typehintsTakeshi KOMIYA2020-01-251-0/+21
* | Merge branch '2.0'Takeshi KOMIYA2020-01-191-0/+11
|\ \ | |/
| * Add new event: autodoc-before-process-signatureTakeshi KOMIYA2020-01-131-0/+11
* | Close #6830: autodoc: consider a member private if docstring has "private" me...Takeshi KOMIYA2020-01-041-0/+14
* | doc: Add examples for :inherited-members:Takeshi KOMIYA2019-12-221-0/+10
* | Close #5923: autodoc: allow not to document inherited members of specific sup...Takeshi KOMIYA2019-12-011-1/+9
|/
* Fix typoTakeshi KOMIYA2019-11-281-1/+1
* doc: Update document for :annotation: option (refs: #6495)Takeshi KOMIYA2019-06-291-7/+9
* Merge pull request #6397 from tk0miya/6361_autodoc_typehintsTakeshi KOMIYA2019-06-011-0/+10
|\
| * Close #6361: autodoc: Add autodoc_typehints to suppress typehints from signatureTakeshi KOMIYA2019-05-261-0/+10
* | doclinter: restrict by 90 columnsTakeshi KOMIYA2019-05-261-4/+2
|/
* Address commentsAlex Sergeev2019-04-141-4/+7
* Address feedbackAlex Sergeev2019-04-131-2/+2
* docs: Remove a term "new" from config valuesTakeshi KOMIYA2019-02-271-1/+1
* Closes #1148: autodoc: Add autodecorator directive for decoratorsTakeshi KOMIYA2019-02-151-1/+3
* Closes #5459: autodoc: autodoc_default_options accepts True as a valueTakeshi KOMIYA2019-02-111-3/+6
* Merge branch '1.8'jfbu2018-12-281-1/+1
|\
| * Fix various spelling typosjfbu2018-12-271-1/+1
* | autodoc: Respect `member-order` in `autodoc_default_options` as documentedEric N. Vander Weele2018-10-161-3/+4
* | Fix #4182: autodoc: Support :confval:`suppress_warnings`Takeshi KOMIYA2018-08-261-0/+17
|/
* Fix typoTakeshi KOMIYA2018-08-221-1/+1
* Add autodoc_default_optionsTakeshi KOMIYA2018-08-181-23/+31
* autodoc: add 'exclude-members' to user global optionsLewis Haley2018-08-171-1/+3
* autodoc: allow specifying values to global argumentsLewis Haley2018-08-171-0/+17
* doc: Add "extensions" to usage guideStephen Finucane2018-06-201-0/+495