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`. --- numpy/lib/format.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/lib/format.py') diff --git a/numpy/lib/format.py b/numpy/lib/format.py index 2afa4ac10..cb2d511af 100644 --- a/numpy/lib/format.py +++ b/numpy/lib/format.py @@ -156,8 +156,8 @@ names. Notes ----- The ``.npy`` format, including motivation for creating it and a comparison of -alternatives, is described in the `"npy-format" NEP -`_, however details have +alternatives, is described in the +:doc:`"npy-format" NEP `, however details have evolved with time and this document is more current. """ -- cgit v1.2.1