diff options
author | mattip <matti.picus@gmail.com> | 2018-05-14 13:46:00 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-05-14 13:46:00 +0300 |
commit | 7a01f661cef8fe492cbbf5ed1e2474c11ce0527b (patch) | |
tree | e4e97537c5e92cff0f0bbbe2935a6488a4bf1f61 /numpy/lib/format.py | |
parent | dee82fb48fcde37131423cbfee73f3e5a8163862 (diff) | |
download | numpy-7a01f661cef8fe492cbbf5ed1e2474c11ce0527b.tar.gz |
DOC: add numpy.lib.format to docs and link to it
Diffstat (limited to 'numpy/lib/format.py')
-rw-r--r-- | numpy/lib/format.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/numpy/lib/format.py b/numpy/lib/format.py index a0ec55f01..23eac7e7d 100644 --- a/numpy/lib/format.py +++ b/numpy/lib/format.py @@ -1,9 +1,8 @@ """ +Binary serialization -.. _binary-serialization: - -Binary Serialization -==================== +NPY format +========== A simple format for saving numpy arrays to disk with the full information about them. |