summaryrefslogtreecommitdiffstats
path: root/Doc/library/site.rst
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-10-02 10:40:03 (GMT)
committerGitHub <noreply@github.com>2023-10-02 10:40:03 (GMT)
commitf16e81f368d08891e28dc1f038c1826ea80d7801 (patch)
tree2b06a2528211ef29b2f900d8c43d96dc07793266 /Doc/library/site.rst
parent9cb8927bfc73b66e7c36ab02ca2a3077172ea0ac (diff)
downloadcpython-f16e81f368d08891e28dc1f038c1826ea80d7801.zip
cpython-f16e81f368d08891e28dc1f038c1826ea80d7801.tar.gz
cpython-f16e81f368d08891e28dc1f038c1826ea80d7801.tar.bz2
GH-92584: Move installation schemes overview to sysconfig docs (#108018)
* Add new installation path functions subsection * Add content from install/index to sysconfig * Fix table * Update note about installers * Clean up the list of schemes, remove references to Distutils
Diffstat (limited to 'Doc/library/site.rst')
-rw-r--r--Doc/library/site.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/site.rst b/Doc/library/site.rst
index ebd7891..02880c5 100644
--- a/Doc/library/site.rst
+++ b/Doc/library/site.rst
@@ -199,7 +199,7 @@ Module contents
:file:`~/Library/Python/{X.Y}` for macOS framework builds, and
:file:`{%APPDATA%}\\Python` for Windows. This value is used to
compute the installation directories for scripts, data files, Python modules,
- etc. for the user installation scheme.
+ etc. for the :ref:`user installation scheme <sysconfig-user-scheme>`.
See also :envvar:`PYTHONUSERBASE`.