-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Docs use deprecated Sphinx .. index::
entries
#97950
Comments
I want to remove them eventually, I think the best option may be (3) as index entry types are quite hard to patch into Sphinx. A |
In principle, these deprecated index-types can all be replaced with the more generic |
Removing sprint because the issue missed the ones in 2022 and 2023. |
Yep! I have the other PRs staged locally but didn't want to spam with several PRs! A |
…4158) * Uncomment object removal in pairindextypes * Use new-style index directive ('object') - C API * Use new-style index directive ('object') - Library * Use new-style index directive ('object') - Reference * Use new-style index directive ('object') - Tutorial (cherry picked from commit 6ab4636) Co-authored-by: Adam Turner <[email protected]>
…#104159) GH-97950: Use new-style index directive ('object') (GH-104158) * Uncomment object removal in pairindextypes * Use new-style index directive ('object') - C API * Use new-style index directive ('object') - Library * Use new-style index directive ('object') - Reference * Use new-style index directive ('object') - Tutorial (cherry picked from commit 6ab4636) Co-authored-by: Adam Turner <[email protected]>
…ythonGH-104160). (cherry picked from commit 3e7995c) Co-authored-by: Adam Turner <[email protected]>
…-104162) (cherry picked from commit 55d50d1) Co-authored-by: Adam Turner <[email protected]>
…) (#104163) Co-authored-by: Adam Turner <[email protected]>
* Uncomment builtin removal in pairindextypes * Use new-style index directive ('builtin') - C API * Use new-style index directive ('builtin') - Extending * Use new-style index directive ('builtin') - Library * Use new-style index directive ('builtin') - Reference * Use new-style index directive ('builtin') - Tutorial
…04164) * Uncomment builtin removal in pairindextypes * Use new-style index directive ('builtin') - C API * Use new-style index directive ('builtin') - Extending * Use new-style index directive ('builtin') - Library * Use new-style index directive ('builtin') - Reference * Use new-style index directive ('builtin') - Tutorial (cherry picked from commit f508800) Co-authored-by: Adam Turner <[email protected]>
#104221) GH-97950: Use new-style index directive ('builtin') (GH-104164) * Uncomment builtin removal in pairindextypes * Use new-style index directive ('builtin') - C API * Use new-style index directive ('builtin') - Extending * Use new-style index directive ('builtin') - Library * Use new-style index directive ('builtin') - Reference * Use new-style index directive ('builtin') - Tutorial (cherry picked from commit f508800) Co-authored-by: Adam Turner <[email protected]>
@AA-Turner Thanks for the PRs, all merged and backported to 3.11! Are we good to close this now or is there more to come? |
All done I believe, thanks all! A |
) * Uncomment builtin removal in pairindextypes * Use new-style index directive ('builtin') - C API * Use new-style index directive ('builtin') - Extending * Use new-style index directive ('builtin') - Library * Use new-style index directive ('builtin') - Reference * Use new-style index directive ('builtin') - Tutorial
In #97921 (comment) @hugovk noticed that Sphinx has deprecated some of the
.. index::
entry types:Currently we are using some of those in the docs, so we have at least 3 options:
(cc @AA-Turner)
Linked PRs
The text was updated successfully, but these errors were encountered: