]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
links in importlib.metadata.rst replaced with sphinx references (GH-17730)
authorOleg Höfling <hoefling@users.noreply.github.com>
Sun, 29 Dec 2019 17:26:35 +0000 (18:26 +0100)
committerJason R. Coombs <jaraco@jaraco.com>
Sun, 29 Dec 2019 17:26:35 +0000 (12:26 -0500)
commitcbd0408b54c8f9512bfeace2aaf9da064053e86d
tree2bf6ed142a21824ac9d1230eeab62aef27cae41f
parent6c7bb38ff2799ac218e6df598b2b262f89e2bc1e
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>
Doc/library/importlib.metadata.rst
Doc/reference/import.rst
Misc/ACKS