document addition of mysqltasks and pgsqltasks
This commit is contained in:
parent
e7ae0054b5
commit
6695d1bad4
3 changed files with 26 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* :feature:`-` add mysqltasks and pgsqltasks
|
||||||
* :feature:`-` add new app :py:mod:`taskresults` that takes care of handling
|
* :feature:`-` add new app :py:mod:`taskresults` that takes care of handling
|
||||||
asynchronous `Celery`_ results
|
asynchronous `Celery`_ results
|
||||||
* :feature:`-` add new task :py:func:`osusers.tasks.delete_ldap_group` (needs
|
* :feature:`-` add new task :py:func:`osusers.tasks.delete_ldap_group` (needs
|
||||||
|
|
|
@ -104,6 +104,18 @@ provides some functionality that is common to all gnuviechadmin subprojects.
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
||||||
|
:py:mod:`mysqltasks` app
|
||||||
|
========================
|
||||||
|
|
||||||
|
.. automodule:: mysqltasks
|
||||||
|
|
||||||
|
|
||||||
|
:py:mod:`tasks <mysqltasks.tasks>`
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
|
.. automodule:: mysqltasks.tasks
|
||||||
|
|
||||||
|
|
||||||
:py:mod:`osusers` app
|
:py:mod:`osusers` app
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
@ -151,6 +163,18 @@ provides some functionality that is common to all gnuviechadmin subprojects.
|
||||||
.. autotask:: osusers.tasks.setup_file_sftp_userdir
|
.. autotask:: osusers.tasks.setup_file_sftp_userdir
|
||||||
|
|
||||||
|
|
||||||
|
:py:mod:`pgsqltasks` app
|
||||||
|
========================
|
||||||
|
|
||||||
|
.. automodule:: pgsqltasks
|
||||||
|
|
||||||
|
|
||||||
|
:py:mod:`tasks <pgsqltasks.tasks>`
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
|
.. automodule:: pgsqltasks.tasks
|
||||||
|
|
||||||
|
|
||||||
:py:mod:`taskresults` app
|
:py:mod:`taskresults` app
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'gnuviechadmin'
|
project = u'gnuviechadmin'
|
||||||
copyright = u'2014, Jan Dittberner'
|
copyright = u'2014, 2015 Jan Dittberner'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
|
|
Loading…
Reference in a new issue