@@ -34,10 +34,6 @@ class App(base.BaseApp):
backend class to use. Default is the value of the
:setting:`CELERY_RESULT_BACKEND` setting.
- .. seealso::
-
- The app base class; :class:`~celery.app.base.BaseApp`.
"""
def set_current(self):
@@ -5,11 +5,6 @@
.. contents::
:local:
- Functions
- ---------
- .. autofunction:: app_or_default
Application
-----------
@@ -54,3 +49,9 @@
.. automethod:: either
.. automethod:: merge
+
+ Functions
+ ---------
+ .. autofunction:: app_or_default