mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
py domain: Generate node_id for objects in the right way
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -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
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user