1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
From: Ole Streicher <olebole@debian.org>
Date: Fri, 18 Nov 2016 13:19:46 +0100
Subject: Remove astropy badge since it is remotely accessed
---
README.rst | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/README.rst b/README.rst
index 627c5ae..52be681 100644
--- a/README.rst
+++ b/README.rst
@@ -1,30 +1,6 @@
drizzle Documentation
=====================
-.. 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
- :target: https://codecov.io/gh/spacetelescope/drizzle
- :alt: Drizzle's Coverage Status
-
-.. image:: https://github.com/spacetelescope/drizzle/workflows/CI/badge.svg
- :target: https://github.com/spacetelescope/drizzle/actions
- :alt: CI Status
-
-.. image:: https://readthedocs.org/projects/spacetelescope-drizzle/badge/?version=latest
- :target: https://spacetelescope-drizzle.readthedocs.io/en/latest/?badge=latest
- :alt: Documentation Status
-
-.. image:: https://img.shields.io/pypi/v/drizzle.svg
- :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
|