Skip to content

Commit 3ef139e

Browse files
committed
Remove using documentation and instead point users to the stdlib docs. Closes #466.
1 parent 59b145a commit 3ef139e

File tree

2 files changed

+3
-386
lines changed

2 files changed

+3
-386
lines changed

docs/index.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ Welcome to |project| documentation!
99
enabling early access to features of future Python versions and making
1010
functionality available for older Python versions. Users are encouraged to
1111
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.
12+
this library for future compatibility. For general usage guidance, start
13+
with :mod:`importlib.metadata` but substitute ``importlib_metadata``
14+
for ``importlib.metadata``.
1615

1716

1817
.. toctree::
1918
:maxdepth: 1
2019

21-
using
2220
api
2321
migration
2422
history

0 commit comments

Comments
 (0)