[docs] [issue37741] importlib.metadata docs not showing up in the module index

Karthikeyan Singaravelan report at bugs.python.org
Mon Aug 5 14:21:33 EDT 2019


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

Including a module directive with synopsis as below in importlib.metadata.rst seems to fix this. It would also be good to include a link to source code from the importlib.metadata docs page since it's written in Python.

.. module:: importlib.metadata
   :synopsis: The implementation of the importlib metadata.

**Source code:** :source:`Lib/importlib/metadata/__init__.py`

----------
nosy: +xtreak

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37741>
_______________________________________


More information about the docs mailing list