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 =======