diff --git a/README.md b/README.md index d960bee3d2..4e5c44555c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Supported Versions](https://img.shields.io/pypi/pyversions/requests.svg)](https://pypi.org/project/requests) [![Downloads](https://static.pepy.tech/badge/requests/month)](https://pepy.tech/project/requests) [![Contributors](https://img.shields.io/github/contributors/psf/requests.svg)](https://github.com/psf/requests/graphs/contributors) +[![Documentation](https://readthedocs.org/projects/requests/badge/?version=latest)](https://requests.readthedocs.io) **Requests** is a simple, yet elegant, HTTP library. @@ -24,7 +25,7 @@ Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your `PUT` & `POST` data — but nowadays, just use the `json` method! -Requests is one of the most downloaded Python packages today, pulling in around `30M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `1,000,000+` repositories. You may certainly put your trust in this code. +Requests is one of the most downloaded Python packages today, pulling in around `300M downloads / week` — according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `4,000,000+` repositories. ## Installing Requests and Supported Versions @@ -54,10 +55,6 @@ Requests is ready for the demands of building robust and reliable HTTP–speakin - Automatic honoring of `.netrc` - Chunked HTTP Requests -## API Reference and User Guide available on [Read the Docs](https://requests.readthedocs.io) - -[![Read the Docs](https://raw.githubusercontent.com/psf/requests/main/ext/ss.png)](https://requests.readthedocs.io) - ## Cloning the repository When cloning the Requests repository, you may need to add the `-c diff --git a/ext/flower-of-life.jpg b/ext/flower-of-life.jpg deleted file mode 100644 index f92cc3b17b..0000000000 Binary files a/ext/flower-of-life.jpg and /dev/null differ diff --git a/ext/kr-compressed.png b/ext/kr-compressed.png deleted file mode 100644 index 53210649cc..0000000000 Binary files a/ext/kr-compressed.png and /dev/null differ diff --git a/ext/psf-compressed.png b/ext/psf-compressed.png deleted file mode 100644 index 3bc0d5c130..0000000000 Binary files a/ext/psf-compressed.png and /dev/null differ diff --git a/ext/ss-compressed.png b/ext/ss-compressed.png deleted file mode 100644 index 149016d3b1..0000000000 Binary files a/ext/ss-compressed.png and /dev/null differ diff --git a/ext/ss.png b/ext/ss.png deleted file mode 100644 index 149016d3b1..0000000000 Binary files a/ext/ss.png and /dev/null differ