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
|
From: Laurent Bigonville <bigon@debian.org>
Date: Tue, 31 Dec 2019 18:24:44 +0100
Subject: Remove remotely hosted images from the documentation
Forwarded: not-needed
---
docs/index.rst | 7 -------
1 file changed, 7 deletions(-)
diff --git a/docs/index.rst b/docs/index.rst
index 723fa09..3e2a7a3 100755
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2,13 +2,6 @@
aiorpcX
=======
-.. image:: https://badge.fury.io/py/aiorpcX.svg
- :target: http://badge.fury.io/py/aiorpcX
-.. image:: https://travis-ci.org/kyuupichan/aiorpcX.svg?branch=master
- :target: https://travis-ci.org/kyuupichan/aiorpcX
-.. image:: https://coveralls.io/repos/github/kyuupichan/aiorpcX/badge.svg
- :target: https://coveralls.io/github/kyuupichan/aiorpcX
-
A generic asyncio library implementation of RPC suitable for an
application that is a client, server or both.
|