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 /doc/source/reference | |
parent | dee82fb48fcde37131423cbfee73f3e5a8163862 (diff) | |
download | numpy-7a01f661cef8fe492cbbf5ed1e2474c11ce0527b.tar.gz |
DOC: add numpy.lib.format to docs and link to it
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/routines.io.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/source/reference/routines.io.rst b/doc/source/reference/routines.io.rst index 9acd22c56..55489951f 100644 --- a/doc/source/reference/routines.io.rst +++ b/doc/source/reference/routines.io.rst @@ -14,7 +14,7 @@ NumPy binary files (NPY, NPZ) savez_compressed The format of these binary file types is documented in -:ref:`binary-serialization`. +:py:mod:`numpy.lib.format` Text files ---------- @@ -78,3 +78,11 @@ Data sources :toctree: generated/ DataSource + +Binary Format Description +------------------------- +.. autosummary:: + :template: autosummary/minimal_module.rst + :toctree: generated/ + + lib.format |