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

userguide/tasks: Added Basics section header.

Ask Solem преди 15 години
родител
ревизия
f7b2a46ae9
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      docs/userguide/tasks.rst

+ 3 - 0
docs/userguide/tasks.rst

@@ -7,6 +7,9 @@
 .. contents::
     :local:
 
+Basics
+======
+
 A task is a class that encapsulates a function and its execution options.
 Given a function ``create_user``, that takes two arguments: ``username`` and
 ``password``, you can create a task like this: