Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC: add NUMFocus badges#8851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
README.rst Outdated
@@ -19,6 +19,10 @@ | |||
.. |Depsy| image:: http://depsy.org/api/package/pypi/matplotlib/badge.svg | |||
.. _Depsy: http://depsy.org/package/python/matplotlib | |||
.. |NUMFocus| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A | |||
.. _NUMFocus: http://numfocus.org |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
https, and it redirects towww. too.
doc/_templates/badgesidebar.html Outdated
@@ -1,3 +1,6 @@ | |||
<a href="numfocus.org"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Missing protocol.
doc/_templates/badgesidebar.html Outdated
@@ -1,3 +1,6 @@ | |||
<a href="numfocus.org"> | |||
<image src="https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
The&
should probably be escaped.
No description provided.