diff options
author | mattip <matti.picus@gmail.com> | 2018-05-13 11:09:05 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-05-13 11:09:05 +0300 |
commit | 85282a5dac927ed731655e0a58fb67d2483f18b9 (patch) | |
tree | 577ce3314bebd9a9b0b58bd552102a1d67b276e9 /doc/source/reference | |
parent | 25a2d3079ffb9fd0df5e87639941e83d63cd480c (diff) | |
download | numpy-85282a5dac927ed731655e0a58fb67d2483f18b9.tar.gz |
DOC: link to updated module docstring, not NEP
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/routines.io.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/routines.io.rst b/doc/source/reference/routines.io.rst index 573498792..bbe3e8979 100644 --- a/doc/source/reference/routines.io.rst +++ b/doc/source/reference/routines.io.rst @@ -14,7 +14,7 @@ NumPy binary files (NPY, NPZ) savez_compressed The format of these binary file types is documented in -http://numpy.github.io/neps/npy-format.html +:py:mod:`numpy.lib.format` Text files ---------- |