Skip to content

Commit

Permalink
Create index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanatosDi committed Apr 3, 2019
1 parent b37415c commit a17a635
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.. currentmodule:: apng

pyAPNG API reference
====================

A Python module to deal with APNG file.

Usage/examples can be founded at `pyAPNG's readme <https://github.com/eight04/pyAPNG>`_.

Functions
---------

.. autofunction:: parse_chunks

.. autofunction:: make_chunk

.. autofunction:: make_text_chunk

Classes
-------

.. autoclass:: Chunk

.. autoclass:: PNG
:members: open, open_any, from_bytes, to_bytes, save

.. autoinstanceattribute:: chunks
:annotation: = []

.. autoclass:: FrameControl
:members: from_bytes, to_bytes

.. autoclass:: APNG
:members: open, append, append_file, from_bytes, to_bytes, from_files, save

0 comments on commit a17a635

Please sign in to comment.