summaryrefslogtreecommitdiffstats
path: root/Doc/extending
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-08-16 21:06:56 (GMT)
committerGitHub <noreply@github.com>2023-08-16 21:06:56 (GMT)
commitfbb7cbc0e92168077fd56de942901511e99ca60a (patch)
tree1412fe749360ac85e695d896ec1ec7c712ecaa72 /Doc/extending
parent636ca313b2f7ce09a311889995778dccae8ebe40 (diff)
downloadcpython-fbb7cbc0e92168077fd56de942901511e99ca60a.zip
cpython-fbb7cbc0e92168077fd56de942901511e99ca60a.tar.gz
cpython-fbb7cbc0e92168077fd56de942901511e99ca60a.tar.bz2
GH-92584: Remove Installing Python Modules (Distutils version) (#108020)
Diffstat (limited to 'Doc/extending')
-rw-r--r--Doc/extending/building.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/extending/building.rst b/Doc/extending/building.rst
index 880bb33..ddde567 100644
--- a/Doc/extending/building.rst
+++ b/Doc/extending/building.rst
@@ -45,6 +45,7 @@ See the *"Multiple modules in one library"* section in :pep:`489` for details.
.. highlight:: c
+.. _install-index:
.. _setuptools-index:
Building C and C++ Extensions with setuptools