From 995d2b7847c51dc7766d69df3c4a29d4c5286261 Mon Sep 17 00:00:00 2001 From: Jean Abou Samra Date: Mon, 4 Dec 2023 20:54:48 +0100 Subject: [PATCH 1/3] Update references in modernize-setup-py-project guide In parallel PRs, these references were added and the labels got renamed. --- source/guides/modernize-setup-py-project.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/source/guides/modernize-setup-py-project.rst b/source/guides/modernize-setup-py-project.rst index 98f0d78c0..bea636ca4 100644 --- a/source/guides/modernize-setup-py-project.rst +++ b/source/guides/modernize-setup-py-project.rst @@ -66,7 +66,7 @@ triggers :ref:`pip` to change its default behavior to use *build isolation*. For more details: * :ref:`distributing-packages` -* :ref:`declaring-build-dependencies` +* :ref:`pyproject-build-system-table` * :doc:`pip:reference/build-system/pyproject-toml` @@ -110,7 +110,7 @@ requires a :file:`pyproject.toml` file like this (:file:`setup.py` stays unchang For more details: -* :ref:`declaring-build-dependencies` +* :ref:`pyproject-build-system-table` What is the build isolation feature? @@ -161,7 +161,7 @@ can be entirely replaced by a :file:`pyproject.toml` file like this: version = "1.2.3" -Read :ref:`declaring-project-metadata` for the full specification +Read :ref:`pyproject-project-table` for the full specification of the content allowed in the ``[project]`` table. @@ -243,7 +243,6 @@ This file can be as minimalistic as this: Where to read more about this? ============================== -* :ref:`declaring-build-dependencies` -* :ref:`declaring-project-metadata` +* :ref:`pyproject-toml-spec` * :doc:`pip:reference/build-system/pyproject-toml` * :doc:`setuptools:build_meta` From cc61ec77d6f4c3c7981b4e75425947561dec5f7c Mon Sep 17 00:00:00 2001 From: Jean Abou-Samra Date: Tue, 5 Dec 2023 16:13:52 +0100 Subject: [PATCH 2/3] Update pipx link --- source/guides/installing-stand-alone-command-line-tools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/installing-stand-alone-command-line-tools.rst b/source/guides/installing-stand-alone-command-line-tools.rst index f584cf996..ecc44a487 100644 --- a/source/guides/installing-stand-alone-command-line-tools.rst +++ b/source/guides/installing-stand-alone-command-line-tools.rst @@ -128,4 +128,4 @@ To see the full list of commands pipx offers, run: pipx --help -You can learn more about pipx at https://pypa.github.io/pipx/. +You can learn more about pipx at https://pipx.pypa.io/. From 589d9ddb51dec3d2d4ab266ea3d4eeae788b904f Mon Sep 17 00:00:00 2001 From: Jean Abou-Samra Date: Tue, 5 Dec 2023 16:19:39 +0100 Subject: [PATCH 3/3] Also update key_projects.rst --- source/key_projects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/key_projects.rst b/source/key_projects.rst index a1fda4601..a71c219d4 100644 --- a/source/key_projects.rst +++ b/source/key_projects.rst @@ -233,7 +233,7 @@ application-centric alternative to :ref:`pip`'s lower-level pipx ==== -`Docs `__ | +`Docs `__ | `GitHub `__ | `PyPI `__