gvapgsql/docs/code.rst
Jan Dittberner 68f0834954 Refactor module structure
Move pgsqltasks to top level to keep the task names when using Python 3
2020-03-04 18:14:08 +01:00

34 lines
549 B
ReStructuredText

==================
Code documentation
==================
gvapgsql is implemented as `Celery`_ app.
.. _Celery: http://www.celeryproject.org/
:py:mod:`pgsqltasks` app
========================
:py:mod:`pgsqltasks.celery`
---------------------------
.. automodule:: pgsqltasks
.. automodule:: pgsqltasks.celery
:members:
:py:mod:`pgsqltasks.settings`
-----------------------------
.. automodule:: pgsqltasks.settings
:py:mod:`pgsqltasks.tasks`
--------------------------
.. automodule:: pgsqltasks.tasks
:members:
:undoc-members: