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
This commit is contained in:
Adam Turner 2023-10-02 11:40:03 +01:00 committed by GitHub
parent 9cb8927bfc
commit f16e81f368
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 167 additions and 18 deletions

View file

@ -811,7 +811,7 @@ conflict.
Defines the :data:`user base directory <site.USER_BASE>`, which is used to
compute the path of the :data:`user site-packages directory <site.USER_SITE>`
and installation paths for
and :ref:`installation paths <sysconfig-user-scheme>` for
``python -m pip install --user``.
.. seealso::