summaryrefslogtreecommitdiff
path: root/tests/roots/test-ext-autodoc
Commit message (Expand)AuthorAgeFilesLines
* Support type comments in ``PropertyDocumenter`` (#11298)picnixz2023-04-062-0/+16
* Run pyupgrade (#11070)Adam Turner2023-01-023-9/+9
* Insert ``from __future__ import annotations``Adam Turner2023-01-0113-1/+31
* Run the ``pyupgrade`` toolAdam Turner2022-10-178-15/+14
* Drop Python 3.7Adam Turner2022-09-272-12/+0
* Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-284-12/+12
* test: Add testcase for autodoc_inherit_docstring and attributes (refs: #10539)Takeshi KOMIYA2022-06-141-0/+3
* Add test cases for #8180Anselm Kruis2022-05-231-0/+12
* test: Add *args and **kwargs to testcase of target.typehintsTakeshi KOMIYA2022-05-151-1/+3
* Merge pull request #10427 from tk0miya/10421_autodoc_preserve_defaults_for_cl...Takeshi KOMIYA2022-05-081-0/+6
|\
| * Fix #10421: autodoc_preserve_defaults doesn't work on class methodsTakeshi KOMIYA2022-05-081-0/+6
* | Merge remote-tracking branch 'origin/5.x' into HEADTakeshi KOMIYA2022-05-071-1/+4
|\ \ | |/
| * Fix #10305: autodoc: Failed to extract optional forwardrefsTakeshi KOMIYA2022-04-171-1/+4
* | Apply `autodoc_typehints_format` to all type hintszuqq2022-04-081-1/+12
|/
* Merge pull request #10285 from jmp1985/masterTakeshi KOMIYA2022-04-052-0/+14
|\
| * Added test caseJames Parkhurst2022-04-042-0/+14
* | Close #8417: autodoc: :inherited-members: option now takes multiple classesTakeshi KOMIYA2022-04-031-0/+5
* | Merge branch '5.x' into 10266_autodoc_preserve_defaults_crashes_on_kwonlyargs...Takeshi KOMIYA2022-04-031-2/+4
|\ \
| * | Fix #10280: autodoc_docstring_signature generates needless return typehintTakeshi KOMIYA2022-04-031-2/+4
| |/
* | Fix #10266: autodoc_preserve_defaults crashes on kwonlyargs w/o defaultsTakeshi KOMIYA2022-04-021-2/+6
|/
* Fix #10027: autodoc_typehints_format does not work with :show-inheritance:Takeshi KOMIYA2022-01-012-2/+6
* Fix #9883: autodoc: doccomment for the alias to mocked object was ignoredTakeshi KOMIYA2021-11-291-0/+7
* Fix #9866: autodoc: doccoment for the imported class was ignoredTakeshi KOMIYA2021-11-211-0/+3
* Fix #9781: autodoc_preserve_defaults does not support hexadecimalTakeshi KOMIYA2021-10-311-2/+3
* Fix #9752: autodoc: Failed to detect type annotation for slots attributeTakeshi KOMIYA2021-10-231-0/+1
* Fix #9607: autodoc: Incorrect base class detectionTakeshi KOMIYA2021-09-201-0/+4
* Close #9639: autodoc: Support asynchronous generator functionsTakeshi KOMIYA2021-09-172-0/+8
* Fix typos discovered by codespellChristian Clauss2021-09-081-2/+2
* Fix autodoc_docstring_signature support for __init__ and __new__Jeremy Maitin-Shepard2021-07-311-0/+14
* Close #9445: autodoc: Support class propertiesTakeshi KOMIYA2021-07-171-1/+6
* Fix #9384: autodoc_typehints='none' supports typehints for attributesTakeshi KOMIYA2021-06-291-0/+10
* Fix #9283: autodoc: failed to build doc for attribute not commentedTakeshi KOMIYA2021-05-301-0/+1
* Close #8061, #9218: autodoc: Support variable comment for alias classesTakeshi KOMIYA2021-05-151-0/+3
* Merge pull request #9185 from AWhetter/autodoc_typehints_bothTakeshi KOMIYA2021-05-121-0/+2
|\
| * autodoc.typehints can accurately represent overloadsAshley Whetter2021-05-081-0/+2
* | Fix #9175: autodoc: Special member is not documented in the moduleTakeshi KOMIYA2021-05-081-0/+14
|/
* Merge pull request #9159 from tk0miya/8588_nested_autodoc_type_aliasesTakeshi KOMIYA2021-05-031-0/+5
|\
| * Close #8588: autodoc: autodoc_type_aliases supports dotted nameTakeshi KOMIYA2021-05-031-0/+5
* | Merge branch '4.x' into 8597_metadata_only_docstringTakeshi KOMIYA2021-05-032-0/+2
|\ \
| * | Fix #8872: autodoc: stacked singledispatches are wrongly renderedTakeshi KOMIYA2021-05-032-0/+2
| |/
* | Fix #8597: autodoc: metadata only docstring is treated as undocumentedTakeshi KOMIYA2021-05-021-0/+2
|/
* Merge pull request #8841 from AWhetter/autodoc_signatures_without_backslashTakeshi KOMIYA2021-04-041-0/+6
|\
| * Overloaded function signatures do not require a separating backslashAshley Whetter2021-03-271-0/+6
* | Test autodoc_typehint_undocMatt Wozniski2021-03-271-0/+10
|/
* Close #5603: autodoc: Allow to refer to a python object using canonical nameTakeshi KOMIYA2021-03-272-0/+16
* Fix #7383: autodoc: Support typehints for propertiesTakeshi KOMIYA2021-03-131-0/+6
* Fix #759: autodoc: Add sphinx.ext.autodoc.preserve_defaults extensionTakeshi KOMIYA2021-03-061-0/+19
* Close #8924: autodoc: Support `bound` argument for TypeVarTakeshi KOMIYA2021-02-241-0/+3
* Merge pull request #8803 from tk0miya/8775_autodoc_type_union_operatorTakeshi KOMIYA2021-02-011-0/+16
|\
| * autodoc: Support type union operator (PEP-604) (refs: #8775)Takeshi KOMIYA2021-01-311-0/+16