From eb97060270086009b2dac891e4a5af4fc253b0e1 Mon Sep 17 00:00:00 2001 From: Robert David Grant Date: Tue, 12 Aug 2014 11:44:38 -0500 Subject: [PATCH 1/3] Remove coveralls badge from README. It's not accurate, and it doesn't seem straightforward to fix. --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index 6ead094d..25d451aa 100644 --- a/README.rst +++ b/README.rst @@ -2,10 +2,6 @@ .. image:: https://travis-ci.org/enthought/distarray.png?branch=master :target: https://travis-ci.org/enthought/distarray -.. Coveralls badge -.. image:: https://coveralls.io/repos/enthought/distarray/badge.png?branch=master - :target: https://coveralls.io/r/enthought/distarray?branch=master - .. All content before the next comment will be stripped off for release. .. *** begin README content *** From 9f4ede55ff97dbacb64f07e18e0dd432a05d7b50 Mon Sep 17 00:00:00 2001 From: Robert David Grant Date: Tue, 12 Aug 2014 11:48:33 -0500 Subject: [PATCH 2/3] Add readthedocs badge. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 25d451aa..e47e040b 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,10 @@ .. image:: https://travis-ci.org/enthought/distarray.png?branch=master :target: https://travis-ci.org/enthought/distarray +.. readthedocs badge +.. image:: https://readthedocs.org/projects/distarray/badge/?version=master + :target: http://distarray.readthedocs.org/en/master/ + .. All content before the next comment will be stripped off for release. .. *** begin README content *** From e11484e22989c53e6d8063a93e718df741cd3ba7 Mon Sep 17 00:00:00 2001 From: Robert David Grant Date: Tue, 12 Aug 2014 11:51:36 -0500 Subject: [PATCH 3/3] Add pypi badge. --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index e47e040b..460c2699 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,11 @@ .. image:: https://readthedocs.org/projects/distarray/badge/?version=master :target: http://distarray.readthedocs.org/en/master/ +.. pypi badge +.. image:: https://badge.fury.io/py/distarray.svg + :target: http://badge.fury.io/py/distarray + + .. All content before the next comment will be stripped off for release. .. *** begin README content ***