Skip to content

Commit 07598f0

Browse files
authored
Merge pull request #9492 from sphinx-doc/9486_autoproperty_docs
doc: Add document for autoproperty directive (refs: #9486)
2 parents 43528da + 6e87c17 commit 07598f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/usage/extensions/autodoc.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ inserting them into the page source under a suitable :rst:dir:`py:module`,
353353
autodata
354354
automethod
355355
autoattribute
356+
autoproperty
356357
357358
These work exactly like :rst:dir:`autoclass` etc.,
358359
but do not offer the options used for automatic member documentation.
@@ -422,6 +423,8 @@ inserting them into the page source under a suitable :rst:dir:`py:module`,
422423
option.
423424
.. versionchanged:: 2.0
424425
:rst:dir:`autodecorator` added.
426+
.. versionchanged:: 2.1
427+
:rst:dir:`autoproperty` added.
425428
.. versionchanged:: 3.4
426429
:rst:dir:`autodata` and :rst:dir:`autoattribute` now have a ``no-value``
427430
option.

0 commit comments

Comments
 (0)