Browse Source

Documentation cosmetics

Ask Solem 14 years ago
parent
commit
264f82d716
2 changed files with 6 additions and 9 deletions
  1. 0 4
      celery/app/__init__.py
  2. 6 5
      docs/reference/celery.app.rst

+ 0 - 4
celery/app/__init__.py

@@ -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):

+ 6 - 5
docs/reference/celery.app.rst

@@ -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
+