From 7a01f661cef8fe492cbbf5ed1e2474c11ce0527b Mon Sep 17 00:00:00 2001 From: mattip Date: Mon, 14 May 2018 13:46:00 +0300 Subject: DOC: add numpy.lib.format to docs and link to it --- numpy/lib/format.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'numpy/lib/format.py') 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. -- cgit v1.2.1