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
|
From: Hugo Lefeuvre <hle@debian.org>
Subject: Remove fetched external images from the documentation.
Last-Update: 2016-07-03
Forwarded: not-needed
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -6,18 +6,6 @@
Welcome to Pyzor's documentation!
=================================
-.. image:: https://pypip.in/v/pyzor/badge.png
- :target: https://pypi.python.org/pypi/pyzor/
- :alt: Latest PyPI version
-
-.. image:: https://pypip.in/d/pyzor/badge.png
- :target: https://pypi.python.org/pypi/pyzor/
- :alt: Number of PyPI downloads
-
-.. image:: https://travis-ci.org/SpamExperts/pyzor.svg?branch=master
- :target: https://travis-ci.org/SpamExperts/pyzor
- :alt: Build status
-
Contents:
.. toctree::
|