summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r--numpy/lib/npyio.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/numpy/lib/npyio.py b/numpy/lib/npyio.py
index 63b7e8df7..5f274f27c 100644
--- a/numpy/lib/npyio.py
+++ b/numpy/lib/npyio.py
@@ -433,7 +433,8 @@ def save(file, arr):
Notes
-----
For a description of the ``.npy`` format, see the module docstring
- of `numpy.lib.format`.
+ of `numpy.lib.format` or the Numpy Enhancement Proposal
+ http://docs.scipy.org/doc/numpy/neps/npy-format.html
Examples
--------
@@ -504,7 +505,9 @@ def savez(file, *args, **kwds):
The ``.npz`` file format is a zipped archive of files named after the
variables they contain. The archive is not compressed and each file
in the archive contains one variable in ``.npy`` format. For a
- description of the ``.npy`` format, see `format`.
+ description of the ``.npy`` format, see `numpy.lib.format` or the
+ Numpy Enhancement Proposal
+ http://docs.scipy.org/doc/numpy/neps/npy-format.html
When opening the saved ``.npz`` file with `load` a `NpzFile` object is
returned. This is a dictionary-like object which can be queried for