summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2016-06-14 00:37:49 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2016-06-14 00:37:49 +0300
commitf2304a153a15ed03afda7fa838c0c0e3936a3cb2 (patch)
treeb2e58f5f70ab9e39b6a068dac130b494193b9981
parent54a4035f14166a65313b6438f6169715f7b196f3 (diff)
downloadapscheduler-f2304a153a15ed03afda7fa838c0c0e3936a3cb2.tar.gz
Moved the badges to the top of README
-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
-------------