document BlockEncoder and BlockDecoder

This commit is contained in:
Andrew Cassidy 2021-03-21 02:10:28 -07:00
parent 920bc8d9fe
commit 7c91139775
4 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,10 @@
.. py:currentmodule:: quicktex
Conversion
============
.. autoclass:: BlockEncoder
:members:
.. autoclass:: BlockDecoder
:members:

View File

@ -0,0 +1,7 @@
Formats
=======
.. toctree::
:maxdepth: 2
s3tc.rst

View File

@ -2,6 +2,7 @@ Reference
=========
.. toctree::
:maxdepth: 2
:maxdepth: 2
s3tc.rst
conversion.rst
formats/index.rst