summaryrefslogtreecommitdiff
path: root/tests/test_ext_autodoc.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-281-1/+1
* Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-281-1/+1
* test: Add testcase for autodoc_inherit_docstring and attributes (refs: #10539)Takeshi KOMIYA2022-06-141-0/+8
* Remove redundant code for Python < 3.6Hugo van Kemenade2022-05-011-1/+0
* Fix a testcase for py36Takeshi KOMIYA2022-04-051-15/+31
* Added test caseJames Parkhurst2022-04-041-0/+3
* Merge branch '4.x'Takeshi KOMIYA2022-03-191-8/+3
|\
| * Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
| * Conform to PEP 257 summary line conventionsAdam Turner2022-02-201-2/+4
| * Fix module docstring indentationAdam Turner2022-02-201-3/+3
| * Fix module docstring first lineAdam Turner2022-02-201-2/+1
| * Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* | autodoc: The default of autodoc_typehints_format becomes to 'smart'Takeshi KOMIYA2022-01-021-6/+6
|/
* Merge pull request #10034 from tk0miya/10027_autodoc_typehints_format_for_basesTakeshi KOMIYA2022-01-021-2/+17
|\
| * Fix #10027: autodoc_typehints_format does not work with :show-inheritance:Takeshi KOMIYA2022-01-011-2/+17
* | A happy new year!Takeshi KOMIYA2022-01-011-1/+1
|/
* Fix #9866: autodoc: doccoment for the imported class was ignoredTakeshi KOMIYA2021-11-211-1/+4
* Fix #9752: autodoc: Failed to detect type annotation for slots attributeTakeshi KOMIYA2021-10-231-0/+1
* test: Support python-3.11Takeshi KOMIYA2021-10-091-1/+11
* Merge pull request #9640 from tk0miya/9639_support_asyncgenfunctionTakeshi KOMIYA2021-09-181-53/+0
|\
| * Close #9639: autodoc: Support asynchronous generator functionsTakeshi KOMIYA2021-09-171-53/+0
* | Fix #9630: autodoc: Failed to build xrefs if primary_domain is not 'py'Takeshi KOMIYA2021-09-141-10/+10
|/
* Fix #9487: autodoc: typehint for cached_property is not shownTakeshi KOMIYA2021-07-221-0/+1
* Fix testcase: Enum changes were reverted in Python 3.10Karolina Surma2021-07-141-8/+1
* Merge branch '4.x' into 8597_metadata_only_docstringTakeshi KOMIYA2021-05-031-0/+3
|\
| * Fix #8872: autodoc: stacked singledispatches are wrongly renderedTakeshi KOMIYA2021-05-031-0/+3
* | Fix #8597: autodoc: metadata only docstring is treated as undocumentedTakeshi KOMIYA2021-05-021-0/+28
|/
* Fix #9110: autodoc: metadata of GenericAlias is not rendered as a reference i...Takeshi KOMIYA2021-04-191-2/+2
* Fix #8818: autodoc: Super class having ``Any`` arguments causes nit-picky war...Takeshi KOMIYA2021-04-181-2/+2
* Merge branch '3.x'Takeshi KOMIYA2021-04-031-1/+8
|\
| * Fix testcase: the signature of Enum class has been changed since HEAD of 3.10Takeshi KOMIYA2021-04-031-1/+8
* | Close #5603: autodoc: Allow to refer to a python object using canonical nameTakeshi KOMIYA2021-03-271-0/+31
* | Rename DocumenterBridge.filename_set to record_dependenciesTakeshi KOMIYA2021-03-211-1/+1
* | Fix #7383: autodoc: Support typehints for propertiesTakeshi KOMIYA2021-03-131-6/+3
* | Close #8924: autodoc: Support `bound` argument for TypeVarTakeshi KOMIYA2021-02-241-0/+8
* | Merge branch '3.x' into merge_3.x_into_masterjfbu2021-02-041-19/+174
|\ \ | |/
| * Merge pull request #8297 from pbudzyns/exclude-members-fixTakeshi KOMIYA2021-02-041-19/+174
| |\
| | * rebase and fix testspbudzyns2021-02-011-1/+1
| | * Merge remote-tracking branch 'upstream/3.x' into exclude-members-fixpbudzyns2021-02-011-32/+172
| | |\
| | * | check if autodoc_defaults are str, fix testspbudzyns2021-02-011-18/+18
| | * | redundant '+' has no effectpbudzyns2021-01-251-0/+9
| | * | add more extendable options and testspbudzyns2021-01-251-34/+0
| | * | add more extendable options and testspbudzyns2021-01-251-0/+4
| | * | add more extendable options and testspbudzyns2021-01-251-0/+176
* | | | Merge branch '3.x' into master_with_merged_3.xjfbu2021-02-021-0/+44
|\ \ \ \ | |/ / /
| * | | Fix #8775: Avoid the crash of autodoc caused by type union operatorTakeshi KOMIYA2021-02-011-1/+1
| * | | autodoc: Support type union operator (PEP-604) (refs: #8775)Takeshi KOMIYA2021-01-311-0/+44
| | |/ | |/|
* | | Merge branch '3.x'Takeshi KOMIYA2021-01-221-6/+6
|\ \ \ | |/ /
| * | Close #8514: autodoc: Default values of overloads are taken from actual imple...Takeshi KOMIYA2021-01-171-2/+2
| * | Fix #8693: autodoc: Default values for overloads are rendered as stringTakeshi KOMIYA2021-01-171-6/+6