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 44 45 46 47
|
From: Carles Pina i Estany <carles@pina.cat>
Date: Wed, 20 Nov 2024 18:39:18 +0100
Subject: Delete URLs to GitHub badges from README.rst
Origin: Debian
Forwarded: not-needed
Last-Update: 2023-12-25
The URLs are not meaningful. They refer to the master branch. Also, when generating
the sphinx documentation which uses README.rst: lintian considered the <img src="link">
to be a privacy-breach-generic.
Last-Update: 2023-12-25
---
README.rst | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/README.rst b/README.rst
index 3c1baf1..1444442 100644
--- a/README.rst
+++ b/README.rst
@@ -2,26 +2,6 @@
Python Ring Door Bell
=====================
-.. image:: https://badge.fury.io/py/ring-doorbell.svg
- :alt: PyPI Version
- :target: https://badge.fury.io/py/ring-doorbell
-
-.. image:: https://github.com/python-ring-doorbell/python-ring-doorbell/actions/workflows/ci.yml/badge.svg?branch=master
- :alt: Build Status
- :target: https://github.com/python-ring-doorbell/python-ring-doorbell/actions/workflows/ci.yml?branch=master
-
-.. image:: https://coveralls.io/repos/github/python-ring-doorbell/python-ring-doorbell/badge.svg?branch=master
- :alt: Coverage
- :target: https://coveralls.io/github/python-ring-doorbell/python-ring-doorbell?branch=master
-
-.. image:: https://readthedocs.org/projects/python-ring-doorbell/badge/?version=latest
- :alt: Documentation Status
- :target: https://python-ring-doorbell.readthedocs.io/?badge=latest
-
-.. image:: https://img.shields.io/pypi/pyversions/ring-doorbell.svg
- :alt: Py Versions
- :target: https://pypi.python.org/pypi/ring-doorbell
-
Python Ring Door Bell is a library written for Python that exposes the Ring.com devices as Python objects.
|