document addition of mysqltasks and pgsqltasks

This commit is contained in:
Jan Dittberner 2015-01-04 20:19:48 +01:00
parent e7ae0054b5
commit 6695d1bad4
3 changed files with 26 additions and 1 deletions

View File

@ -1,6 +1,7 @@
Changelog
=========
* :feature:`-` add mysqltasks and pgsqltasks
* :feature:`-` add new app :py:mod:`taskresults` that takes care of handling
asynchronous `Celery`_ results
* :feature:`-` add new task :py:func:`osusers.tasks.delete_ldap_group` (needs

View File

@ -104,6 +104,18 @@ provides some functionality that is common to all gnuviechadmin subprojects.
:members:
:py:mod:`mysqltasks` app
========================
.. automodule:: mysqltasks
:py:mod:`tasks <mysqltasks.tasks>`
----------------------------------
.. automodule:: mysqltasks.tasks
: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
:py:mod:`pgsqltasks` app
========================
.. automodule:: pgsqltasks
:py:mod:`tasks <pgsqltasks.tasks>`
----------------------------------
.. automodule:: pgsqltasks.tasks
:py:mod:`taskresults` app
=========================

View File

@ -53,7 +53,7 @@ master_doc = 'index'
# General information about the project.
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
# |version| and |release|, also used in various other places throughout the