From 93b06f0f8da46e41890b51278689ec21d9913bea Mon Sep 17 00:00:00 2001 From: Anno Knierim Date: Wed, 10 Dec 2025 21:39:16 +0100 Subject: [PATCH] Add PyPI and Conda badges to README --- README.rst | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 5650a18..b7c40b5 100644 --- a/README.rst +++ b/README.rst @@ -1,13 +1,21 @@ -====================== -radioft |ci| |codecov| -====================== +===================================== +radioft |ci| |codecov| |pypi| |conda| +===================================== .. |ci| image:: https://github.com/radionets-project/radioft/actions/workflows/ci.yml/badge.svg?branch=main - :target: https://github.com/radionets-project/radioft/actions/workflows/ci.yml?branch=main - :alt: Test Status + :target: https://github.com/radionets-project/radioft/actions/workflows/ci.yml?branch=main + :alt: Test Status .. |codecov| image:: https://codecov.io/github/radionets-project/radioft/badge.svg - :target: https://codecov.io/github/radionets-project/radioft - :alt: Code coverage + :target: https://codecov.io/github/radionets-project/radioft + :alt: Code coverage + +.. |pypi| image:: https://badge.fury.io/py/radioft.svg + :target: https://pypi.org/project/radioft/ + :alt: PyPI version + +.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/radioft.svg + :target: https://anaconda.org/conda-forge/radioft + :alt: Conda version Fourier transform implementations for radio interferometry applications.