summaryrefslogtreecommitdiff
path: root/numpy/lib/format.py
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-05-14 13:46:00 +0300
committermattip <matti.picus@gmail.com>2018-05-14 13:46:00 +0300
commit7a01f661cef8fe492cbbf5ed1e2474c11ce0527b (patch)
treee4e97537c5e92cff0f0bbbe2935a6488a4bf1f61 /numpy/lib/format.py
parentdee82fb48fcde37131423cbfee73f3e5a8163862 (diff)
downloadnumpy-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.py7
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.