Skip to content

Commit 283d1a3

Browse files
committed
Correct intersphinx syntax
1 parent 3242424 commit 283d1a3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

source/guides/creating-and-discovering-plugins.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ a list of packages to :func:`setup`'s ``packages`` argument instead of using
120120
Using 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

128128
For example if you have a package named ``myapp-plugin-a`` and it includes
129129
in 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

0 commit comments

Comments
 (0)