Ver Fonte

Doc fixes

Ask Solem há 11 anos atrás
pai
commit
e7b1125170

+ 1 - 1
celery/backends/couchbase.py

@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 """
     celery.backends.couchbase
-    ~~~~~~~~~~~~~~~~~~~~~~~
+    ~~~~~~~~~~~~~~~~~~~~~~~~~
 
     CouchBase result store backend.
 

+ 1 - 1
celery/utils/serialization.py

@@ -46,7 +46,7 @@ def find_pickleable_exception(exc, loads=pickle.loads,
 
     Will return the nearest pickleable parent exception class
     (except :exc:`Exception` and parents), or if the exception is
-    pickleable it will return :cons:`None`.
+    pickleable it will return :const:`None`.
 
     :rtype :exc:`Exception`:
 

+ 2 - 2
docs/configuration.rst

@@ -210,7 +210,7 @@ Can be one of the following:
 * ironcache
     Use `IronCache`_ to store the results.
     See :ref:`conf-ironcache-result-backend`.
-    
+
 * couchbase
     Use `Couchbase`_ to store the results.
     See :ref:`conf-couchbase-result-backend`.
@@ -670,7 +670,7 @@ Or to change the cache name::
 For more information, see: https://github.com/iron-io/iron_celery
 
 
-. _conf-couchbase-result-backend:
+.. _conf-couchbase-result-backend:
 
 Couchbase backend settings
 --------------------------

+ 1 - 1
docs/django/first-steps-with-django.rst

@@ -92,7 +92,7 @@ set up the :envvar:`DJANGO_SETTINGS_MODULE` environment variable:
     $ DJANGO_SETTINGS_MODULE='proj.settings' celery -A proj status
 
 If you find this inconvienient you can create a small wrapper script
-alongside ``manage.py`` that automatically binds to your app, e.g. ``proj/celery.py`
+alongside ``manage.py`` that automatically binds to your app, e.g. ``proj/celery.py``
 
 :file:`proj/celery.py`
 

+ 1 - 1
docs/reference/celery.rst

@@ -47,7 +47,7 @@ and creating Celery applications.
     :keyword tasks: A task registry or the name of a registry class.
     :keyword include: List of modules every worker should import.
     :keyword fixups: List of fixup plug-ins (see e.g.
-    :mod:`celery.fixups.django`).
+        :mod:`celery.fixups.django`).
 
     .. attribute:: Celery.main
 

+ 1 - 1
docs/userguide/workers.rst

@@ -929,7 +929,7 @@ The output will include the following fields:
     System usage statistics.  The fields available may be different
     on your platform.
 
-    From :man:`getrusage(2)`:
+    From :manpage:`getrusage(2)`:
 
     * ``stime``
 

+ 1 - 1
docs/whatsnew-3.1.rst

@@ -729,7 +729,7 @@ Fixes
 
 - XXX
 
-.. _v310-internal
+.. _v310-internal:
 
 Internal changes
 ================