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 /numpy/lib/format.py | |
parent | 85282a5dac927ed731655e0a58fb67d2483f18b9 (diff) | |
download | numpy-c759466acbcb2c8ce6cce0ae971ba4ada8055a7a.tar.gz |
DOC: create label and ref, fixes broken link
Diffstat (limited to 'numpy/lib/format.py')
-rw-r--r-- | numpy/lib/format.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/lib/format.py b/numpy/lib/format.py index afa154cc5..a0ec55f01 100644 --- a/numpy/lib/format.py +++ b/numpy/lib/format.py @@ -1,4 +1,7 @@ """ + +.. _binary-serialization: + Binary Serialization ==================== |