summaryrefslogtreecommitdiff
path: root/sphinx/ext/autodoc/directive.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix annotationsTakeshi KOMIYA2018-12-101-2/+3
* Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA2018-12-011-2/+2
* Fix annotations for minor methods and functionsTakeshi KOMIYA2018-11-301-2/+2
* Fix typehints: sphinx.ext.autodocTakeshi KOMIYA2018-11-271-6/+11
* Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* autodoc: Respect `member-order` in `autodoc_default_options` as documentedEric N. Vander Weele2018-10-161-1/+1
* Remove unnecessary object from class definitionsJon Dufresne2018-09-111-2/+2
* Add autodoc_default_optionsTakeshi KOMIYA2018-08-181-2/+2
* autodoc: add 'exclude-members' to user global optionsLewis Haley2018-08-171-1/+1
* autodoc: allow specifying values to global argumentsLewis Haley2018-08-171-1/+1
* refactor: Replace Directive by SphinxDirectiveTakeshi KOMIYA2018-05-111-7/+5
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* Fix autodoc: crashed when invalid options givenTakeshi KOMIYA2018-03-031-2/+2
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* Fix #4538: autodoc: ``sphinx.ext.autodoc.Options`` has been movedTakeshi KOMIYA2018-02-041-11/+1
* Merge branch 'master' into dont_emit_system_message_on_autodoc_warningTakeshi KOMIYA2018-01-081-8/+6
* Fix flake8 violationTakeshi KOMIYA2018-01-081-1/+1
* Merge branch 'master' into refactor_autodocTakeshi KOMIYA2018-01-081-2/+2
* Merge branch 'master' into refactor_AutoDirectiveTakeshi KOMIYA2018-01-081-1/+2
* Update docstringsTakeshi KOMIYA2017-12-171-0/+4
* Replace AutodocReporter by switch_source_input()Takeshi KOMIYA2017-12-171-9/+3
* autodoc: refactor option_spec of autodirectivesTakeshi KOMIYA2017-12-171-19/+5
* autodoc: refactor AutoDirectiveTakeshi KOMIYA2017-12-171-0/+172