diff options
author | Oleg Höfling <hoefling@users.noreply.github.com> | 2019-12-29 17:26:35 (GMT) |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-12-29 17:26:35 (GMT) |
commit | cbd0408b54c8f9512bfeace2aaf9da064053e86d (patch) | |
tree | 2bf6ed142a21824ac9d1230eeab62aef27cae41f /Doc/reference/import.rst | |
parent | 6c7bb38ff2799ac218e6df598b2b262f89e2bc1e (diff) | |
download | cpython-cbd0408b54c8f9512bfeace2aaf9da064053e86d.zip cpython-cbd0408b54c8f9512bfeace2aaf9da064053e86d.tar.gz cpython-cbd0408b54c8f9512bfeace2aaf9da064053e86d.tar.bz2 |
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/import.rst')
-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 c958263..20a2ea6 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 ------------------- |