Skip to content

Commit

Permalink
HTTP -> HTTPS, and other linkrot fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Jun 16, 2018
1 parent bf4a3e5 commit 83828f5
Show file tree
Hide file tree
Showing 84 changed files with 276 additions and 275 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Thanks for your interest in contributing code to numpy!

+ If this is your first time contributing to a project on GitHub, please read
through our
[guide to contributing to numpy](http://docs.scipy.org/doc/numpy/dev/index.html)
[guide to contributing to numpy](https://docs.scipy.org/doc/numpy/dev/index.html)
+ If you have contributed to other projects on GitHub you can go straight to our
[development workflow](http://docs.scipy.org/doc/numpy/dev/gitwash/development_workflow.html)
[development workflow](https://docs.scipy.org/doc/numpy/dev/gitwash/development_workflow.html)

Either way, please be sure to follow our
[convention for commit messages](http://docs.scipy.org/doc/numpy/dev/gitwash/development_workflow.html#writing-the-commit-message).
[convention for commit messages](https://docs.scipy.org/doc/numpy/dev/gitwash/development_workflow.html#writing-the-commit-message).

If you are writing new C code, please follow the style described in
``doc/C_STYLE_GUIDE``.
Expand Down
16 changes: 8 additions & 8 deletions INSTALL.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
----
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

NumPy is the fundamental package needed for scientific computing with Python.

- **Website (including documentation):** http://www.numpy.org
- **Website (including documentation):** https://www.numpy.org
- **Mailing list:** https://mail.python.org/mailman/listinfo/numpy-discussion
- **Source:** https://github.com/numpy/numpy
- **Bug reports:** https://github.com/numpy/numpy/issues
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"project": "numpy",

// The project's homepage
"project_url": "http://numpy.org/",
"project_url": "https://www.numpy.org/",

// The URL or local path of the source code repository for the
// project being benchmarked
Expand Down
2 changes: 1 addition & 1 deletion doc/CAPI.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ C-API for NumPy
:Discussions to: `[email protected]`__
:Created: October 2005

__ http://scipy.org/scipylib/mailing-lists.html
__ https://scipy.org/scipylib/mailing-lists.html

The C API of NumPy is (mostly) backward compatible with Numeric.

Expand Down
22 changes: 11 additions & 11 deletions doc/HOWTO_RELEASE.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ Source tree
NumPy Docs
----------
* https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt
* http://projects.scipy.org/numpy/wiki/MicrosoftToolchainSupport
* http://projects.scipy.org/numpy/wiki/MicrosoftToolchainSupport (dead link)

SciPy.org wiki
--------------
* http://www.scipy.org/Installing_SciPy and links on that page.
* http://new.scipy.org/building/windows.html
* https://www.scipy.org/Installing_SciPy and links on that page.
* http://new.scipy.org/building/windows.html (dead link)

Doc wiki
--------
* http://docs.scipy.org/numpy/docs/numpy-docs/user/install.rst/
* http://docs.scipy.org/numpy/docs/numpy-docs/user/install.rst/ (dead link)

Release Scripts
---------------
Expand Down Expand Up @@ -56,7 +56,7 @@ Windows
We build 32- and 64-bit wheels for Python 2.7, 3.4, 3.5 on Windows. Windows
XP, Vista, 7, 8 and 10 are supported. We build numpy using the MSVC compilers
on Appveyor, but we are hoping to update to a `mingw-w64 toolchain
<http://mingwpy.github.io>`_. The Windows wheels use ATLAS for BLAS / LAPACK.
<https://mingwpy.github.io>`_. The Windows wheels use ATLAS for BLAS / LAPACK.

Linux
-----
Expand Down Expand Up @@ -101,7 +101,7 @@ Building source archives and wheels
You will need write permission for numpy-wheels in order to trigger wheel
builds.

* Python(s) from `python.org <http://python.org>`_ or linux distro.
* Python(s) from `python.org <https://python.org>`_ or linux distro.
* cython
* virtualenv (pip)
* Paver (pip)
Expand Down Expand Up @@ -131,7 +131,7 @@ Generating author/pr lists
--------------------------

You will need an personal access token
`<https://help.github.com/articles/creating-an-access-token-for-command-line-use/>`_
`<https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/>`_
so that scripts can access the github numpy repository

* gitpython (pip)
Expand Down Expand Up @@ -206,7 +206,7 @@ Do::

to check that the documentation is in a buildable state. See
doc/HOWTO_BUILD_DOCS.rst.txt for more details and for how to update
http://docs.scipy.org.
https://docs.scipy.org.

Check deprecations
------------------
Expand Down Expand Up @@ -322,7 +322,7 @@ message). Unfortunately the name of a tag can be changed without breaking the
signature, the contents of the message cannot.

See : https://github.com/scipy/scipy/issues/4919 for a discussion of signing
release tags, and http://keyring.debian.org/creating-key.html for instructions
release tags, and https://keyring.debian.org/creating-key.html for instructions
on creating a GPG key if you do not have one.

To make your key more readily identifiable as you, consider sending your key
Expand Down Expand Up @@ -387,7 +387,7 @@ The tar-files and binary releases for distribution should be uploaded to SourceF
together with the Release Notes and the Changelog. Uploading can be done
through a web interface or, more efficiently, through scp/sftp/rsync as
described in the SourceForge
`upload guide <https://sourceforge.net/apps/trac/sourceforge/wiki/Release%20files%20for%20download>`_.
`upload guide <https://sourceforge.net/apps/trac/sourceforge/wiki/Release%20files%20for%20download>`_ (dead link).
For example::

scp <filename> <username>,[email protected]:/home/frs/project/n/nu/numpy/NumPy/<releasedir>/
Expand Down Expand Up @@ -472,7 +472,7 @@ repository.
Update docs.scipy.org
---------------------

All documentation for a release can be updated on http://docs.scipy.org/ with:
All documentation for a release can be updated on https://docs.scipy.org/ with:

make dist
make upload USERNAME=<yourname> RELEASE=1.11.0
Expand Down
4 changes: 2 additions & 2 deletions doc/Py3K.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Resources

Information on porting to 3K:

- http://wiki.python.org/moin/cporting
- http://wiki.python.org/moin/PortingExtensionModulesToPy3k
- https://wiki.python.org/moin/cporting
- https://wiki.python.org/moin/PortingExtensionModulesToPy3k


Prerequisites
Expand Down
8 changes: 4 additions & 4 deletions doc/TESTS.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ Introduction
''''''''''''

SciPy uses the `Nose testing system
<http://nose.readthedocs.io>`__, with some
<https://nose.readthedocs.io>`__, with some
minor convenience features added. Nose is an extension of the unit
testing framework offered by `unittest.py
<http://docs.python.org/lib/module-unittest.html>`__. Our goal is that
<https://docs.python.org/library/unittest.html>`__. Our goal is that
every module and package in SciPy should have a thorough set of unit
tests. These tests should exercise the full functionality of a given
routine as well as its robustness to erroneous or unexpected input
arguments. Long experience has shown that by far the best time to
write the tests is before you write or change the code - this is
`test-driven development
<http://en.wikipedia.org/wiki/Test-driven_development>`__. The
<https://en.wikipedia.org/wiki/Test-driven_development>`__. The
arguments for this can sound rather abstract, but we can assure you
that you will find that writing the tests first leads to more robust
and better designed code. Well-designed tests with good coverage make
Expand Down Expand Up @@ -306,7 +306,7 @@ minor variations, it can be helpful to create a base class containing
all the common tests, and then create a subclass for each variation.
Several examples of this technique exist in NumPy; below are excerpts
from one in `numpy/linalg/tests/test_linalg.py
<http://github.com/numpy/numpy/blob/master/numpy/linalg/tests/test_linalg.py>`__::
<https://github.com/numpy/numpy/blob/master/numpy/linalg/tests/test_linalg.py>`__::

class LinalgTestCase:
def test_single(self):
Expand Down
19 changes: 10 additions & 9 deletions doc/cdoc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# that follow. The default is UTF-8 which is also the encoding used for all
# text before the first occurrence of this tag. Doxygen uses libiconv (or the
# iconv built into libc) for the transcoding. See
# http://www.gnu.org/software/libiconv for the list of possible encodings.
# https://www.gnu.org/software/libiconv for the list of possible encodings.

DOXYFILE_ENCODING = UTF-8

Expand Down Expand Up @@ -596,7 +596,7 @@ INPUT = ../../numpy/core/src \
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
# also the default input encoding. Doxygen uses libiconv (or the iconv built
# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
# into libc) for the transcoding. See https://www.gnu.org/software/libiconv for
# the list of possible encodings.

INPUT_ENCODING = UTF-8
Expand Down Expand Up @@ -739,7 +739,7 @@ REFERENCES_LINK_SOURCE = YES
# If the USE_HTAGS tag is set to YES then the references to source code
# will point to the HTML generated by the htags(1) tool instead of doxygen
# built-in source browser. The htags tool is part of GNU's global source
# tagging system (see http://www.gnu.org/software/global/global.html). You
# tagging system (see https://www.gnu.org/software/global/global.html). You
# will need version 4.8.6 or higher.

USE_HTAGS = NO
Expand Down Expand Up @@ -843,7 +843,8 @@ HTML_DYNAMIC_SECTIONS = NO
# directory and running "make install" will install the docset in
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
# it at startup.
# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html for more information.
# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html (dead link)
# for more information.

GENERATE_DOCSET = NO

Expand Down Expand Up @@ -920,30 +921,30 @@ QCH_FILE =

# The QHP_NAMESPACE tag specifies the namespace to use when generating
# Qt Help Project output. For more information please see
# http://doc.trolltech.com/qthelpproject.html#namespace
# https://doc.qt.io/qt-5/qthelpproject.html#namespace

QHP_NAMESPACE = org.doxygen.Project

# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
# Qt Help Project output. For more information please see
# http://doc.trolltech.com/qthelpproject.html#virtual-folders
# https://doc.qt.io/qt-5/qthelpproject.html#virtual-folders

QHP_VIRTUAL_FOLDER = doc

# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to add.
# For more information please see
# http://doc.trolltech.com/qthelpproject.html#custom-filters
# https://doc.qt.io/qt-5/qthelpproject.html#custom-filters

QHP_CUST_FILTER_NAME =

# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.For more information please see
# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>.
# <a href="https://doc.qt.io/qt-5/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>.

QHP_CUST_FILTER_ATTRS =

# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this project's
# filter section matches.
# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">Qt Help Project / Filter Attributes</a>.
# <a href="https://doc.qt.io/qt-5/qthelpproject.html#filter-attributes">Qt Help Project / Filter Attributes</a>.

QHP_SECT_FILTER_ATTRS =

Expand Down
6 changes: 3 additions & 3 deletions doc/neps/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
## to template names.
##
## This is required for the alabaster theme
## refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
## refs: https://alabaster.readthedocs.io/en/latest/installation.html#sidebars
#html_sidebars = {
# '**': [
# 'relations.html', # needs 'show_related': True theme option to display
Expand All @@ -127,8 +127,8 @@
"edit_link": True,
"sidebar": "right",
"scipy_org_logo": True,
"rootlinks": [("http://scipy.org/", "Scipy.org"),
("http://docs.scipy.org/", "Docs")]
"rootlinks": [("https://scipy.org/", "Scipy.org"),
("https://docs.scipy.org/", "Docs")]
}
else:
# Default build
Expand Down
4 changes: 2 additions & 2 deletions doc/neps/nep-0000.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ References and Footnotes
`GitHub <https://github.com/numpy/numpy/tree/master/doc/neps>`_.
.. [2] The URL for viewing NEPs on the web is
http://numpy.github.io/neps/.
https://www.numpy.org/neps/.
.. _repo: https://github.com/numpy/numpy

Expand All @@ -220,7 +220,7 @@ References and Footnotes

.. _reStructuredTextPrimer: http://www.sphinx-doc.org/en/stable/rest.html

.. _Sphinx: www.sphinx-doc.org/en/stable
.. _Sphinx: http://www.sphinx-doc.org/en/stable/


Copyright
Expand Down
6 changes: 3 additions & 3 deletions doc/neps/nep-0001-npy-format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,15 +290,15 @@ included in the 1.9.0 release of numpy.
Specifically, the file format.py in this directory implements the
format as described here.

http://github.com/numpy/numpy/blob/master/numpy/lib/format.py
https://github.com/numpy/numpy/blob/master/numpy/lib/format.py


References
----------

[1] http://docs.python.org/lib/module-pickle.html
[1] https://docs.python.org/library/pickle.html

[2] http://hdf.ncsa.uiuc.edu/products/hdf5/index.html
[2] https://support.hdfgroup.org/HDF5/


Copyright
Expand Down
6 changes: 3 additions & 3 deletions doc/neps/nep-0004-datetime-proposal3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,9 @@ examples of other derived units, and we find this a bit too overwhelming
for this proposal purposes.


.. [1] http://docs.python.org/lib/module-datetime.html
.. [2] http://www.egenix.com/products/python/mxBase/mxDateTime
.. [3] http://en.wikipedia.org/wiki/Unix_time
.. [1] https://docs.python.org/library/datetime.html
.. [2] https://www.egenix.com/products/python/mxBase/mxDateTime
.. [3] https://en.wikipedia.org/wiki/Unix_time
.. Local Variables:
Expand Down
6 changes: 3 additions & 3 deletions doc/neps/nep-0007-datetime-proposal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,9 @@ operations mixing business days with other time units will not be
allowed.


.. [1] http://docs.python.org/lib/module-datetime.html
.. [2] http://www.egenix.com/products/python/mxBase/mxDateTime
.. [3] http://en.wikipedia.org/wiki/Unix_time
.. [1] https://docs.python.org/library/datetime.html
.. [2] https://www.egenix.com/products/python/mxBase/mxDateTime
.. [3] https://en.wikipedia.org/wiki/Unix_time
.. Local Variables:
Expand Down
Loading

0 comments on commit 83828f5

Please sign in to comment.