Jan Dittberner
26aae0173d
This change moves the fileservertasks module to the top level to allow keeping the same task names when running in a Python 3 environment.
35 lines
695 B
ReStructuredText
35 lines
695 B
ReStructuredText
==================
|
|
Code documentation
|
|
==================
|
|
|
|
gvafile is implemented as a set of `Celery`_ tasks.
|
|
|
|
.. _Celery: http://www.celeryproject.org/
|
|
|
|
|
|
:py:mod:`fileservertasks` module
|
|
================================
|
|
|
|
.. automodule:: fileservertasks
|
|
|
|
|
|
:py:mod:`celery <fileservertasks.celery>`
|
|
-----------------------------------------
|
|
|
|
.. automodule:: fileservertasks.celery
|
|
:members:
|
|
|
|
|
|
:py:mod:`settings <fileservertasks.settings>`
|
|
---------------------------------------------
|
|
|
|
.. automodule:: fileservertasks.settings
|
|
:members:
|
|
|
|
|
|
:py:mod:`tasks <fileservertasks.tasks>`
|
|
---------------------------------------
|
|
|
|
.. automodule:: fileservertasks.tasks
|
|
:members:
|
|
:undoc-members:
|