diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2011-05-29 15:30:12 +0300 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2011-05-29 15:30:12 +0300 |
commit | bce686ffaeffeac829b66ac08b40f24ed29e4eb6 (patch) | |
tree | 4f32a4dcfe9a113ab823777bdef4457f529cdef9 /docs | |
parent | 5d83f4d35431e081e68192475b7292dff22a5285 (diff) | |
download | apscheduler-bce686ffaeffeac829b66ac08b40f24ed29e4eb6.tar.gz |
Added a table of contents
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 5 |
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. |