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
|
From: Sophie Brun <sophie@freexian.com>
Date: Wed, 25 Oct 2017 14:25:06 +0200
Subject: Remove external HTML resources
Forwarded: not-needed
---
docs/source/index.rst | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 3b872c9..792f904 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -2,23 +2,6 @@
PyStaticConfiguration Documentation
===================================
-Build Status
-------------
-
-
-.. image:: https://travis-ci.org/dnephin/PyStaticConfiguration.svg?branch=master
- :target: https://travis-ci.org/dnephin/PyStaticConfiguration
- :alt: Travis CI build status
-
-.. image:: https://img.shields.io/pypi/v/PyStaticConfiguration.svg
- :target: https://pypi.python.org/pypi/PyStaticConfiguration
- :alt: Latest PyPI version
-
-.. image:: https://coveralls.io/repos/github/dnephin/PyStaticConfiguration/badge.svg?branch=master
- :target: https://coveralls.io/github/dnephin/PyStaticConfiguration?branch=master
- :alt: Code Test Coverage
-
-
Install
-------
|