Skip to content

Commit

Permalink
Merge pull request #9492 from sphinx-doc/9486_autoproperty_docs
Browse files Browse the repository at this point in the history
doc: Add document for autoproperty directive (refs: #9486)
  • Loading branch information
tk0miya committed Jul 24, 2021
2 parents 43528da + 6e87c17 commit 07598f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/usage/extensions/autodoc.rst
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 07598f0

Please sign in to comment.