Browse Source

Fixed documentation issues

Ask Solem 15 years ago
parent
commit
4a4982035a

+ 0 - 0
docs/.static/.keep


+ 1 - 1
docs/cookbook/daemonizing.rst

@@ -13,7 +13,7 @@ start-stop-daemon
 =================
 =================
 
 
 See the `contrib/debian/init.d/`_ directory in the celery distribution, this
 See the `contrib/debian/init.d/`_ directory in the celery distribution, this
-directory contains init scripts for celeryd and celery.
+directory contains init scripts for celeryd and celerybeat.
 
 
 These scripts are configured in ``/etc/default/celeryd``.
 These scripts are configured in ``/etc/default/celeryd``.
 
 

+ 1 - 2
docs/getting-started/first-steps-with-celery.rst

@@ -30,8 +30,7 @@ All celery tasks are classes that inherit from the ``Task``
 class. In this case we're using a decorator that wraps the add
 class. In this case we're using a decorator that wraps the add
 function in an appropriate class for us automatically. The full
 function in an appropriate class for us automatically. The full
 documentation on how to create tasks and task classes is in the
 documentation on how to create tasks and task classes is in the
-:doc:`../userguide/tasks>` part of the user guide.
-
+:doc:`../userguide/tasks` part of the user guide.
 
 
 
 
 Configuration
 Configuration