diff options
author | Georg Brandl <georg@python.org> | 2016-02-26 19:37:12 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2016-02-26 19:37:12 +0100 |
commit | 5d9413404017a829aa5ddb52be6019fb63ec5c09 (patch) | |
tree | 75b750d4224ada300bdd242b3e08c2120681aad6 /Doc/installing | |
parent | 06871ef2b31bc6d7398388fbe83816edde5c0392 (diff) | |
download | cpython-git-5d9413404017a829aa5ddb52be6019fb63ec5c09.tar.gz |
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
Diffstat (limited to 'Doc/installing')
-rw-r--r-- | Doc/installing/index.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst index 4f0ed505e6..1ef314999b 100644 --- a/Doc/installing/index.rst +++ b/Doc/installing/index.rst @@ -48,7 +48,7 @@ Key terms repository of open source licensed packages made available for use by other Python users * the `Python Packaging Authority - <https://packaging.python.org/en/latest/future.html>`__ are the group of + <https://www.pypa.io/en/latest/>`__ are the group of developers and documentation authors responsible for the maintenance and evolution of the standard packaging tools and the associated metadata and file format standards. They maintain a variety of tools, documentation @@ -106,7 +106,7 @@ into an active virtual environment uses the commands shown above. .. seealso:: `Python Packaging User Guide: Installing Python Distribution Packages - <https://packaging.python.org/en/latest/installing.html#installing-python-distribution-packages>`__ + <https://packaging.python.org/en/latest/installing/>`__ How do I ...? @@ -123,8 +123,8 @@ User Guide. .. seealso:: - `Python Packaging User Guide: Setup for Installing Distribution Packages - <https://packaging.python.org/en/latest/installing.html#setup-for-installing-distribution-packages>`__ + `Python Packaging User Guide: Requirements for Installing Packages + <https://packaging.python.org/en/latest/installing/#requirements-for-installing-packages>`__ .. installing-per-user-installation: @@ -143,13 +143,13 @@ A number of scientific Python packages have complex binary dependencies, and aren't currently easy to install using ``pip`` directly. At this point in time, it will often be easier for users to install these packages by `other means -<https://packaging.python.org/en/latest/science.html>`__ +<https://packaging.python.org/en/latest/science/>`__ rather than attempting to install them with ``pip``. .. seealso:: `Python Packaging User Guide: Installing Scientific Packages - <https://packaging.python.org/en/latest/science.html>`__ + <https://packaging.python.org/en/latest/science/>`__ ... work with multiple versions of Python installed in parallel? @@ -179,7 +179,7 @@ switch:: Once the Development & Deployment part of PPUG is fleshed out, some of those sections should be linked from new questions here (most notably, we should have a question about avoiding depending on PyPI that links to - https://packaging.python.org/en/latest/deployment.html#pypi-mirrors-and-caches) + https://packaging.python.org/en/latest/mirrors/) Common installation issues @@ -212,11 +212,11 @@ as users are more regularly able to install pre-built extensions rather than needing to build them themselves. Some of the solutions for installing `scientific software -<https://packaging.python.org/en/latest/science.html>`__ +<https://packaging.python.org/en/latest/science/>`__ that is not yet available as pre-built ``wheel`` files may also help with obtaining other binary extensions without needing to build them locally. .. seealso:: `Python Packaging User Guide: Binary Extensions - <https://packaging.python.org/en/latest/extensions.html>`__ + <https://packaging.python.org/en/latest/extensions/>`__ |