Adam Turner
|
b691ebcc3e
|
Conform to PEP 257 summary line conventions
|
2022-02-20 02:57:02 +00:00 |
|
Adam Turner
|
5694e0ce60
|
Fix module docstring indentation
|
2022-02-20 00:35:13 +00:00 |
|
Adam Turner
|
4f5a3269a6
|
Fix module docstring first line
|
2022-02-20 00:11:08 +00:00 |
|
Adam Turner
|
6b8bccec59
|
Remove module titles in docstrings
|
2022-02-19 23:17:29 +00:00 |
|
Takeshi KOMIYA
|
b84771dcd2
|
A happy new year!
|
2022-01-01 18:45:03 +09:00 |
|
Takeshi KOMIYA
|
65c089bd40
|
Fix #9487: autodoc: typehint for cached_property is not shown
|
2021-07-22 23:25:03 +09:00 |
|
Takeshi KOMIYA
|
38d80c3d0f
|
Close #9445: autodoc: Support class properties
Since python 3.9, `classmethod` starts to support creating a "class
property". This supports to generate document for it.
|
2021-07-17 16:39:50 +09:00 |
|
Takeshi KOMIYA
|
75f5122996
|
Fix #7383: autodoc: Support typehints for properties
py:property directive now outputs py:property directive to describe
its type annotation.
|
2021-03-13 22:51:46 +09:00 |
|