Преглед на файлове

Fixed documentation issues

Ask Solem преди 15 години
родител
ревизия
4a4982035a
променени са 3 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 0 0
      docs/.static/.keep
  2. 1 1
      docs/cookbook/daemonizing.rst
  3. 1 2
      docs/getting-started/first-steps-with-celery.rst

+ 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
-directory contains init scripts for celeryd and celery.
+directory contains init scripts for celeryd and celerybeat.
 
 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
 function in an appropriate class for us automatically. The full
 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