summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2015-01-02 13:14:58 +0100
committerRalf Gommers <ralf.gommers@googlemail.com>2015-01-02 13:16:16 +0100
commit20bc2ebc50e3f02031e1867d036545c3e7d52af0 (patch)
tree460af6095fd8dca502fb14dcc47133629ca9d35a /doc/source/reference
parentc852f5999c79fa7b7799756e824dcc0270e58913 (diff)
downloadnumpy-20bc2ebc50e3f02031e1867d036545c3e7d52af0.tar.gz
DOC: link to the npy-format NEP in numpy.npyio docs. Closes gh-4523.
[ci skip]
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/routines.io.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/source/reference/routines.io.rst b/doc/source/reference/routines.io.rst
index 26afbfb4f..b99754912 100644
--- a/doc/source/reference/routines.io.rst
+++ b/doc/source/reference/routines.io.rst
@@ -3,8 +3,8 @@ Input and output
.. currentmodule:: numpy
-NPZ files
----------
+Numpy binary files (NPY, NPZ)
+-----------------------------
.. autosummary::
:toctree: generated/
@@ -13,6 +13,9 @@ NPZ files
savez
savez_compressed
+The format of these binary file types is documented in
+http://docs.scipy.org/doc/numpy/neps/npy-format.html
+
Text files
----------
.. autosummary::