diff options
author | Mike Toews <mwtoews@gmail.com> | 2018-06-16 18:18:19 +1200 |
---|---|---|
committer | Mike Toews <mwtoews@gmail.com> | 2018-06-16 18:18:19 +1200 |
commit | 83828f52b287fefb3d8753a21bd3441997a4d687 (patch) | |
tree | f62c5aa84a9db02f3b6460e66b56cd299e4a794f /INSTALL.rst.txt | |
parent | bf4a3e59b0cfb1e999845dc5228dfa1f54851b9f (diff) | |
download | numpy-83828f52b287fefb3d8753a21bd3441997a4d687.tar.gz |
HTTP -> HTTPS, and other linkrot fixes
Diffstat (limited to 'INSTALL.rst.txt')
-rw-r--r-- | INSTALL.rst.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/INSTALL.rst.txt b/INSTALL.rst.txt index d8ca80d92..a81468d9f 100644 --- a/INSTALL.rst.txt +++ b/INSTALL.rst.txt @@ -4,7 +4,7 @@ Building and installing NumPy **IMPORTANT**: the below notes are about building NumPy, which for most users is *not* the recommended way to install NumPy. Instead, use either a complete scientific Python distribution (recommended) or a binary installer - see -http://scipy.org/install.html. +https://scipy.org/install.html. .. Contents:: @@ -33,20 +33,20 @@ Building NumPy requires the following software installed: This is required for testing numpy, but not for using it. -Python__ http://www.python.org -nose__ http://nose.readthedocs.io +Python__ https://www.python.org +nose__ https://nose.readthedocs.io .. note:: If you want to build NumPy in order to work on NumPy itself, use ``runtests.py``. For more details, see - http://docs.scipy.org/doc/numpy/dev/development_environment.html + https://docs.scipy.org/doc/numpy/dev/development_environment.html .. note:: More extensive information on building NumPy (and Scipy) is maintained at - http://scipy.org/scipylib/building/index.html + https://scipy.github.io/devdocs/building/ Basic Installation @@ -100,7 +100,7 @@ The older MinGW32 compiler set used to produce older .exe installers for NumPy itself is still available at https://github.com/numpy/numpy-vendor, but not recommended for use anymore. -MingwPy__ http://mingwpy.github.io +MingwPy__ https://mingwpy.github.io Building with optimized BLAS support @@ -117,7 +117,7 @@ Windows The Intel compilers work with Intel MKL, see the application note linked above. MingwPy__ works with OpenBLAS. For an overview of the state of BLAS/LAPACK libraries on Windows, see -`here <http://mingwpy.github.io/blas_lapack.html>`_. +`here <https://mingwpy.github.io/blas_lapack.html>`_. OS X ---- @@ -155,6 +155,6 @@ Build issues ============ If you run into build issues and need help, the NumPy -`mailing list <http://scipy.org/scipylib/mailing-lists.html>`_ is the best +`mailing list <https://scipy.org/scipylib/mailing-lists.html>`_ is the best place to ask. If the issue is clearly a bug in NumPy, please file an issue (or even better, a pull request) at https://github.com/numpy/numpy. |