From 6e87c17a7642f4b5f582e379ecca5f295591512d Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Fri, 23 Jul 2021 23:10:45 +0900 Subject: [PATCH] doc: Add document for autoproperty directive (refs: #9486) --- doc/usage/extensions/autodoc.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/usage/extensions/autodoc.rst b/doc/usage/extensions/autodoc.rst index c5347f36a7b..51a77bbbb3e 100644 --- a/doc/usage/extensions/autodoc.rst +++ b/doc/usage/extensions/autodoc.rst @@ -353,6 +353,7 @@ inserting them into the page source under a suitable :rst:dir:`py:module`, autodata automethod autoattribute + autoproperty These work exactly like :rst:dir:`autoclass` etc., 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`, option. .. versionchanged:: 2.0 :rst:dir:`autodecorator` added. + .. versionchanged:: 2.1 + :rst:dir:`autoproperty` added. .. versionchanged:: 3.4 :rst:dir:`autodata` and :rst:dir:`autoattribute` now have a ``no-value`` option.