add hostingpackages api doc
- add to docs/code.rst toctree - add new docs/code/hostingpackages.rst containing the autodoc directives - document undocumented code in hostingpackages app - update translation templates
This commit is contained in:
parent
12455e2d99
commit
4f2ebbae63
6 changed files with 87 additions and 18 deletions
|
@ -16,6 +16,7 @@ administrators and customers.
|
|||
code/gvacommon
|
||||
code/dashboard
|
||||
code/domains
|
||||
code/hostingpackages
|
||||
code/managemails
|
||||
code/mysqltasks
|
||||
code/osusers
|
||||
|
|
24
docs/code/hostingpackages.rst
Normal file
24
docs/code/hostingpackages.rst
Normal file
|
@ -0,0 +1,24 @@
|
|||
:py:mod:`hostingpackages` app
|
||||
=============================
|
||||
|
||||
.. automodule:: hostingpackages
|
||||
|
||||
:py:mod:`admin <hostingpackages.admin>`
|
||||
---------------------------------------
|
||||
|
||||
.. automodule:: hostingpackages.admin
|
||||
:members:
|
||||
|
||||
|
||||
:py:mod:`apps <hostingpackages.apps>`
|
||||
-------------------------------------
|
||||
|
||||
.. automodule:: hostingpackages.apps
|
||||
:members:
|
||||
|
||||
|
||||
:py:mod:`models <hostingpackages.models>`
|
||||
-----------------------------------------
|
||||
|
||||
.. automodule:: hostingpackages.models
|
||||
:members:
|
Loading…
Add table
Add a link
Reference in a new issue