From 69856f3052037e47113c59c5c22cc48d20a6f6b0 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz
Date: Sat, 20 Apr 2019 08:09:43 -0400
Subject: [PATCH 1/6] requests 3.0 intentions
---
docs/index.rst | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/index.rst b/docs/index.rst
index 18113559..090eb46a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -28,8 +28,7 @@ Release v\ |version|. (:ref:`Installation `)
**Requests** is the only *Non-GMO* HTTP library for Python, safe for human
consumption.
-.. note:: The use of **Python 3** is *highly* preferred over Python 2. Consider upgrading your applications and infrastructure if you find yourself *still* using Python 2 in production today. If you are using Python 3, congratulations — you are indeed a person of excellent taste.
- —*Kenneth Reitz*
+.. note:: **Requests 2.x** is officially in *maintinence-mode only*. This means we only respond to CVE-level tickets. All of our limited available attention / energy is being allocated towards the development of `Requests III `_. Your involvement / support is appreciated! Please see `this page for more details.`.
If you're on the job market, consider taking `this programming quiz `_. A substantial donation will be made to this project, if you find a job through this platform.
From 2d120e32dbb511bcabee02277d31d26fa986f576 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz
Date: Sat, 20 Apr 2019 08:19:49 -0400
Subject: [PATCH 2/6] fix
---
docs/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.rst b/docs/index.rst
index 090eb46a..b1696497 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -28,7 +28,7 @@ Release v\ |version|. (:ref:`Installation `)
**Requests** is the only *Non-GMO* HTTP library for Python, safe for human
consumption.
-.. note:: **Requests 2.x** is officially in *maintinence-mode only*. This means we only respond to CVE-level tickets. All of our limited available attention / energy is being allocated towards the development of `Requests III `_. Your involvement / support is appreciated! Please see `this page for more details.`.
+.. note:: **Requests 2.x** is officially in *maintinence-mode only*. This means we only respond to CVE-level tickets. All of our limited available attention / energy is being allocated towards the development of `Requests III `_. Your involvement / support is appreciated! Please see `this page `_ for more details.`.
If you're on the job market, consider taking `this programming quiz `_. A substantial donation will be made to this project, if you find a job through this platform.
From 5d0635473446121afeea34d109504a44be14d4e0 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz
Date: Sat, 20 Apr 2019 08:21:21 -0400
Subject: [PATCH 3/6] fix
---
docs/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.rst b/docs/index.rst
index b1696497..35f8c617 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -28,7 +28,7 @@ Release v\ |version|. (:ref:`Installation `)
**Requests** is the only *Non-GMO* HTTP library for Python, safe for human
consumption.
-.. note:: **Requests 2.x** is officially in *maintinence-mode only*. This means we only respond to CVE-level tickets. All of our limited available attention / energy is being allocated towards the development of `Requests III `_. Your involvement / support is appreciated! Please see `this page `_ for more details.`.
+.. note:: **Requests 2.x** is officially in *maintinence-mode only*. This means we only respond to CVE-level tickets. All of our limited available attention / energy is being allocated towards the development of `Requests III `_. Your involvement / support is appreciated! Please see `this page `_ for more details.
If you're on the job market, consider taking `this programming quiz `_. A substantial donation will be made to this project, if you find a job through this platform.
From 7f438416e447f5c05233f3c9142aef5707aa528d Mon Sep 17 00:00:00 2001
From: Kenneth Reitz
Date: Sat, 20 Apr 2019 08:22:04 -0400
Subject: [PATCH 4/6] less is more
---
docs/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.rst b/docs/index.rst
index 35f8c617..24f60c30 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -28,7 +28,7 @@ Release v\ |version|. (:ref:`Installation `)
**Requests** is the only *Non-GMO* HTTP library for Python, safe for human
consumption.
-.. note:: **Requests 2.x** is officially in *maintinence-mode only*. This means we only respond to CVE-level tickets. All of our limited available attention / energy is being allocated towards the development of `Requests III `_. Your involvement / support is appreciated! Please see `this page `_ for more details.
+.. note:: **Requests 2.x** is officially in *maintinence-mode only*. This means we only respond to CVE-level tickets. All of our limited available attention / energy is being allocated towards the development of `Requests III `_. Your involvement / support is appreciated!
If you're on the job market, consider taking `this programming quiz `_. A substantial donation will be made to this project, if you find a job through this platform.
From 749419ad0c4df9a0452a2a8bd13b4310c8f1e8ec Mon Sep 17 00:00:00 2001
From: s-pace
Date: Tue, 23 Apr 2019 07:47:08 +0200
Subject: [PATCH 5/6] feat: add search to every documentation pages
---
docs/_templates/sidebarlogo.html | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/docs/_templates/sidebarlogo.html b/docs/_templates/sidebarlogo.html
index 47912ea4..d244c2b7 100644
--- a/docs/_templates/sidebarlogo.html
+++ b/docs/_templates/sidebarlogo.html
@@ -7,7 +7,27 @@
-
+
+
+
+
Requests is an elegant and simple HTTP library for Python, built for
From 74289f420c20f8ae8691722987e73dc147784c99 Mon Sep 17 00:00:00 2001
From: s-pace
Date: Tue, 23 Apr 2019 07:47:33 +0200
Subject: [PATCH 6/6] feat: add search to the main introduction page
---
docs/_templates/sidebarintro.html | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html
index f830c810..319954d1 100644
--- a/docs/_templates/sidebarintro.html
+++ b/docs/_templates/sidebarintro.html
@@ -8,6 +8,27 @@
+
+
+
+
Requests is an elegant and simple HTTP library for Python, built for