Ask Solem 13 anos atrás
pai
commit
129562addd

+ 1 - 1
contrib/release/core-modules.txt

@@ -22,7 +22,7 @@ celery/loaders/app.py
 celery/loaders/base.py
 celery/registry.py
 celery/result.py
-celery/routes.py
+celery/app.routes.py
 celery/schedules.py
 celery/signals.py
 celery/states.py

+ 6 - 4
docs/django/first-steps-with-django.rst

@@ -11,14 +11,14 @@ You need four simple steps to use celery with your Django project.
 
         $ pip install django-celery
 
-    2. Add ``djcelery`` to ``INSTALLED_APPS``.
-
-    3. Add the following lines to ``settings.py``::
+    2. Add the following lines to ``settings.py``::
 
         import djcelery
         djcelery.setup_loader()
 
-    4. Create the celery database tables::
+    3. Add ``djcelery`` to ``INSTALLED_APPS``.
+
+    4. Create the celery database tables.
 
         If you are using south_ for schema migrations, you'll want to::
 
@@ -42,6 +42,8 @@ what broker to use::
 
 That's it.
 
+.. _`RabbitMQ`: http://www.rabbitmq.com/
+
 Special note for mod_wsgi users
 -------------------------------
 

+ 1 - 1
docs/django/unit-testing.rst

@@ -25,7 +25,7 @@ own if you have other things that need to be done.
 http://docs.djangoproject.com/en/dev/topics/testing/#defining-a-test-runner
 
 For this example, we'll use the ``djcelery.contrib.test_runner`` to test the
-``add`` task from the :ref:`guide-task` examples in the Celery
+``add`` task from the :ref:`guide-tasks` examples in the Celery
 documentation.
 
 To enable the test runner, set the following settings:

+ 1 - 1
docs/index.rst

@@ -15,7 +15,7 @@ Contents:
 
     configuration
     cookbook/index
-    django
+    django/index
     contributing
     community
     tutorials/index

+ 3 - 3
docs/internals/reference/celery.app.routes.rst

@@ -1,11 +1,11 @@
 =================================
- celery.routes
+ celery.app.routes
 =================================
 
 .. contents::
     :local:
-.. currentmodule:: celery.routes
+.. currentmodule:: celery.app.routes
 
-.. automodule:: celery.routes
+.. automodule:: celery.app.routes
     :members:
     :undoc-members:

+ 3 - 3
docs/internals/reference/celery.backends.database.models.rst

@@ -1,11 +1,11 @@
 ======================================
- celery.db.models
+ celery.backends.database.models
 ======================================
 
 .. contents::
     :local:
-.. currentmodule:: celery.db.models
+.. currentmodule:: celery.backends.database.models
 
-.. automodule:: celery.db.models
+.. automodule:: celery.backends.database.models
     :members:
     :undoc-members:

+ 3 - 3
docs/internals/reference/celery.backends.database.session.rst

@@ -1,11 +1,11 @@
 ========================================
- celery.db.session
+ celery.backends.database.session
 ========================================
 
 .. contents::
     :local:
-.. currentmodule:: celery.db.session
+.. currentmodule:: celery.backends.database.session
 
-.. automodule:: celery.db.session
+.. automodule:: celery.backends.database.session
     :members:
     :undoc-members:

+ 3 - 3
docs/internals/reference/celery.worker.abstract.rst

@@ -1,11 +1,11 @@
 ==========================================
- celery.abstract
+ celery.worker.abstract
 ==========================================
 
 .. contents::
     :local:
-.. currentmodule:: celery.abstract
+.. currentmodule:: celery.worker.abstract
 
-.. automodule:: celery.abstract
+.. automodule:: celery.worker.abstract
     :members:
     :undoc-members:

+ 0 - 1
docs/internals/reference/index.rst

@@ -46,7 +46,6 @@
     celery.security.key
     celery.security.serialization
     celery.datastructures
-    celery.log
     celery.events.snapshot
     celery.events.cursesmon
     celery.events.dumper

+ 3 - 3
docs/reference/celery.app.builtins.rst

@@ -1,11 +1,11 @@
 ====================================================
- celery.app.task.builtins
+ celery.app.builtins
 ====================================================
 
 .. contents::
     :local:
-.. currentmodule:: celery.app.task.builtins
+.. currentmodule:: celery.app.builtins
 
-.. automodule:: celery.app.task.builtins
+.. automodule:: celery.app.builtins
     :members:
     :undoc-members: