]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-37741: make importlib.metadata docs discoverable through a module directive....
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 Apr 2021 01:08:17 +0000 (18:08 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Apr 2021 01:08:17 +0000 (18:08 -0700)
Automerge-Triggered-By: GH:jaraco
(cherry picked from commit 23acadcc1c75eb74b2459304af70d97a35001b34)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Doc/library/importlib.metadata.rst

index c8b4d4173de03c215b49d8df552d43bd8bbc5888..a057767ebd2f7de4b879477be5ed0e762f9fccd9 100644 (file)
@@ -4,6 +4,11 @@
  Using :mod:`!importlib.metadata`
 =================================
 
+.. module:: importlib.metadata
+   :synopsis: The implementation of the importlib metadata.
+
+**Source code:** :source:`Lib/importlib/metadata.py`
+
 .. note::
    This functionality is provisional and may deviate from the usual
    version semantics of the standard library.