Skip to content

Commit 2b93174

Browse files
committed
Add PyPi badge to documentation
1 parent 97c23d7 commit 2b93174

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.pip_readme.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
:target: https://astro-informatics.github.io/proxnest
77
.. image:: https://codecov.io/gh/astro-informatics/proxnest/branch/main/graph/badge.svg?token=oGowwdoMRN
88
:target: https://codecov.io/gh/astro-informatics/proxnest
9+
.. image:: https://badge.fury.io/py/ProxNest.svg
10+
:target: https://badge.fury.io/py/ProxNest
911
.. image:: https://img.shields.io/badge/License-GPL-blue.svg
1012
:target: http://perso.crans.org/besson/LICENSE.html
1113
.. image:: http://img.shields.io/badge/arXiv-2106.03646-orange.svg?style=flat

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
:target: https://astro-informatics.github.io/proxnest
77
.. image:: https://codecov.io/gh/astro-informatics/proxnest/branch/main/graph/badge.svg?token=oGowwdoMRN
88
:target: https://codecov.io/gh/astro-informatics/proxnest
9+
.. image:: https://badge.fury.io/py/ProxNest.svg
10+
:target: https://badge.fury.io/py/ProxNest
911
.. image:: https://img.shields.io/badge/License-GPL-blue.svg
1012
:target: http://perso.crans.org/besson/LICENSE.html
1113
.. image:: http://img.shields.io/badge/arXiv-2106.03646-orange.svg?style=flat

docs/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
|GitHub| |Build Status| |CodeCov| |GPL license| |ArXiv|
1+
|GitHub| |Build Status| |CodeCov| |PyPi| |GPL license| |ArXiv|
22

33
.. |GitHub| image:: https://img.shields.io/badge/GitHub-ProxNest-brightgreen.svg?style=flat
44
:target: https://github.com/astro-informatics/proxnest
55
.. |Build Status| image:: https://github.com/astro-informatics/proxnest/actions/workflows/tests.yml/badge.svg
66
:target: https://github.com/astro-informatics/proxnest/actions/workflows/tests.yml
77
.. |CodeCov| image:: https://codecov.io/gh/astro-informatics/proxnest/branch/main/graph/badge.svg?token=oGowwdoMRN
88
:target: https://codecov.io/gh/astro-informatics/proxnest
9+
.. |PyPi| image:: https://badge.fury.io/py/ProxNest.svg
10+
:target: https://badge.fury.io/py/ProxNest
911
.. |GPL License| image:: https://img.shields.io/badge/License-GPL-blue.svg
1012
:target: http://perso.crans.org/besson/LICENSE.html
1113
.. |ArXiv| image:: http://img.shields.io/badge/arXiv-2106.03646-orange.svg?style=flat

0 commit comments

Comments
 (0)