summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.io.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/routines.io.rst')
-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::