Updated the Sphinx documentation.
This commit is contained in:
parent
56138f7de3
commit
32aa532548
45
docs/source/accounting.journal_entry.forms.rst
Normal file
45
docs/source/accounting.journal_entry.forms.rst
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
accounting.journal\_entry.forms package
|
||||||
|
=======================================
|
||||||
|
|
||||||
|
Submodules
|
||||||
|
----------
|
||||||
|
|
||||||
|
accounting.journal\_entry.forms.currency module
|
||||||
|
-----------------------------------------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.journal_entry.forms.currency
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
accounting.journal\_entry.forms.journal\_entry module
|
||||||
|
-----------------------------------------------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.journal_entry.forms.journal_entry
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
accounting.journal\_entry.forms.line\_item module
|
||||||
|
-------------------------------------------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.journal_entry.forms.line_item
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
accounting.journal\_entry.forms.reorder module
|
||||||
|
----------------------------------------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.journal_entry.forms.reorder
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
Module contents
|
||||||
|
---------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.journal_entry.forms
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
46
docs/source/accounting.journal_entry.rst
Normal file
46
docs/source/accounting.journal_entry.rst
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
accounting.journal\_entry package
|
||||||
|
=================================
|
||||||
|
|
||||||
|
Subpackages
|
||||||
|
-----------
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 4
|
||||||
|
|
||||||
|
accounting.journal_entry.forms
|
||||||
|
accounting.journal_entry.utils
|
||||||
|
|
||||||
|
Submodules
|
||||||
|
----------
|
||||||
|
|
||||||
|
accounting.journal\_entry.converters module
|
||||||
|
-------------------------------------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.journal_entry.converters
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
accounting.journal\_entry.template\_filters module
|
||||||
|
--------------------------------------------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.journal_entry.template_filters
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
accounting.journal\_entry.views module
|
||||||
|
--------------------------------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.journal_entry.views
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
Module contents
|
||||||
|
---------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.journal_entry
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
53
docs/source/accounting.journal_entry.utils.rst
Normal file
53
docs/source/accounting.journal_entry.utils.rst
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
accounting.journal\_entry.utils package
|
||||||
|
=======================================
|
||||||
|
|
||||||
|
Submodules
|
||||||
|
----------
|
||||||
|
|
||||||
|
accounting.journal\_entry.utils.account\_option module
|
||||||
|
------------------------------------------------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.journal_entry.utils.account_option
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
accounting.journal\_entry.utils.description\_editor module
|
||||||
|
----------------------------------------------------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.journal_entry.utils.description_editor
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
accounting.journal\_entry.utils.offset\_alias module
|
||||||
|
----------------------------------------------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.journal_entry.utils.offset_alias
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
accounting.journal\_entry.utils.operators module
|
||||||
|
------------------------------------------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.journal_entry.utils.operators
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
accounting.journal\_entry.utils.original\_line\_items module
|
||||||
|
------------------------------------------------------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.journal_entry.utils.original_line_items
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
|
Module contents
|
||||||
|
---------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.journal_entry.utils
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
@ -10,8 +10,8 @@ Subpackages
|
|||||||
accounting.account
|
accounting.account
|
||||||
accounting.base_account
|
accounting.base_account
|
||||||
accounting.currency
|
accounting.currency
|
||||||
|
accounting.journal_entry
|
||||||
accounting.report
|
accounting.report
|
||||||
accounting.transaction
|
|
||||||
accounting.utils
|
accounting.utils
|
||||||
|
|
||||||
Submodules
|
Submodules
|
||||||
|
@ -1,45 +0,0 @@
|
|||||||
accounting.transaction.forms package
|
|
||||||
====================================
|
|
||||||
|
|
||||||
Submodules
|
|
||||||
----------
|
|
||||||
|
|
||||||
accounting.transaction.forms.currency module
|
|
||||||
--------------------------------------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.transaction.forms.currency
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
accounting.transaction.forms.journal\_entry module
|
|
||||||
--------------------------------------------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.transaction.forms.journal_entry
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
accounting.transaction.forms.reorder module
|
|
||||||
-------------------------------------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.transaction.forms.reorder
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
accounting.transaction.forms.transaction module
|
|
||||||
-----------------------------------------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.transaction.forms.transaction
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
Module contents
|
|
||||||
---------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.transaction.forms
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
@ -1,46 +0,0 @@
|
|||||||
accounting.transaction package
|
|
||||||
==============================
|
|
||||||
|
|
||||||
Subpackages
|
|
||||||
-----------
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 4
|
|
||||||
|
|
||||||
accounting.transaction.forms
|
|
||||||
accounting.transaction.utils
|
|
||||||
|
|
||||||
Submodules
|
|
||||||
----------
|
|
||||||
|
|
||||||
accounting.transaction.converters module
|
|
||||||
----------------------------------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.transaction.converters
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
accounting.transaction.template\_filters module
|
|
||||||
-----------------------------------------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.transaction.template_filters
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
accounting.transaction.views module
|
|
||||||
-----------------------------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.transaction.views
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
Module contents
|
|
||||||
---------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.transaction
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
@ -1,53 +0,0 @@
|
|||||||
accounting.transaction.utils package
|
|
||||||
====================================
|
|
||||||
|
|
||||||
Submodules
|
|
||||||
----------
|
|
||||||
|
|
||||||
accounting.transaction.utils.account\_option module
|
|
||||||
---------------------------------------------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.transaction.utils.account_option
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
accounting.transaction.utils.offset\_alias module
|
|
||||||
-------------------------------------------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.transaction.utils.offset_alias
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
accounting.transaction.utils.operators module
|
|
||||||
---------------------------------------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.transaction.utils.operators
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
accounting.transaction.utils.original\_entries module
|
|
||||||
-----------------------------------------------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.transaction.utils.original_entries
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
accounting.transaction.utils.summary\_editor module
|
|
||||||
---------------------------------------------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.transaction.utils.summary_editor
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
Module contents
|
|
||||||
---------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.transaction.utils
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
@ -20,6 +20,14 @@ accounting.utils.flash\_errors module
|
|||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
|
accounting.utils.journal\_entry\_types module
|
||||||
|
---------------------------------------------
|
||||||
|
|
||||||
|
.. automodule:: accounting.utils.journal_entry_types
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
||||||
accounting.utils.next\_uri module
|
accounting.utils.next\_uri module
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
@ -68,14 +76,6 @@ accounting.utils.strip\_text module
|
|||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
accounting.utils.txn\_types module
|
|
||||||
----------------------------------
|
|
||||||
|
|
||||||
.. automodule:: accounting.utils.txn_types
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
accounting.utils.user module
|
accounting.utils.user module
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user