summaryrefslogtreecommitdiff
path: root/tests/test_ext_autodoc_autoclass.py
Commit message (Expand)AuthorAgeFilesLines
* Close #9445: autodoc: Support class propertiesTakeshi KOMIYA2021-07-171-1/+9
* Merge branch '4.x' into 3014_autodoc-process-basesTakeshi KOMIYA2021-05-171-0/+12
|\
| * Close #8061, #9218: autodoc: Support variable comment for alias classesTakeshi KOMIYA2021-05-151-0/+12
* | Close #3014: autodoc: Add autodoc-process-basesTakeshi KOMIYA2021-05-161-0/+42
|/
* Close #8107: autodoc: Add class-doc-from option to autoclass directiveTakeshi KOMIYA2021-05-011-0/+47
* Fix #8818: autodoc: Super class having ``Any`` arguments causes nit-picky war...Takeshi KOMIYA2021-04-181-1/+2
* Fix #7383: autodoc: Support typehints for propertiesTakeshi KOMIYA2021-03-131-0/+21
* refactor: Fix the right hand value of autodoc options should be NoneTakeshi KOMIYA2021-02-041-3/+3
* Merge pull request #8297 from pbudzyns/exclude-members-fixTakeshi KOMIYA2021-02-041-4/+4
|\
| * rebase and fix testspbudzyns2021-02-011-4/+4
* | Fix #8800: autodoc: Uninitialized attributes in superclass are recognized as ...Takeshi KOMIYA2021-02-011-0/+67
|/
* Merge branch '3.4.x' into 3.xTakeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | refactor: Deprecate `no_docstring` argument for Documenter.add_content()Takeshi KOMIYA2020-12-261-0/+18
|/
* Fix #741: autodoc: inherited-members doesn't support instance attributes on s...Takeshi KOMIYA2020-12-181-0/+55
* Fix #8545: autodoc: a __slots__ attribute is not documented even having docst...Takeshi KOMIYA2020-12-171-0/+26
* Make tests/ a Python packageFrançois Freitag2020-11-201-1/+2
* Sort imports with isortFrançois Freitag2020-11-111-1/+0
* Fix #8219: autodoc: Parameters for generic base class are not shownTakeshi KOMIYA2020-11-091-0/+19
* Fix #8105: autodoc: the signature of decorated class is incorrectTakeshi KOMIYA2020-11-051-0/+25
* Fix #7613: autodoc: autodoc does not respect __signature__ of the classTakeshi KOMIYA2020-11-011-0/+50