We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e28cd commit f175e2cCopy full SHA for f175e2c
docs/pkg_resources.rst
@@ -12,10 +12,8 @@ packages.
12
13
.. attention::
14
Use of ``pkg_resources`` is deprecated in favor of
15
- `importlib.resources <https://docs.python.org/3/library/importlib.resources.html#module-importlib.resources>`_,
16
- `importlib.metadata <https://docs.python.org/3/library/importlib.metadata.html>`_,
17
- and their backports (:pypi:`importlib_resources`,
18
- :pypi:`importlib_metadata`).
+ :mod:`importlib.resources`, :mod:`importlib.metadata`
+ and their backports (:pypi:`importlib_resources`, :pypi:`importlib_metadata`).
19
Users should refrain from new usage of ``pkg_resources`` and
20
should work to port to importlib-based solutions.
21
0 commit comments