mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
document BlockEncoder and BlockDecoder
This commit is contained in:
parent
920bc8d9fe
commit
7c91139775
10
docs/reference/conversion.rst
Normal file
10
docs/reference/conversion.rst
Normal file
@ -0,0 +1,10 @@
|
||||
.. py:currentmodule:: quicktex
|
||||
|
||||
Conversion
|
||||
============
|
||||
|
||||
.. autoclass:: BlockEncoder
|
||||
:members:
|
||||
|
||||
.. autoclass:: BlockDecoder
|
||||
:members:
|
7
docs/reference/formats/index.rst
Normal file
7
docs/reference/formats/index.rst
Normal file
@ -0,0 +1,7 @@
|
||||
Formats
|
||||
=======
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
s3tc.rst
|
@ -2,6 +2,7 @@ Reference
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 2
|
||||
|
||||
s3tc.rst
|
||||
conversion.rst
|
||||
formats/index.rst
|
||||
|
Loading…
Reference in New Issue
Block a user