From 7764b5f2bcb6f4188b3e524209672e152226604c Mon Sep 17 00:00:00 2001 From: Ben Nathanson Date: Thu, 4 Jun 2020 17:43:38 -0400 Subject: 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`. --- doc/source/dev/howto-docs.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/source/dev/howto-docs.rst') 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 -`__. +about documentation, +:doc:`NEP 44 - Restructuring the NumPy Documentation + `. **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 `__. - + Other ways to contribute ------------------------ -- cgit v1.2.1