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
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Fri, 23 Sep 2022 18:19:21 +0200
Subject: Privacy: Remove any linking to non relevant stuff
Removing external linking to any graphics that are hosted by external
resources, no need to have images about the build status, code coverage
within Debian. Some users are behind firewalls and can't reach this
stuff anyway.
Forwarded: Not-Needed
---
docs/credits.rst | 5 -----
docs/index.rst | 11 -----------
2 files changed, 16 deletions(-)
diff --git a/docs/credits.rst b/docs/credits.rst
index 76b970a..fb04ea7 100644
--- a/docs/credits.rst
+++ b/docs/credits.rst
@@ -6,8 +6,3 @@ J. Smith (@njsmith) <https://github.com/njsmith>`__ for lots of feedback,
discussion, code reviews, and pull requests. Thanks to all the Trio contributors
for making a fantastic framework! Thanks to Hyperion Gray for supporting
development time on this project.
-
-.. image:: https://hyperiongray.s3.amazonaws.com/define-hg.svg
- :target: https://www.hyperiongray.com/?pk_campaign=github&pk_kwd=agnostic
- :alt: define hyperiongray
- :width: 500px
diff --git a/docs/index.rst b/docs/index.rst
index 8cc9be2..1c35a45 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,17 +11,6 @@ respository is hosted `on GitHub
<https://github.com/python-trio/trio-websocket/>`__. This library passes `the
Autobahn Test Suite <https://github.com/crossbario/autobahn-testsuite>`__.
-.. image:: https://img.shields.io/pypi/v/trio-websocket.svg?style=flat-square
- :alt: PyPI
- :target: https://pypi.org/project/trio-websocket/
-.. image:: https://img.shields.io/pypi/pyversions/trio-websocket.svg?style=flat-square
- :alt: Python Versions
-.. image:: https://img.shields.io/github/license/python-trio/trio-websocket.svg?style=flat-square
- :alt: MIT License
-.. image:: https://img.shields.io/github/actions/workflow/status/python-trio/trio-websocket/ci.yml
- :alt: Build Status
- :target: https://github.com/python-trio/trio-websocket/actions/workflows/ci.yml
-
.. toctree::
:maxdepth: 2
:caption: Contents:
|