diff --git a/README.rst b/README.rst index c682dec5..ae78aaff 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,19 @@ Mahotas Python Computer Vision Library ------------------------------ + +|Travis|_ +|Downloads|_ +|License|_ + +.. |Travis| image:: https://api.travis-ci.org/luispedro/mahotas.png +.. |Downloads| image:: https://pypip.in/d/mahotas/badge.png +.. |License| image:: https://pypip.in/license/mahotas/badge.png +.. _Travis: https://travis-ci.org/luispedro/mahotas +.. _Downloads: https://pypi.python.org/pypi/mahotas +.. _License: http://opensource.org/licenses/MIT + + Mahotas is a library of fast computer vision algorithms (all implemented in C++) operates over numpy arrays for convenience. @@ -176,13 +189,6 @@ build (you need to ``make clean`` in between). ``make test`` will run the test suite. -Travis Build Status -~~~~~~~~~~~~~~~~~~~ - -.. image:: https://travis-ci.org/luispedro/mahotas.png - :target: https://travis-ci.org/luispedro/mahotas - - Links & Contacts ----------------