-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
The index directive with "builtin" type generates different index entry than the function directive #7219
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
Labels
Milestone
Comments
Unfortunately, python specific index types (like |
What should be used in the Python documentation? |
tk0miya
added a commit
to tk0miya/sphinx
that referenced
this issue
Mar 28, 2020
tk0miya
added a commit
to tk0miya/sphinx
that referenced
this issue
Mar 29, 2020
tk0miya
added a commit
to tk0miya/sphinx
that referenced
this issue
Mar 29, 2020
tk0miya
added a commit
that referenced
this issue
Mar 29, 2020
Fix #7219: py:function directive generates incorrect index entry
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
and
generate similar but different index entries.
The former generates:
The latter generates:
Differences:
Link: https://docs.python.org/3/genindex-M.html
This issue was reported on the Python bug tracker: https://bugs.python.org/issue21352.
Would be nice to unify and merge index entries generated by "function" and "index".
The text was updated successfully, but these errors were encountered: