diff options
author | mattip <matti.picus@gmail.com> | 2018-05-13 20:28:27 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-05-13 20:28:27 +0300 |
commit | c759466acbcb2c8ce6cce0ae971ba4ada8055a7a (patch) | |
tree | 50e4ff799eb486140f439cc0e0b75465a34aeb6d /doc | |
parent | 85282a5dac927ed731655e0a58fb67d2483f18b9 (diff) | |
download | numpy-c759466acbcb2c8ce6cce0ae971ba4ada8055a7a.tar.gz |
DOC: create label and ref, fixes broken link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/routines.io.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/routines.io.rst b/doc/source/reference/routines.io.rst index bbe3e8979..9acd22c56 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 -:py:mod:`numpy.lib.format` +:ref:`binary-serialization`. Text files ---------- |