Browse Source

Fix rst bugs

Ask Solem 12 năm trước cách đây
mục cha
commit
16be17ae82
4 tập tin đã thay đổi với 4 bổ sung10 xóa
  1. 1 1
      Changelog
  2. 0 1
      docs/configuration.rst
  3. 2 2
      docs/history/changelog-2.0.rst
  4. 1 6
      docs/history/changelog-2.1.rst

+ 1 - 1
Changelog

@@ -54,7 +54,7 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
 
 - Worker: ETA scheduler now uses millisecond precision (Issue #1040).
 
-- The :param:`--config` argument to programs is now supported by all loaders.
+- The ``--config`` argument to programs is now supported by all loaders.
 
 - The :setting:`CASSANDRA_OPTIONS` setting has now been documented.
 

+ 0 - 1
docs/configuration.rst

@@ -576,7 +576,6 @@ CASSANDRA_OPTIONS
 Options to be passed to the `pycassa connection pool`_ (optional).
 
 .. _`pycassa connection pool`: http://pycassa.github.com/pycassa/api/pycassa/pool.html
-.. setting:: CASSANDRA_DETAILED_MODE
 
 Example configuration
 ~~~~~~~~~~~~~~~~~~~~~

+ 2 - 2
docs/history/changelog-2.0.rst

@@ -569,10 +569,10 @@ Backward incompatible changes
     =====================================  =====================================
 
 * The `celery.task.rest` module has been removed, use :mod:`celery.task.http`
-  instead (as scheduled by the `deprecation timeline`_).
+  instead (as scheduled by the :ref:`deprecation-timeline`).
 
 * It's no longer allowed to skip the class name in loader names.
-  (as scheduled by the `deprecation timeline`_):
+  (as scheduled by the :ref:`deprecation-timeline`):
 
     Assuming the implicit `Loader` class name is no longer supported,
     if you use e.g.::

+ 1 - 6
docs/history/changelog-2.1.rst

@@ -335,8 +335,7 @@ News
     django-celery now comes with a Celery monitor for the Django
     Admin interface. To use this you need to run the django-celery
     snapshot camera, which stores snapshots to the database at configurable
-    intervals.  See :ref:`monitoring-nodjango` for information about using
-    this monitor if you're not using Django.
+    intervals.
 
     To use the Django admin monitor you need to do the following:
 
@@ -388,10 +387,6 @@ News
     The rate limit is off by default, which means it will take a snapshot
     for every :option:`--frequency` seconds.
 
-.. seealso::
-
-    :ref:`monitoring-django-admin` and :ref:`monitoring-snapshots`.
-
 * :func:`~celery.task.control.broadcast`: Added callback argument, this can be
   used to process replies immediately as they arrive.