diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-10-16 01:14:51 +0200 |
|---|---|---|
| committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-10-16 02:16:12 +0200 |
| commit | edfa441febf6c5d8af8973ce952b3a0c19b7b575 (patch) | |
| tree | b28e099e3fe17d6c9607608d9d79dc96eb5305a2 /docs/references | |
| parent | b170eac3e00f65c3d56d48d5aa8ee18f00a7baf9 (diff) | |
| download | python-setuptools-git-edfa441febf6c5d8af8973ce952b3a0c19b7b575.tar.gz | |
📝 Recover interdoc links & correct broken syntax
Diffstat (limited to 'docs/references')
| -rw-r--r-- | docs/references/keywords.rst | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/references/keywords.rst b/docs/references/keywords.rst index 56356190..80949154 100644 --- a/docs/references/keywords.rst +++ b/docs/references/keywords.rst @@ -1,3 +1,7 @@ +======== +Keywords +======== + ``name`` A string specifying the name of the package. @@ -189,7 +193,7 @@ discovery of services or plugins provided by a project. See :ref:`Dynamic Discovery of Services and Plugins` for details and examples of the format of this argument. In addition, this keyword is used to support - :ref:`Automatic Script Creation`. + :ref:`Automatic Script Creation <entry_points>`. ``extras_require`` A dictionary mapping names of "extras" (optional features of your project) @@ -317,15 +321,15 @@ ``use_2to3`` Convert the source code from Python 2 to Python 3 with 2to3 during the - build process. See :doc:`python3` for more details. + build process. See :doc:`../deprecated/python3` for more details. ``convert_2to3_doctests`` List of doctest source files that need to be converted with 2to3. - See :doc:`python3` for more details. + See :doc:`../deprecated/python3` for more details. ``use_2to3_fixers`` A list of modules to search for additional fixers to be used during - the 2to3 conversion. See :doc:`python3` for more details. + the 2to3 conversion. See :doc:`../deprecated/python3` for more details. ``use_2to3_exclude_fixers`` List of fixer names to be skipped. |
