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
|
.. toctree::
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
:mod:`client` Module
|
accounting.storage
|
||||||
--------------------
|
|
||||||
|
Submodules
|
||||||
|
----------
|
||||||
|
|
||||||
|
accounting.client module
|
||||||
|
------------------------
|
||||||
|
|
||||||
.. automodule:: accounting.client
|
.. automodule:: accounting.client
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
:mod:`config` Module
|
accounting.config module
|
||||||
--------------------
|
------------------------
|
||||||
|
|
||||||
.. automodule:: accounting.config
|
.. automodule:: accounting.config
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
:mod:`decorators` Module
|
accounting.decorators module
|
||||||
------------------------
|
----------------------------
|
||||||
|
|
||||||
.. automodule:: accounting.decorators
|
.. automodule:: accounting.decorators
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
:mod:`exceptions` Module
|
accounting.exceptions module
|
||||||
------------------------
|
----------------------------
|
||||||
|
|
||||||
.. automodule:: accounting.exceptions
|
.. automodule:: accounting.exceptions
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
:mod:`models` Module
|
accounting.models module
|
||||||
--------------------
|
------------------------
|
||||||
|
|
||||||
.. automodule:: accounting.models
|
.. automodule:: accounting.models
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
:mod:`transport` Module
|
accounting.transport module
|
||||||
-----------------------
|
---------------------------
|
||||||
|
|
||||||
.. automodule:: accounting.transport
|
.. automodule:: accounting.transport
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
:mod:`web` Module
|
accounting.web module
|
||||||
-----------------
|
---------------------
|
||||||
|
|
||||||
.. automodule:: accounting.web
|
.. automodule:: accounting.web
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
: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::
|
.. toctree::
|
||||||
:maxdepth: 4
|
:maxdepth: 4
|
||||||
|
|
||||||
accounting
|
accounting
|
||||||
asyncio-test
|
|
||||||
|
|
Loading…
Reference in a new issue