Explorar o código

TaskSet UserGuide: Forgot to add table of contents

Ask Solem %!s(int64=15) %!d(string=hai) anos
pai
achega
4def753bbd
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      docs/userguide/tasksets.rst

+ 4 - 1
docs/userguide/tasksets.rst

@@ -2,11 +2,14 @@
  Sets of tasks, Subtasks and Callbacks
 =======================================
 
+.. contents::
+    :local:
+
 Subtasks
 ========
 
 The :class:`~celery.task.sets.subtask` class is used to wrap the arguments and
-execution options for a single task invocation. The signature is the following::
+execution options for a single task invocation::
 
     subtask(task_name_or_cls, args, kwargs, options)