8000 gh-130461: Fix locations of `.. index::` directives usage in uuid docs by Mr-Sunglasses · Pull Request #130468 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-130461: Fix locations of .. index:: directives usage in uuid docs #130468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: add NEWS entry for the change
  • Loading branch information
Mr-Sunglasses committed Feb 24, 2025
commit 36daa795b93bee1bbedd40b267ffce57f170a4e7
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Removed ``.. index::`` directives from uuid module documentation.
* These directives previously created entries in the general index for functions like ``getnode``, ``uuid1``, ``uuid3``, ``uuid4``, ``uuid5``, and ``uuid8``.
* This change affects the intersphinx inventory. (GH-130461)
Loading
0