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
|
From: Edward Betts <edward@4angle.com>
Date: Thu, 28 Jul 2022 10:37:55 +0100
Subject: Remove privacy breach images from documentation
---
docs/index.rst | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/docs/index.rst b/docs/index.rst
index f1b6eb1..73c3c6f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,28 +1,6 @@
bleak
=====
-.. figure:: https://raw.githubusercontent.com/hbldh/bleak/master/Bleak_logo.png
- :target: https://github.com/hbldh/bleak
- :alt: Bleak Logo
- :width: 50%
-
-
-.. image:: https://github.com/hbldh/bleak/workflows/Build%20and%20Test/badge.svg
- :target: https://github.com/hbldh/bleak/actions?query=workflow%3A%22Build+and+Test%22
- :alt: Build and Test
-
-.. image:: https://img.shields.io/pypi/v/bleak.svg
- :target: https://pypi.python.org/pypi/bleak
-
-.. image:: https://readthedocs.org/projects/bleak/badge/?version=latest
- :target: https://bleak.readthedocs.io/en/latest/?badge=latest
- :alt: Documentation Status
-
-.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
- :target: https://github.com/psf/black
- :alt: Black
-
-
Bleak is an acronym for Bluetooth Low Energy platform Agnostic Klient.
* Free software: MIT license
|