Skip to content

Commit 0397986

Browse files
committed
add pickle and msgpack API docs
1 parent d10db6e commit 0397986

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Contents
5959
packbits
6060
categorize
6161
checksum32
62+
pickles
63+
msgpacks
6264
release
6365

6466
Acknowledgments

docs/msgpacks.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
MsgPack
2+
=======
3+
.. automodule:: numcodecs.msgpacks
4+
5+
.. autoclass:: MsgPack
6+
7+
.. autoattribute:: codec_id

docs/pickles.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Pickle
2+
======
3+
.. automodule:: numcodecs.pickles
4+
5+
.. autoclass:: Pickle
6+
7+
.. autoattribute:: codec_id

0 commit comments

Comments
 (0)