diff options
author | Ben Nathanson <github@bigriver.xyz> | 2020-06-04 17:43:38 -0400 |
---|---|---|
committer | Ben Nathanson <github@bigriver.xyz> | 2020-06-04 17:43:38 -0400 |
commit | 7764b5f2bcb6f4188b3e524209672e152226604c (patch) | |
tree | 94c9ddc162d33a21db0424cbd55061afdfdc079f /doc/HOWTO_RELEASE.rst.txt | |
parent | 03ebc55f4319852a8f1501c6be82267728301c6e (diff) | |
download | numpy-7764b5f2bcb6f4188b3e524209672e152226604c.tar.gz |
DOC: Use intersphinx for NEP references
Per #16500 discussion, adds link updates to PR.
Replaces NEP URLs with intersphinx links in these
files:
* doc/HOWTO_RELEASE.rst.txt
* doc/source/dev/howto-docs.rst
* numpy/doc/dispatch.py
* numpy/lib/format.py
and incorporates @rossbar's #16502 change of `config.py`.
Diffstat (limited to 'doc/HOWTO_RELEASE.rst.txt')
-rw-r--r-- | doc/HOWTO_RELEASE.rst.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt index 6af8d9ca6..c3abbfde3 100644 --- a/doc/HOWTO_RELEASE.rst.txt +++ b/doc/HOWTO_RELEASE.rst.txt @@ -40,16 +40,17 @@ Release Scripts Supported platforms and versions ================================ -`NEP 29`_ outlines which Python versions are supported; For the first half of -2020, this will be Python >= 3.6. We test NumPy against all these versions -every time we merge code to master. Binary installers may be available for a -subset of these versions (see below). +:doc:`NEP 29<neps:nep-0029-deprecation_policy>` outlines which Python versions +are supported; For the first half of 2020, this will be Python >= 3.6. We test +NumPy against all these versions every time we merge code to master. Binary +installers may be available for a subset of these versions (see below). OS X ---- -OS X versions >= 10.9 are supported, for Python version support see `NEP 29`_. -We build binary wheels for OSX that are compatible with Python.org Python, -system Python, homebrew and macports - see this `OSX wheel building summary +OS X versions >= 10.9 are supported, for Python version support see +:doc:`NEP 29<neps:nep-0029-deprecation_policy>`. We build binary wheels for +OSX that are compatible with Python.org Python, system Python, homebrew and +macports - see this `OSX wheel building summary <https://github.com/MacPython/wiki/wiki/Spinning-wheels>`_ for details. @@ -95,7 +96,6 @@ You will need Cython for building the binaries. Cython compiles the ``.pyx`` files in the NumPy distribution to ``.c`` files. .. _mingw-w64 toolchain : https://mingwpy.github.io -.. _NEP 29 : https://numpy.org/neps/nep-0029-deprecation_policy.html OpenBLAS ------------ |