From 5a938426e96f7a7778934bd03875d1592230ee52 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 5 Apr 2014 12:49:27 +0200 Subject: [PATCH] Move badges to the top again [ci skip] --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 6a1e1fb..c1e4377 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,12 @@ vdirsyncer synchronizes your calendars and addressbooks between two storages. The supported storages are CalDAV, CardDAV, arbitrary HTTP resources and `vdir `_. +.. image:: https://travis-ci.org/untitaker/vdirsyncer.png?branch=master + :target: https://travis-ci.org/untitaker/vdirsyncer + +.. image:: https://coveralls.io/repos/untitaker/vdirsyncer/badge.png?branch=master + :target: https://coveralls.io/r/untitaker/vdirsyncer?branch=master + While i use it daily and haven't experienced data loss (even when vdirsyncer crashed), i don't know if the documentation is sufficient. If you have any questions regarding the usage, feel free to open a new issue. @@ -49,12 +55,6 @@ How to run the tests sh install-deps.sh py.test tests/ -.. image:: https://travis-ci.org/untitaker/vdirsyncer.png?branch=master - :target: https://travis-ci.org/untitaker/vdirsyncer - -.. image:: https://coveralls.io/repos/untitaker/vdirsyncer/badge.png?branch=master - :target: https://coveralls.io/r/untitaker/vdirsyncer?branch=master - License =======