summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-08-17 10:01:14 (GMT)
committerGitHub <noreply@github.com>2023-08-17 10:01:14 (GMT)
commit33e6e3fec02ff3035dec52692542d3dd10124bef (patch)
treed2ecbd6a4f041b01ad9efd6609a2296f53b145c6 /Doc/tutorial
parentf51f0466c07eabc6177c2f64f70c952dada050e8 (diff)
downloadcpython-33e6e3fec02ff3035dec52692542d3dd10124bef.zip
cpython-33e6e3fec02ff3035dec52692542d3dd10124bef.tar.gz
cpython-33e6e3fec02ff3035dec52692542d3dd10124bef.tar.bz2
GH-107987: Remove the Distributing Python Modules guide (#108016)
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/venv.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/tutorial/venv.rst b/Doc/tutorial/venv.rst
index d1bba09..a6dead2 100644
--- a/Doc/tutorial/venv.rst
+++ b/Doc/tutorial/venv.rst
@@ -207,4 +207,6 @@ necessary packages with ``install -r``:
``pip`` has many more options. Consult the :ref:`installing-index`
guide for complete documentation for ``pip``. When you've written
a package and want to make it available on the Python Package Index,
-consult the :ref:`distributing-index` guide.
+consult the `Python packaging user guide`_.
+
+.. _Python Packaging User Guide: https://packaging.python.org/en/latest/tutorials/packaging-projects/