summaryrefslogtreecommitdiff
path: root/numpy/lib/format.py
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2018-05-13 11:17:04 -0700
committerGitHub <noreply@github.com>2018-05-13 11:17:04 -0700
commitdee82fb48fcde37131423cbfee73f3e5a8163862 (patch)
tree51eb680c345a9786df58a8ec75f734749c639d62 /numpy/lib/format.py
parent342609be2f6a9a3d2304d323a68b12795545fc1c (diff)
parentc759466acbcb2c8ce6cce0ae971ba4ada8055a7a (diff)
downloadnumpy-dee82fb48fcde37131423cbfee73f3e5a8163862.tar.gz
Merge pull request #11085 from mattip/fix-11080
DOC: create label and ref, fixes broken link
Diffstat (limited to 'numpy/lib/format.py')
-rw-r--r--numpy/lib/format.py3
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
====================