From 2adf498ec9864744d7ff77bcfddd235fe3266c5a Mon Sep 17 00:00:00 2001 From: Will Barnes Date: Wed, 1 Nov 2023 12:10:05 -0400 Subject: [PATCH] Add badges (#316) --- README.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.rst b/README.rst index 2a7e520..7d47207 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,35 @@ ``aiapy`` ========= +.. image:: https://github.com/LM-SAL/aiapy/workflows/CI/badge.svg?branch=main + :target: https://github.com/LM-SAL/aiapy/actions + :alt: aiapy CI status + +.. image:: https://readthedocs.org/projects/aiapy/badge/?version=stable + :target: https://aiapy.readthedocs.io/en/stable/?badge=stable + :alt: Documentation Status + +.. image:: https://img.shields.io/pypi/v/aiapy.svg + :target: https://pypi.org/project/aiapy/ + :alt: PyPI Project + +.. image:: http://img.shields.io/badge/powered%20by-SunPy-orange.svg?style=flat + :target: https://sunpy.org + :alt: SunPy Powered + +.. image:: https://codecov.io/gh/LM-SAL/aiapy/branch/main/graph/badge.svg + :target: https://codecov.io/gh/LM-SAL/aiapy + :alt: Codecov coverage + +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4016980.svg + :target: https://doi.org/10.5281/zenodo.4016980 + :alt: Zenodo DOI + +.. image:: https://joss.theoj.org/papers/9bfcd1677e43046a5136766863419a04/status.svg + :target: https://joss.theoj.org/papers/9bfcd1677e43046a5136766863419a04 + :alt: JOSS + + ``aiapy`` is a Python package for analyzing data from the Atmospheric Imaging Assembly (AIA) instrument onboard NASA's Solar Dynamics Observatory (SDO) spacecraft. For more information, see the `aiapy documentation `__. For some examples of using aiapy, see `our gallery `__.