Browse Source

Adds missing autodoc

Ask Solem 13 years ago
parent
commit
6d2cb7e575
3 changed files with 8 additions and 2 deletions
  1. 5 0
      docs/reference/celery.contrib.methods.rst
  2. 1 0
      docs/reference/index.rst
  3. 2 2
      docs/whatsnew-2.6.rst

+ 5 - 0
docs/reference/celery.contrib.methods.rst

@@ -0,0 +1,5 @@
+.. currentmodule:: celery.contrib.methods
+
+.. automodule:: celery.contrib.methods
+    :members:
+    :undoc-members:

+ 1 - 0
docs/reference/index.rst

@@ -37,6 +37,7 @@
     celery.contrib.batches
     celery.contrib.migrate
     celery.contrib.rdb
+    celery.contrib.methods
     celery.events
     celery.events.state
     celery.apps.worker

+ 2 - 2
docs/whatsnew-2.6.rst

@@ -383,10 +383,10 @@ when the task registry is first used.
 Smart `--app` option
 --------------------
 
-The :option:`--app` option now 'autodetects'
+The :option:`--app` option now 'auto-detects'
 
     - If the provided path is a module it tries to get an
-    attribute named 'celery'.
+      attribute named 'celery'.
 
     - If the provided path is a package it tries
       to import a submodule named 'celery',