From b1d584e899dd423fa3882eddf154ba3c1a1fdd4d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 20 Aug 2019 00:58:49 -0400 Subject: [PATCH] Update index.rst --- docs/index.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index c3c9787f..7527f6d6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,6 +8,10 @@ Requests: HTTP for Humans™ Release v\ |version|. (:ref:`Installation `) + +.. image:: https://pepy.tech/badge/requests + :target: https://pepy.tech/project/request + .. image:: https://img.shields.io/pypi/l/requests.svg :target: https://pypi.org/project/requests/ @@ -17,13 +21,6 @@ Release v\ |version|. (:ref:`Installation `) .. image:: https://img.shields.io/pypi/pyversions/requests.svg :target: https://pypi.org/project/requests/ -.. image:: https://codecov.io/github/psf/requests/coverage.svg?branch=master - :target: https://codecov.io/github/psf/requests - :alt: codecov.io - -.. image:: https://pepy.tech/badge/requests - :target: https://pepy.tech/project/request - **Requests** is an elegant and simple HTTP library for Python, built for human beings. -------------------