Bläddra i källkod

Fix documentation errors.

Ask Solem 15 år sedan
förälder
incheckning
f75475b9cf
3 ändrade filer med 4 tillägg och 5 borttagningar
  1. 2 2
      Changelog
  2. 0 1
      docs/reference/index.rst
  3. 2 2
      docs/userguide/tasks.rst

+ 2 - 2
Changelog

@@ -91,8 +91,8 @@ NEWS
 * New cool task decorator syntax.
 
 * celeryd now sends events if enabled with the ``-E`` argument.
-  Excellent for monitoring tools, one is already in the making:
-     http://github.com/ask/celerymon
+  Excellent for monitoring tools, one is already in the making
+  (http://github.com/ask/celerymon).
 
   Current events include: worker-heartbeat,
   task-[received/succeeded/failed/retried],

+ 0 - 1
docs/reference/index.rst

@@ -24,7 +24,6 @@
     celery.loaders.default
     celery.loaders.djangoapp
     celery.registry
-    celery.monitoring
     celery.messaging
     celery.contrib.test_runner
     celery.views

+ 2 - 2
docs/userguide/tasks.rst

@@ -211,7 +211,7 @@ Task options
     methods that have been registered with
     :mod:`carrot.serialization.registry`.
 
-    Please see :doc:`userguide/executing` for more information.
+    Please see :doc:`executing` for more information.
 
 Message and routing options
 ---------------------------
@@ -239,7 +239,7 @@ Message and routing options
     The message priority. A number from ``0`` to ``9``, where ``0`` is the
     highest. Note that RabbitMQ doesn't support priorities yet.
 
-Please see :doc:`userguide/executing` for descriptions of these options.
+Please see :doc:`executing` for descriptions of these options.
 
 How it works
 ============