Skip to content

Commit

Permalink
Remove using documentation and instead point users to the stdlib docs.
Browse files Browse the repository at this point in the history
…Closes #466.
  • Loading branch information
jaraco committed Dec 14, 2023
1 parent 59b145a commit 3ef139e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 386 deletions.
8 changes: 3 additions & 5 deletions docs/index.rst
Expand Up @@ -9,16 +9,14 @@ Welcome to |project| documentation!
enabling early access to features of future Python versions and making
functionality available for older Python versions. Users are encouraged to
use the Python standard library where suitable and fall back to
this library for future compatibility. Developers looking for detailed API
descriptions should refer to the standard library documentation.

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``.


.. toctree::
:maxdepth: 1

using
api
migration
history
Expand Down

0 comments on commit 3ef139e

Please sign in to comment.