diff options
author | Oleg Höfling <hoefling@users.noreply.github.com> | 2019-12-29 18:26:35 +0100 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-12-29 12:26:35 -0500 |
commit | cbd0408b54c8f9512bfeace2aaf9da064053e86d (patch) | |
tree | 2bf6ed142a21824ac9d1230eeab62aef27cae41f /Doc/reference | |
parent | bpo-39136: Fixed typos (GH-17720) (diff) | |
download | cpython-cbd0408b54c8f9512bfeace2aaf9da064053e86d.tar.gz cpython-cbd0408b54c8f9512bfeace2aaf9da064053e86d.tar.bz2 cpython-cbd0408b54c8f9512bfeace2aaf9da064053e86d.zip |
links in importlib.metadata.rst replaced with sphinx references (GH-17730)
The importlib.metadata documentation uses hardcoded links to internal
pages. This results in minor rendering issues. This change replaces
the hardcoded links with suitable Sphinx roles.
Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/import.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst index c95826305b6..20a2ea69e2d 100644 --- a/Doc/reference/import.rst +++ b/Doc/reference/import.rst @@ -202,6 +202,8 @@ named module, the two module objects will *not* be the same. By contrast, reinitialise the module contents by rerunning the module's code. +.. _finders-and-loaders: + Finders and loaders ------------------- |