diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 09:26:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 09:26:56 (GMT) |
commit | 525d355984e1afa342aa72fc7867a56eea937a61 (patch) | |
tree | 50a3fe6931bae07791ceab9bb74d76c1aa218296 /Doc/installing | |
parent | 9bdcb3bc8a71b47ac93bf2d878e81790341d8cfb (diff) | |
download | cpython-525d355984e1afa342aa72fc7867a56eea937a61.zip cpython-525d355984e1afa342aa72fc7867a56eea937a61.tar.gz cpython-525d355984e1afa342aa72fc7867a56eea937a61.tar.bz2 |
Fixing broken links in doc, part 3: the rest
Diffstat (limited to 'Doc/installing')
-rw-r--r-- | Doc/installing/index.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst index 5db9bbb..973c689 100644 --- a/Doc/installing/index.rst +++ b/Doc/installing/index.rst @@ -104,7 +104,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-distributions>`__ + <https://packaging.python.org/en/latest/installing.html#installing-python-distribution-packages>`__ How do I ...? @@ -122,7 +122,7 @@ User Guide. .. seealso:: `Python Packaging User Guide: Setup for Installing Distribution Packages - <https://packaging.python.org/en/latest/installing.html#setup-for-installing-distributions>`__ + <https://packaging.python.org/en/latest/installing.html#setup-for-installing-distribution-packages>`__ .. installing-per-user-installation: @@ -141,13 +141,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/platforms.html#installing-scientific-packages>`__ +<https://packaging.python.org/en/latest/science.html>`__ rather than attempting to install them with ``pip``. .. seealso:: `Python Packaging User Guide: Installing Scientific Packages - <https://packaging.python.org/en/latest/platforms.html#installing-scientific-packages>`__ + <https://packaging.python.org/en/latest/science.html>`__ ... work with multiple versions of Python installed in parallel? @@ -210,7 +210,7 @@ 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/platforms.html#installing-scientific-packages>`__ +<https://packaging.python.org/en/latest/science.html>`__ that is not yet available as pre-built ``wheel`` files may also help with obtaining other binary extensions without needing to build them locally. |