Skip to content

Commit

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

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 7f8dc36

Please sign in to comment.