Skip to content

Commit df13c75

Browse files
committed
edit docstrings
1 parent 6a14937 commit df13c75

File tree

11 files changed

+532
-493
lines changed

11 files changed

+532
-493
lines changed

docs/blosc.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Blosc
44

55
.. autoclass:: Blosc
66

7+
.. autoattribute:: codec_id
8+
.. autoattribute:: NOSHUFFLE
9+
.. autoattribute:: SHUFFLE
10+
.. autoattribute:: BITSHUFFLE
11+
712
.. autofunction:: init
813
.. autofunction:: destroy
914
.. autofunction:: compname_to_compcode
@@ -13,4 +18,3 @@ Blosc
1318
.. autofunction:: cbuffer_sizes
1419
.. autofunction:: compress
1520
.. autofunction:: decompress
16-

docs/bz2.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ BZ2
33
.. automodule:: numcodecs.bz2
44

55
.. autoclass:: BZ2
6+
7+
.. autoattribute:: codec_id

docs/categorize.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ Categorize
33
.. automodule:: numcodecs.categorize
44

55
.. autoclass:: Categorize
6+
7+
.. autoattribute:: codec_id

docs/checksum32.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ CRC32
66
-----
77
.. autoclass:: CRC32
88

9+
.. autoattribute:: codec_id
10+
11+
912
Adler32
1013
-------
1114
.. autoclass:: Adler32
15+
16+
.. autoattribute:: codec_id

docs/delta.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ Delta
33
.. automodule:: numcodecs.delta
44

55
.. autoclass:: Delta
6+
7+
.. autoattribute:: codec_id

docs/fixedscaleoffset.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ FixedScaleOffset
33
.. automodule:: numcodecs.fixedscaleoffset
44

55
.. autoclass:: FixedScaleOffset
6+
7+
.. autoattribute:: codec_id

docs/lzma.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ LZMA
33
.. automodule:: numcodecs.lzma
44

55
.. autoclass:: LZMA
6+
7+
.. autoattribute:: codec_id

docs/packbits.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ PackBits
33
.. automodule:: numcodecs.packbits
44

55
.. autoclass:: PackBits
6+
7+
.. autoattribute:: codec_id

docs/zlib.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ Zlib
33
.. automodule:: numcodecs.zlib
44

55
.. autoclass:: Zlib
6+
7+
.. autoattribute:: codec_id

numcodecs/blosc.c

Lines changed: 483 additions & 483 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)