X Tutup
Skip to content

[3.12] gh-125018: Add importlib.metadata semantic link targets (GH-125027)#125048

Merged
ncoghlan merged 1 commit intopython:3.12from
ncoghlan:backport-cda3b5a-3.12
Oct 7, 2024
Merged

[3.12] gh-125018: Add importlib.metadata semantic link targets (GH-125027)#125048
ncoghlan merged 1 commit intopython:3.12from
ncoghlan:backport-cda3b5a-3.12

Conversation

@ncoghlan
Copy link
Contributor

@ncoghlan ncoghlan commented Oct 7, 2024

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


📚 Documentation preview 📚: https://cpython-previews--125048.org.readthedocs.build/

…ythonGH-125027)

This allows direct intersphinx references to APIs via references
like `` :func:`importlib.metadata.version` ``.

---------

(cherry picked from commit cda3b5a)

Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup