diff options
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 ==================== |