restructure generated code documentation
This commit is contained in:
parent
8ab15e7680
commit
2408feb4b1
15 changed files with 326 additions and 281 deletions
17
docs/code/mysqltasks.rst
Normal file
17
docs/code/mysqltasks.rst
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
:py:mod:`mysqltasks` app
|
||||
========================
|
||||
|
||||
.. automodule:: mysqltasks
|
||||
|
||||
|
||||
:py:mod:`tasks <mysqltasks.tasks>`
|
||||
----------------------------------
|
||||
|
||||
.. automodule:: mysqltasks.tasks
|
||||
:members:
|
||||
|
||||
.. autotask:: mysqltasks.tasks.create_mysql_database
|
||||
.. autotask:: mysqltasks.tasks.create_mysql_user
|
||||
.. autotask:: mysqltasks.tasks.delete_mysql_database
|
||||
.. autotask:: mysqltasks.tasks.delete_mysql_user
|
||||
.. autotask:: mysqltasks.tasks.set_mysql_userpassword
|
||||
Loading…
Add table
Add a link
Reference in a new issue