Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
Closed
Description
We use.. index:: single: uuidN
and other.. index::
directives in the UUID documentation. However, the anchor isafter the actual function, meaning thathttps://docs.python.org/3/library/uuid.html#index-6 jumps to uuid3 instead of uuid1 for instance (compare withhttps://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