Updated API documentation
This commit is contained in:
parent
a1ed27a82c
commit
0e3d742e0d
4 changed files with 84 additions and 24 deletions
|
@ -1,67 +1,77 @@
|
|||
accounting Package
|
||||
accounting package
|
||||
==================
|
||||
|
||||
:mod:`accounting` Package
|
||||
-------------------------
|
||||
Subpackages
|
||||
-----------
|
||||
|
||||
.. automodule:: accounting
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
.. toctree::
|
||||
|
||||
:mod:`client` Module
|
||||
--------------------
|
||||
accounting.storage
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
accounting.client module
|
||||
------------------------
|
||||
|
||||
.. automodule:: accounting.client
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
:mod:`config` Module
|
||||
--------------------
|
||||
accounting.config module
|
||||
------------------------
|
||||
|
||||
.. automodule:: accounting.config
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
:mod:`decorators` Module
|
||||
------------------------
|
||||
accounting.decorators module
|
||||
----------------------------
|
||||
|
||||
.. automodule:: accounting.decorators
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
:mod:`exceptions` Module
|
||||
------------------------
|
||||
accounting.exceptions module
|
||||
----------------------------
|
||||
|
||||
.. automodule:: accounting.exceptions
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
:mod:`models` Module
|
||||
--------------------
|
||||
accounting.models module
|
||||
------------------------
|
||||
|
||||
.. automodule:: accounting.models
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
:mod:`transport` Module
|
||||
-----------------------
|
||||
accounting.transport module
|
||||
---------------------------
|
||||
|
||||
.. automodule:: accounting.transport
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
:mod:`web` Module
|
||||
-----------------
|
||||
accounting.web module
|
||||
---------------------
|
||||
|
||||
.. automodule:: accounting.web
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: accounting
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
29
doc/source/api/accounting.storage.rst
Normal file
29
doc/source/api/accounting.storage.rst
Normal file
|
@ -0,0 +1,29 @@
|
|||
accounting.storage package
|
||||
==========================
|
||||
|
||||
Subpackages
|
||||
-----------
|
||||
|
||||
.. toctree::
|
||||
|
||||
accounting.storage.sql
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
accounting.storage.ledgercli module
|
||||
-----------------------------------
|
||||
|
||||
.. automodule:: accounting.storage.ledgercli
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: accounting.storage
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
22
doc/source/api/accounting.storage.sql.rst
Normal file
22
doc/source/api/accounting.storage.sql.rst
Normal file
|
@ -0,0 +1,22 @@
|
|||
accounting.storage.sql package
|
||||
==============================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
accounting.storage.sql.models module
|
||||
------------------------------------
|
||||
|
||||
.. automodule:: accounting.storage.sql.models
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: accounting.storage.sql
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
|
@ -1,8 +1,7 @@
|
|||
..
|
||||
==
|
||||
accounting
|
||||
==========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
accounting
|
||||
asyncio-test
|
||||
|
|
Loading…
Reference in a new issue