From 398334a25d5ee75d6347de785f69dcb1f7b9a87e Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:34:31 -0400 Subject: [PATCH] Add Zenodo badge [ci skip] --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1dacacf..cb80daa 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ drizzle Documentation ===================== -.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat - :target: http://www.astropy.org +.. image:: https://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat + :target: https://www.astropy.org :alt: Powered by Astropy Badge .. image:: https://codecov.io/github/spacetelescope/drizzle/branch/main/graphs/badge.svg @@ -21,6 +21,10 @@ drizzle Documentation :target: https://pypi.org/project/drizzle :alt: PyPI Status +.. image:: https://zenodo.org/badge/28100377.svg + :target: https://doi.org/10.5281/zenodo.10672889 + :alt: Zenodo DOI + The ``drizzle`` library is a Python package for combining dithered images into a single image. This library is derived from code used in DrizzlePac. Like DrizzlePac, most of the code is implemented in the C language. The biggest