@@ -509,8 +509,8 @@ points (see below).
509509Use this keyword to specify any plugins that your project provides for any named
510510entry points that may be defined by your project or others that you depend on.
511511
512- For more information, see the section on ` Advertising Behavior
513- <https:// setuptools.readthedocs.io/en/latest/userguide/entry_point.html# dynamic- discovery-of- services- and- plugins> `_
512+ For more information, see the section on
513+ :ref: ` Advertising Behavior < setuptools: dynamic discovery of services and plugins >`
514514from the :ref: `setuptools ` docs.
515515
516516The most commonly used entry point is "console_scripts" (see below).
@@ -528,16 +528,16 @@ The most commonly used entry point is "console_scripts" (see below).
528528 ],
529529 },
530530
531- Use ``console_script `` ` entry points
532- <https:// setuptools.readthedocs.io/en/latest/setuptools.html# dynamic- discovery-of- services- and- plugins> `_
531+ Use ``console_script ``
532+ :ref: ` entry points < setuptools: dynamic discovery of services and plugins >`
533533to register your script interfaces. You can then let the toolchain handle the
534534work of turning these interfaces into actual scripts [2 ]_. The scripts will be
535535generated during the install of your :term: `distribution <Distribution
536536Package> `.
537537
538538For more information, see `Automatic Script Creation
539539<https://setuptools.readthedocs.io/en/latest/setuptools.html#automatic-script-creation> `_
540- from the `setuptools docs <https:// setuptools.readthedocs.io >`_ .
540+ from the :doc: `setuptools docs <setuptools:index >` .
541541
542542.. _`Choosing a versioning scheme` :
543543
@@ -706,9 +706,9 @@ Lastly, if you don't want to install any dependencies at all, you can run:
706706 python -m pip install -e . --no-deps
707707
708708
709- For more information, see the ` Development Mode
710- <https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode> `_ section
711- of the `setuptools docs <https:// setuptools.readthedocs.io >`_ .
709+ For more information, see the
710+ :doc: ` <Development Mode < setuptools:userguide/development_mode >` section
711+ of the :doc: `setuptools docs <setuptools >` .
712712
713713.. _`Packaging your project` :
714714
0 commit comments