Skip to content

Commit

Permalink
Add codec categories in doc contents
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Aug 24, 2023
1 parent cb15543 commit 2c5dff1
Show file tree
Hide file tree
Showing 26 changed files with 46 additions and 30 deletions.
6 changes: 0 additions & 6 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ PAPER =
BUILDDIR = _build

.PHONY: sphinx
sphinx:
# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don\'t have Sphinx installed, grab it from http://sphinx-doc.org/)
endif

# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
Expand Down Expand Up @@ -230,4 +225,3 @@ dummy: sphinx
$(SPHINXBUILD) -b dummy $(ALLSPHINXOPTS) $(BUILDDIR)/dummy
@echo
@echo "Build finished. Dummy builder generates no files."

6 changes: 3 additions & 3 deletions docs/checksum32.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
32-bit checksums
================
Checksum codecs
===============
.. automodule:: numcodecs.checksum32

CRC32
Expand Down Expand Up @@ -37,7 +37,7 @@ JenkinsLookup3
--------------

.. autoclass:: JenkinsLookup3

.. autoattribute:: codec_id
.. autoattribute:: initval
.. autoattribute:: prefix
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions docs/compression/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Compression codecs
------------------

.. toctree::
:maxdepth: 2

blosc
lz4
zfpy
zstd
zlib
gzip
bz2
lzma
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions docs/filter/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Filter codecs
-------------

.. toctree::
:maxdepth: 2

delta
fixedscaleoffset
quantize
bitround
packbits
categorize
astype
shuffle
File renamed without changes.
File renamed without changes.
File renamed without changes.
25 changes: 4 additions & 21 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,29 +64,12 @@ Contents
.. toctree::
:maxdepth: 2

compression/index
filter/index
other/index
checksum32
abc
registry
blosc
lz4
zfpy
zstd
zlib
gzip
bz2
lzma
delta
fixedscaleoffset
quantize
bitround
packbits
categorize
checksum32
astype
json
pickles
msgpacks
vlen
shuffle
release
contributing

Expand Down
11 changes: 11 additions & 0 deletions docs/other/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Other codecs
------------


.. toctree::
:maxdepth: 2

json
pickles
msgpacks
vlen
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2c5dff1

Please sign in to comment.