-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-125018: Add importlib.metadata semantic link targets #125027
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
gh-125018: Add importlib.metadata semantic link targets #125027
Conversation
This allows direct intersphinx references to APIs via references like `` :func:`importlib.metadata.version` ``.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ncoghlan.
Misc/NEWS.d/next/Documentation/2024-10-07-00-31-17.gh-issue-125018.yKnymn.rst
Show resolved
Hide resolved
Misc/NEWS.d/next/Documentation/2024-10-07-00-31-17.gh-issue-125018.yKnymn.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review comments folks. Mostly accepted and included in the latest push, a few more detailed responses inline.
Misc/NEWS.d/next/Documentation/2024-10-07-00-31-17.gh-issue-125018.yKnymn.rst
Show resolved
Hide resolved
Thanks for the reviews folks. Merging this to get the link targets added, we can always adjust the docs further in future PRs. |
Thanks @ncoghlan for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Sorry, @ncoghlan, I could not cleanly backport this to
|
Sorry, @ncoghlan, I could not cleanly backport this to
|
…#125027) This allows direct intersphinx references to APIs via references like `` :func:`importlib.metadata.version` ``. --------- Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> (cherry picked from commit cda3b5a)
GH-125047 is a backport of this pull request to the 3.13 branch. |
GH-125048 is a backport of this pull request to the 3.12 branch. |
3.12 backport is set to automerge, 3.13 backport merge will have to wait until the branch is unlocked post-3.13.0. |
…5027) (#125048) This allows direct intersphinx references to APIs via references like `` :func:`importlib.metadata.version` ``. --------- (cherry picked from commit cda3b5a) Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
…5027) (#125047) gh-125018: Add importlib.metadata semantic link targets (#125027) This allows direct intersphinx references to APIs via references like `` :func:`importlib.metadata.version` ``. (cherry picked from commit cda3b5a) --------- Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This allows direct intersphinx references to APIs via references like
:func:`importlib.metadata.version`
.importlib
documentation doesn't declare functions properly #125018📚 Documentation preview 📚: https://cpython-previews--125027.org.readthedocs.build/