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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Fri, 27 Dec 2024 18:05:16 +0200
Subject: docs: Remove badge linking
We don't need these links to some external graphics of badges, they
might become a privacy breach.
Forwarded: not-needed
---
README.rst | 20 --------------------
docs/index.rst | 15 ---------------
2 files changed, 35 deletions(-)
diff --git a/README.rst b/README.rst
index c809979..b6b098c 100644
--- a/README.rst
+++ b/README.rst
@@ -7,26 +7,6 @@ Documentation: http://django-cachalot.readthedocs.io
----
-.. image:: http://img.shields.io/pypi/v/django-cachalot.svg?style=flat-square&maxAge=3600
- :target: https://pypi.python.org/pypi/django-cachalot
-
-.. image:: https://img.shields.io/pypi/pyversions/django-cachalot
- :target: https://django-cachalot.readthedocs.io/en/latest/
-
-.. image:: https://github.com/noripyt/django-cachalot/actions/workflows/ci.yml/badge.svg
- :target: https://github.com/noripyt/django-cachalot/actions/workflows/ci.yml
-
-.. image:: http://img.shields.io/coveralls/noripyt/django-cachalot/master.svg?style=flat-square&maxAge=3600
- :target: https://coveralls.io/r/noripyt/django-cachalot?branch=master
-
-.. image:: http://img.shields.io/scrutinizer/g/noripyt/django-cachalot/master.svg?style=flat-square&maxAge=3600
- :target: https://scrutinizer-ci.com/g/noripyt/django-cachalot/
-
-.. image:: https://img.shields.io/discord/773656139207802881
- :target: https://discord.gg/WFGFBk8rSU
-
-----
-
Table of Contents:
- Quickstart
diff --git a/docs/index.rst b/docs/index.rst
index 0078a93..1d1a275 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -8,21 +8,6 @@ Caches your Django ORM queries and automatically invalidates them.
----
-.. image:: http://img.shields.io/pypi/v/django-cachalot.svg?style=flat-square&maxAge=3600
- :target: https://pypi.python.org/pypi/django-cachalot
-
-.. image:: https://github.com/noripyt/django-cachalot/actions/workflows/ci.yml/badge.svg
- :target: https://github.com/noripyt/django-cachalot/actions/workflows/ci.yml
-
-.. image:: http://img.shields.io/coveralls/noripyt/django-cachalot/master.svg?style=flat-square&maxAge=3600
- :target: https://coveralls.io/r/noripyt/django-cachalot?branch=master
-
-.. image:: http://img.shields.io/scrutinizer/g/noripyt/django-cachalot/master.svg?style=flat-square&maxAge=3600
- :target: https://scrutinizer-ci.com/g/noripyt/django-cachalot/
-
-.. image:: https://img.shields.io/discord/773656139207802881
- :target: https://discord.gg/WFGFBk8rSU
-
Usage
.....
|