8000 gh-93851: Fix all broken links in Doc/ by arhadthedev · Pull Request #93853 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-93851: Fix all broken links in Doc/ #93853

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 21, 2022
Prev Previous commit
Next Next commit
Add a living link to setuptool entry points
  • Loading branch information
arhadthedev committed Jun 15, 2022
commit bd5d3d27697149b293e9e30ed6148c73ac1d19b1
2 changes: 1 addition & 1 deletion Doc/library/importlib.metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Inspect the resolved entry point::
The ``group`` and ``name`` are arbitrary values defined by the package author
and usually a client will wish to resolve all entry points for a particular
group. Read `the setuptools docs
<http://web.archive.org/web/20190327190821/https://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins>`_
<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_
for more information on entry points, their definition, and usage.

*Compatibility Note*
Expand Down
0