Closed
Description
See #120650 (comment).
We use .. index:: single: uuidN
and other .. index::
directives in the UUID documentation. However, the anchor is after the actual function, meaning that https://docs.python.org/3/library/uuid.html#index-6 jumps to uuid3 instead of uuid1 for instance (compare with https://docs.python.org/3/library/uuid.html#uuid.uuid1).
OTOH, we could simply remove the .. index
usages but I don't remember whether they are intersphinxed or not.
Linked PRs
- gh-130461: Fix locations of
.. index::
directives usage in uuid docs #130468 - gh-130461: Remove unnecessary usages of
.. index::
directives in Doc/library/uuid.rst #130526 - [3.12] gh-130461: Remove unnecessary usages of
.. index::
directives in Doc/library/uuid.rst (#130526) #130546 - [3.13] gh-130461: Remove unnecessary usages of
.. index::
directives in Doc/library/uuid.rst (#130526) #130548
Metadata
Metadata
Assignees
Projects
Status
Todo