From 7c22928f975764c56b9445f57f3af86a47e4f84c Mon Sep 17 00:00:00 2001 From: Erin Pintozzi Date: Wed, 1 Mar 2017 21:05:14 -0700 Subject: [PATCH 1/4] add badges --- README.rst | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 9574f708d51b..72b30c2d070b 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,25 @@ +|Travis|_ |AppVeyor|_ |Codecov|_ |Python35|_ |PyPi|_ |Gitter|_ |Depsy|_ + + +.. |Travis| image:: https://api.travis-ci.org/matplotlib/matplotlib.png?branch=master +.. _Travis: https://travis-ci.org/matplotlib/matplotlib + +.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/github/matplotlib/matplotlib?branch=master&svg=true +.. _AppVeyor: https://ci.appveyor.com/project/matplotlib/matplotlib + +.. |Codecov| image:: https://codecov.io/github/matplotlib/matplotlib/badge.svg?branch=master&service=github +.. _Codecov: https://codecov.io/github/matplotlib/matplotlib?branch=master + +.. |PyPi| image:: https://badge.fury.io/py/matplotlib.svg +.. _PyPi: https://badge.fury.io/py/matplotlib + +.. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg + :alt: Join the chat at https://gitter.im/matplotlib/matplotlib + :target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge + +.. |Depsy| image:: +.. _Depsy: http://depsy.org/package/python/matplotlib + ########## matplotlib ########## @@ -43,9 +65,7 @@ matplotlib's communication channels include active mailing lists: The first is a good starting point for general questions and discussions. -.. image:: https://badges.gitter.im/Join%20Chat.svg - :alt: Join the chat at https://gitter.im/matplotlib/matplotlib - :target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge + Contribute ========== From 6b501ea30908a44b199c1bd039394d4f8b979214 Mon Sep 17 00:00:00 2001 From: Erin Pintozzi Date: Wed, 1 Mar 2017 21:06:42 -0700 Subject: [PATCH 2/4] add badges --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 72b30c2d070b..d398cee56b60 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ :alt: Join the chat at https://gitter.im/matplotlib/matplotlib :target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge -.. |Depsy| image:: +.. |Depsy| image:: http://depsy.org/api/package/pypi/matplotlib/badge.svg .. _Depsy: http://depsy.org/package/python/matplotlib ########## From e569babc6827e088c442621c09847195f6361b18 Mon Sep 17 00:00:00 2001 From: Erin Pintozzi Date: Wed, 1 Mar 2017 21:08:23 -0700 Subject: [PATCH 3/4] gitter badge --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d398cee56b60..cf5751ab7419 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -|Travis|_ |AppVeyor|_ |Codecov|_ |Python35|_ |PyPi|_ |Gitter|_ |Depsy|_ +|Travis|_ |AppVeyor|_ |Codecov|_ |PyPi|_ |Gitter|_ |Depsy|_ .. |Travis| image:: https://api.travis-ci.org/matplotlib/matplotlib.png?branch=master @@ -15,7 +15,7 @@ .. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg :alt: Join the chat at https://gitter.im/matplotlib/matplotlib - :target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge +.. _Gitter: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge .. |Depsy| image:: http://depsy.org/api/package/pypi/matplotlib/badge.svg .. _Depsy: http://depsy.org/package/python/matplotlib From ac6cbf862436c553a725a0961a4d8fff6a5d56af Mon Sep 17 00:00:00 2001 From: Erin Pintozzi Date: Wed, 1 Mar 2017 21:13:50 -0700 Subject: [PATCH 4/4] use svg for travis badge --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cf5751ab7419..150e025ddd61 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ |Travis|_ |AppVeyor|_ |Codecov|_ |PyPi|_ |Gitter|_ |Depsy|_ -.. |Travis| image:: https://api.travis-ci.org/matplotlib/matplotlib.png?branch=master +.. |Travis| image:: https://travis-ci.org/matplotlib/matplotlib.svg?branch=master .. _Travis: https://travis-ci.org/matplotlib/matplotlib .. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/github/matplotlib/matplotlib?branch=master&svg=true