Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 386 Bytes

apidoc.rst

File metadata and controls

22 lines (16 loc) · 386 Bytes

API Documentation

The user only interacts with the :py:mod:`yeadon.human` module. The interface to the other modules is only useful to developers.

.. automodule:: yeadon.__init__
    :members:
    :undoc-members:
    :show-inheritance:

.. toctree::
   :maxdepth: 2

   human.rst
   segment.rst
   solid.rst