From b4de397a00c6c9ef0551082d532a60badbea7ee9 Mon Sep 17 00:00:00 2001 From: wim glenn Date: Fri, 4 Dec 2020 13:57:21 -0600 Subject: [PATCH 1/2] fix broken link to entry-points details --- docs/pkg_resources.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pkg_resources.rst b/docs/pkg_resources.rst index 364e218328..c99f0cd13a 100644 --- a/docs/pkg_resources.rst +++ b/docs/pkg_resources.rst @@ -703,7 +703,7 @@ entry point group and look for entry points named "pre_process" and To advertise an entry point, a project needs to use ``setuptools`` and provide an ``entry_points`` argument to ``setup()`` in its setup script, so that the entry points will be included in the distribution's metadata. For more -details, see the [``setuptools`` documentation](https://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins). +details, see `Advertising Behavior _. Each project distribution can advertise at most one entry point of a given name within the same entry point group. For example, a distutils extension From 475fb309a8559556b12a5b37acd03e5d0cf49aa0 Mon Sep 17 00:00:00 2001 From: wim glenn Date: Sat, 5 Dec 2020 12:07:28 -0600 Subject: [PATCH 2/2] Update docs/pkg_resources.rst Co-authored-by: Sviatoslav Sydorenko --- docs/pkg_resources.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/pkg_resources.rst b/docs/pkg_resources.rst index c99f0cd13a..19d43244d1 100644 --- a/docs/pkg_resources.rst +++ b/docs/pkg_resources.rst @@ -703,7 +703,7 @@ entry point group and look for entry points named "pre_process" and To advertise an entry point, a project needs to use ``setuptools`` and provide an ``entry_points`` argument to ``setup()`` in its setup script, so that the entry points will be included in the distribution's metadata. For more -details, see `Advertising Behavior _. +details, see :ref:`Advertising Behavior`. Each project distribution can advertise at most one entry point of a given name within the same entry point group. For example, a distutils extension @@ -1939,4 +1939,3 @@ History 0.3a1 * Initial release. -