Fix #6785: py domain: :py:attr: is able to refer properties again

This commit is contained in:
Takeshi KOMIYA
2020-01-25 13:55:27 +09:00
parent f8fc6075ba
commit 33fcd393ab
4 changed files with 41 additions and 11 deletions

View File

@@ -18,6 +18,12 @@ module
* Link to :py:meth:`module_a.submodule.ModTopLevel.mod_child_1`
.. py:method:: ModTopLevel.prop
:property:
* Link to :py:attr:`prop attribute <.prop>`
* Link to :py:meth:`prop method <.prop>`
.. py:currentmodule:: None
.. py:class:: ModNoModule