diff options
author | Anderson Bravalheri <andersonbravalheri+github@gmail.com> | 2022-06-17 09:38:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 09:38:05 +0100 |
commit | e85063a9cfcb3de9322fe601f418768f927b73e8 (patch) | |
tree | 79f38d9244923a793655337c05a6e0ab0fa6377f | |
parent | 9d487039eaab63eda2283c69653ef1b09ccf702d (diff) | |
download | python-setuptools-git-e85063a9cfcb3de9322fe601f418768f927b73e8.tar.gz |
Reorder words in footnote to improve the meaning
-rw-r--r-- | docs/userguide/datafiles.rst | 2 | ||||
-rw-r--r-- | docs/userguide/package_discovery.rst | 2 | ||||
-rw-r--r-- | docs/userguide/quickstart.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/userguide/datafiles.rst b/docs/userguide/datafiles.rst index 8501e95d..e6476c5b 100644 --- a/docs/userguide/datafiles.rst +++ b/docs/userguide/datafiles.rst @@ -541,7 +541,7 @@ run time be included **inside the package**. .. [#beta] Support for adding build configuration options via the ``[tool.setuptools]`` - in the ``pyproject.toml`` file table is still in **beta** stage. + table in the ``pyproject.toml`` file is still in **beta** stage. See :doc:`/userguide/pyproject_config`. .. [#system-dirs] These locations can be discovered with the help of diff --git a/docs/userguide/package_discovery.rst b/docs/userguide/package_discovery.rst index ec282bad..5732b6bc 100644 --- a/docs/userguide/package_discovery.rst +++ b/docs/userguide/package_discovery.rst @@ -587,7 +587,7 @@ The project layout remains the same and ``setup.cfg`` remains the same. .. [#beta] Support for adding build configuration options via the ``[tool.setuptools]`` - in the ``pyproject.toml`` file table is still in **beta** stage. + table in the ``pyproject.toml`` file is still in **beta** stage. See :doc:`/userguide/pyproject_config`. .. [#layout1] https://blog.ionelmc.ro/2014/05/25/python-packaging/#the-structure .. [#layout2] https://blog.ionelmc.ro/2017/09/25/rehashing-the-src-layout/ diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index 5ee1ce7b..6c39c352 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -450,7 +450,7 @@ up-to-date references that can help you when it is time to distribute your work. .. [#beta] Support for adding build configuration options via the ``[tool.setuptools]`` - in the ``pyproject.toml`` file table is still in **beta** stage. + table in the ``pyproject.toml`` file is still in **beta** stage. See :doc:`/userguide/pyproject_config`. .. _PyPI: https://pypi.org |