summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2011-05-29 15:30:12 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2011-05-29 15:30:12 +0300
commitbce686ffaeffeac829b66ac08b40f24ed29e4eb6 (patch)
tree4f32a4dcfe9a113ab823777bdef4457f529cdef9 /docs
parent5d83f4d35431e081e68192475b7292dff22a5285 (diff)
downloadapscheduler-bce686ffaeffeac829b66ac08b40f24ed29e4eb6.tar.gz
Added a table of contents
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 22b66b4..710959d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,6 +1,11 @@
Advanced Python Scheduler
=========================
+.. contents::
+
+Introduction
+------------
+
Advanced Python Scheduler (APScheduler) is a light but powerful in-process task
scheduler that lets you schedule functions (or any other python callables) to be
executed at times of your choosing.