From 2b931746abd5f576035def2974804ed94d372c40 Mon Sep 17 00:00:00 2001 From: CosmoMatt Date: Thu, 30 Jun 2022 12:59:21 +0100 Subject: [PATCH] Add PyPi badge to documentation --- .pip_readme.rst | 2 ++ README.rst | 2 ++ docs/index.rst | 4 +++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.pip_readme.rst b/.pip_readme.rst index ba8bca6..1199255 100644 --- a/.pip_readme.rst +++ b/.pip_readme.rst @@ -6,6 +6,8 @@ :target: https://astro-informatics.github.io/proxnest .. image:: https://codecov.io/gh/astro-informatics/proxnest/branch/main/graph/badge.svg?token=oGowwdoMRN :target: https://codecov.io/gh/astro-informatics/proxnest +.. image:: https://badge.fury.io/py/ProxNest.svg + :target: https://badge.fury.io/py/ProxNest .. image:: https://img.shields.io/badge/License-GPL-blue.svg :target: http://perso.crans.org/besson/LICENSE.html .. image:: http://img.shields.io/badge/arXiv-2106.03646-orange.svg?style=flat diff --git a/README.rst b/README.rst index ce57e4f..cd47bfe 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,8 @@ :target: https://astro-informatics.github.io/proxnest .. image:: https://codecov.io/gh/astro-informatics/proxnest/branch/main/graph/badge.svg?token=oGowwdoMRN :target: https://codecov.io/gh/astro-informatics/proxnest +.. image:: https://badge.fury.io/py/ProxNest.svg + :target: https://badge.fury.io/py/ProxNest .. image:: https://img.shields.io/badge/License-GPL-blue.svg :target: http://perso.crans.org/besson/LICENSE.html .. image:: http://img.shields.io/badge/arXiv-2106.03646-orange.svg?style=flat diff --git a/docs/index.rst b/docs/index.rst index a9e1561..c88c3d1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,4 +1,4 @@ -|GitHub| |Build Status| |CodeCov| |GPL license| |ArXiv| +|GitHub| |Build Status| |CodeCov| |PyPi| |GPL license| |ArXiv| .. |GitHub| image:: https://img.shields.io/badge/GitHub-ProxNest-brightgreen.svg?style=flat :target: https://github.com/astro-informatics/proxnest @@ -6,6 +6,8 @@ :target: https://github.com/astro-informatics/proxnest/actions/workflows/tests.yml .. |CodeCov| image:: https://codecov.io/gh/astro-informatics/proxnest/branch/main/graph/badge.svg?token=oGowwdoMRN :target: https://codecov.io/gh/astro-informatics/proxnest +.. |PyPi| image:: https://badge.fury.io/py/ProxNest.svg + :target: https://badge.fury.io/py/ProxNest .. |GPL License| image:: https://img.shields.io/badge/License-GPL-blue.svg :target: http://perso.crans.org/besson/LICENSE.html .. |ArXiv| image:: http://img.shields.io/badge/arXiv-2106.03646-orange.svg?style=flat