File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,10 +120,10 @@ a list of packages to :func:`setup`'s ``packages`` argument instead of using
120120Using package metadata
121121======================
122122
123- `Setuptools `_ provides :setuptools: doc: `special support
124- <userguide/entry_point>` for plugins. By providing the `` entry_points ``
125- argument to :func: `setup ` in :file: `setup.py ` plugins can register themselves
126- for discovery.
123+ `Setuptools `_ provides :doc: `special support
124+ <setuptools: userguide/entry_point>` for plugins. By providing the
125+ `` entry_points `` argument to :func: `setup ` in :file: `setup.py ` plugins can
126+ register themselves for discovery.
127127
128128For example if you have a package named ``myapp-plugin-a `` and it includes
129129in its :file: `setup.py `:
@@ -165,10 +165,10 @@ Now the module of your choice can be imported by executing
165165
166166.. note :: The ``entry_point`` specification in :file:`setup.py` is fairly
167167 flexible and has a lot of options. It's recommended to read over the entire
168- section on :setuptools: doc: `entry points <userguide/entry_point >` .
168+ section on :doc: `entry points <setuptools: userguide/entry_point >` .
169169
170- .. note :: Since this specification is part of the :python: doc:`standard library
171- <library/importlib.metadata>`, most packaging tools other than setuptools
170+ .. note :: Since this specification is part of the :doc:`standard library
171+ <python: library/importlib.metadata>`, most packaging tools other than setuptools
172172 provide support for defining entry points.
173173
174174.. _Setuptools : https://setuptools.readthedocs.io
You can’t perform that action at this time.
0 commit comments