mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #9492 from sphinx-doc/9486_autoproperty_docs
doc: Add document for autoproperty directive (refs: #9486)
This commit is contained in:
commit
07598f0d6f
@ -353,6 +353,7 @@ inserting them into the page source under a suitable :rst:dir:`py:module`,
|
|||||||
autodata
|
autodata
|
||||||
automethod
|
automethod
|
||||||
autoattribute
|
autoattribute
|
||||||
|
autoproperty
|
||||||
|
|
||||||
These work exactly like :rst:dir:`autoclass` etc.,
|
These work exactly like :rst:dir:`autoclass` etc.,
|
||||||
but do not offer the options used for automatic member documentation.
|
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.
|
option.
|
||||||
.. versionchanged:: 2.0
|
.. versionchanged:: 2.0
|
||||||
:rst:dir:`autodecorator` added.
|
:rst:dir:`autodecorator` added.
|
||||||
|
.. versionchanged:: 2.1
|
||||||
|
:rst:dir:`autoproperty` added.
|
||||||
.. versionchanged:: 3.4
|
.. versionchanged:: 3.4
|
||||||
:rst:dir:`autodata` and :rst:dir:`autoattribute` now have a ``no-value``
|
:rst:dir:`autodata` and :rst:dir:`autoattribute` now have a ``no-value``
|
||||||
option.
|
option.
|
||||||
|
Loading…
Reference in New Issue
Block a user