From 6695d1bad4a1fbd9dd3784a4a6cc0c7c82d64f5e Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 4 Jan 2015 20:19:48 +0100 Subject: [PATCH] document addition of mysqltasks and pgsqltasks --- docs/changelog.rst | 1 + docs/code.rst | 24 ++++++++++++++++++++++++ docs/conf.py | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 67fc19f..77f3668 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 diff --git a/docs/code.rst b/docs/code.rst index eb4f62f..22f2a53 100644 --- a/docs/code.rst +++ b/docs/code.rst @@ -104,6 +104,18 @@ provides some functionality that is common to all gnuviechadmin subprojects. :members: +:py:mod:`mysqltasks` app +======================== + +.. automodule:: mysqltasks + + +:py:mod:`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 ` +---------------------------------- + +.. automodule:: pgsqltasks.tasks + + :py:mod:`taskresults` app ========================= diff --git a/docs/conf.py b/docs/conf.py index 748e1c4..fc43377 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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