add code documentation for websites app
This commit is contained in:
parent
1f485e6b29
commit
5322e00345
5 changed files with 70 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
|
||||
|
||||
:py:mod:`views <domains.views>`
|
||||
---------------------------------
|
||||
-------------------------------
|
||||
|
||||
.. automodule:: domains.views
|
||||
:members:
|
||||
|
|
46
docs/code/websites.rst
Normal file
46
docs/code/websites.rst
Normal file
|
@ -0,0 +1,46 @@
|
|||
:py:mod:`websites` app
|
||||
======================
|
||||
|
||||
.. automodule:: websites
|
||||
|
||||
|
||||
:py:mod:`admin <websites.admin>`
|
||||
--------------------------------
|
||||
|
||||
.. automodule:: websites.admin
|
||||
:members:
|
||||
|
||||
|
||||
:py:mod:`apps <websites.apps>`
|
||||
------------------------------
|
||||
|
||||
.. automodule:: websites.apps
|
||||
:members:
|
||||
|
||||
|
||||
:py:mod:`forms <websites.forms>`
|
||||
--------------------------------
|
||||
|
||||
.. automodule:: websites.forms
|
||||
:members:
|
||||
|
||||
|
||||
:py:mod:`models <websites.models>`
|
||||
----------------------------------
|
||||
|
||||
.. automodule:: websites.models
|
||||
:members:
|
||||
|
||||
|
||||
:py:mod:`urls <websites.urls>`
|
||||
------------------------------
|
||||
|
||||
.. automodule:: websites.urls
|
||||
:members:
|
||||
|
||||
|
||||
:py:mod:`views <websites.views>`
|
||||
--------------------------------
|
||||
|
||||
.. automodule:: websites.views
|
||||
:members:
|
Loading…
Add table
Add a link
Reference in a new issue