Merge pull request #6365 from tk0miya/refactor_py_domain

Add :abstractmethod: option to py:method directive and support abstractmethod by autodoc
This commit is contained in:
Takeshi KOMIYA
2019-05-19 23:46:34 +09:00
committed by GitHub
8 changed files with 118 additions and 9 deletions

View File

@@ -82,6 +82,7 @@ Features added
* #6289: autodoc: :confval:`autodoc_default_options` now supports
``imported-members`` option
* #4777: autodoc: Support coroutine
* #744: autodoc: Support abstractmethod
* #6212 autosummary: Add :confval:`autosummary_imported_members` to display
imported members on autosummary
* #6271: ``make clean`` is catastrophically broken if building into '.'
@@ -89,6 +90,7 @@ Features added
* #4777: py domain: Add ``:async:`` option to :rst:dir:`py:function` directive
* py domain: Add new options to :rst:dir:`py:method` directive
- ``:abstractmethod:``
- ``:async:``
- ``:classmethod:``
- ``:property:``