py domain: Generate node_id for objects in the right way

This commit is contained in:
Takeshi KOMIYA
2020-03-02 00:45:50 +09:00
parent 5ff3b9dc4d
commit 729efd28b0
6 changed files with 96 additions and 88 deletions

View File

@@ -31,8 +31,10 @@ Incompatible changes
node_id for cross reference
* #7229: rst domain: Non intended behavior is removed such as ``numref_`` links
to ``.. rst:role:: numref``
* #6903: py domain: Internal data structure has changed. Now modules have
node_id for cross reference
* #6903: py domain: Internal data structure has changed. Both objects and
modules have node_id for cross reference
* #6903: py domain: Non intended behavior is removed such as ``say_hello_``
links to ``.. py:function:: say_hello()``
Deprecated
----------