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. -------------------