summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 55bec18..efb4979 100644
--- a/README.rst
+++ b/README.rst
@@ -1,3 +1,10 @@
+.. image:: https://travis-ci.org/agronholm/apscheduler.svg?branch=master
+ :target: https://travis-ci.org/agronholm/apscheduler
+ :alt: Build Status
+.. image:: https://coveralls.io/repos/github/agronholm/apscheduler/badge.svg?branch=master
+ :target: https://coveralls.io/github/agronholm/apscheduler?branch=master
+ :alt: Code Coverage
+
Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed
later, either just once or periodically. You can add new jobs or remove old ones on the fly as you please. If you store
your jobs in a database, they will also survive scheduler restarts and maintain their state. When the scheduler is
@@ -34,13 +41,6 @@ APScheduler also integrates with several common Python frameworks, like:
.. [#f1] The cutoff period for this is also configurable.
-.. image:: https://travis-ci.org/agronholm/apscheduler.svg?branch=master
- :target: https://travis-ci.org/agronholm/apscheduler
- :alt: Build Status
-.. image:: https://coveralls.io/repos/github/agronholm/apscheduler/badge.svg?branch=master
- :target: https://coveralls.io/github/agronholm/apscheduler?branch=master
- :alt: Code Coverage
-
Documentation
-------------