Skip to content

Commit cf0a400

Browse files
authored
Merge pull request matplotlib#8851 from tacaswell/doc_numfocus_badge
DOC: add NUMFocus badges
2 parents f5f3d79 + e9bec05 commit cf0a400

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
.. |Depsy| image:: http://depsy.org/api/package/pypi/matplotlib/badge.svg
2020
.. _Depsy: http://depsy.org/package/python/matplotlib
2121

22+
.. |NUMFocus| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
23+
.. _NUMFocus: http://www.numfocus.org
24+
25+
2226
##########
2327
Matplotlib
2428
##########

doc/_templates/badgesidebar.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a href="https://www.numfocus.org">
2+
<image src="https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&amp;colorA=E1523D&amp;colorB=007D8A">
3+
</a>
4+
5+
<br/>
16

27
<a href="http://depsy.org/package/python/matplotlib">
38
<img src="{{ pathto('_static/depsy_badge.svg', 1) }}">

0 commit comments

Comments
 (0)