浏览代码

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
 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