Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
* | Fix #9866: autodoc: doccoment for the imported class was ignored | Takeshi KOMIYA | 2021-11-21 | 1 | -0/+3 |
* | Fix #9607: autodoc: Incorrect base class detection | Takeshi KOMIYA | 2021-09-20 | 1 | -0/+4 |
* | Close #8061, #9218: autodoc: Support variable comment for alias classes | Takeshi KOMIYA | 2021-05-15 | 1 | -0/+3 |
* | refactor: Deprecate `no_docstring` argument for Documenter.add_content() | Takeshi KOMIYA | 2020-12-26 | 1 | -0/+3 |
* | Fix #8219: autodoc: Parameters for generic base class are not shown | Takeshi KOMIYA | 2020-11-09 | 1 | -0/+6 |
* | Fix #7613: autodoc: autodoc does not respect __signature__ of the class | Takeshi KOMIYA | 2020-11-01 | 1 | -0/+11 |
* | refactor: autodoc: class processors on autofunction is no longer needed | Takeshi KOMIYA | 2020-05-07 | 1 | -0/+12 |