8000 gh-125018: Add importlib.metadata semantic link targets by ncoghlan · Pull Request #125027 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

Merged
Merged
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
Next Next commit
Use module docs link in NEWS entry
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
  • Loading branch information
ncoghlan and webknjaz authored Oct 7, 2024
commit 213179bc738276ecc2ab69b7cdd0fdc99bf1f32a
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The ``importlib.metadata`` documentation now includes semantic
The :mod:`importlib.metadata` documentation now includes semantic
cross-reference targets for the significant documented APIs. This means
intersphinx references like :func:`importlib.metadata.version` will
now work as expected.
Loading
0