We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b145a commit 3ef139eCopy full SHA for 3ef139e
2 files changed
docs/index.rst
@@ -9,16 +9,14 @@ Welcome to |project| documentation!
9
enabling early access to features of future Python versions and making
10
functionality available for older Python versions. Users are encouraged to
11
use the Python standard library where suitable and fall back to
12
-this library for future compatibility. Developers looking for detailed API
13
-descriptions should refer to the standard library documentation.
14
-
15
-The documentation here includes a general :ref:`usage <using>` guide.
+this library for future compatibility. For general usage guidance, start
+with :mod:`importlib.metadata` but substitute ``importlib_metadata``
+for ``importlib.metadata``.
16
17
18
.. toctree::
19
:maxdepth: 1
20
21
- using
22
api
23
migration
24
history
0 commit comments