diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-04-13 20:25:07 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-04-13 20:26:07 +0900 |
commit | 6af38961036dbf05d9ff3c99ab8d39e8b2b5ec2a (patch) | |
tree | e013d61ccf885689b33858474f39fa10c45d7efd /doc/extdev | |
parent | a337cb793cf067a94f498b8842d7bc3ad96a87b2 (diff) | |
download | sphinx-git-6af38961036dbf05d9ff3c99ab8d39e8b2b5ec2a.tar.gz |
Add PyFunction and PyVariable; directives for python functions and variables
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/deprecated.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index ffe0bdccb..97eb0689a 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -121,9 +121,17 @@ The following is a list of deprecated interfaces. - 4.0 - ``sphinx.domains.python.PyAttribute``, ``sphinx.domains.python.PyMethod``, - ``sphinx.domains.python.PyClassMethod`` and + ``sphinx.domains.python.PyClassMethod``, + ``sphinx.domains.python.PyObject`` and ``sphinx.domains.python.PyStaticMethod`` + * - ``sphinx.domains.python.PyModulelevel`` + - 2.1 + - 4.0 + - ``sphinx.domains.python.PyFunction``, + ``sphinx.domains.python.PyObject`` and + ``sphinx.domains.python.PyVariable`` + * - ``sphinx.domains.std.StandardDomain._resolve_citation_xref()`` - 2.1 - 4.0 |