summaryrefslogtreecommitdiff
path: root/doc/source/dev
diff options
context:
space:
mode:
authorBen Nathanson <github@bigriver.xyz>2020-06-04 17:43:38 -0400
committerBen Nathanson <github@bigriver.xyz>2020-06-04 17:43:38 -0400
commit7764b5f2bcb6f4188b3e524209672e152226604c (patch)
tree94c9ddc162d33a21db0424cbd55061afdfdc079f /doc/source/dev
parent03ebc55f4319852a8f1501c6be82267728301c6e (diff)
downloadnumpy-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/source/dev')
-rw-r--r--doc/source/dev/howto-docs.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/dev/howto-docs.rst b/doc/source/dev/howto-docs.rst
index 0e2e03e0b..d9955ddae 100644
--- a/doc/source/dev/howto-docs.rst
+++ b/doc/source/dev/howto-docs.rst
@@ -35,8 +35,9 @@ Current vision for the documentation: NEP 44
--------------------------------------------
Recently, the NumPy community approved a *NumPy Enhancement Proposal (NEP)*
-about documentation, `NEP 44 - Restructuring the NumPy Documentation
-<https://www.numpy.org/neps/nep-0044-restructuring-numpy-docs>`__.
+about documentation,
+:doc:`NEP 44 - Restructuring the NumPy Documentation
+ <neps:nep-0044-restructuring-numpy-docs>`.
**Where is the documentation?**
@@ -87,7 +88,7 @@ check out the following specific guides:
Major additions to the documentation (e.g. new tutorials) should be proposed to
the `mailing list
<https://mail.python.org/mailman/listinfo/numpy-discussion>`__.
-
+
Other ways to contribute
------------------------