Browse Source

userguide/tasks: Added Basics section header.

Ask Solem 15 years ago
parent
commit
f7b2a46ae9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/userguide/tasks.rst

+ 3 - 0
docs/userguide/tasks.rst

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