2
2
< iframe src ="https://ghbtns.com/github-btn.html?user=psf&repo=requests&type=watch&count=true&size=large "
3
3
allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="200px " height ="35px "> </ iframe >
4
4
</ p >
5
- < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css " />
6
- < style >
7
- .algolia-autocomplete {
8
- width : 100% ;
9
- height : 1.5em
10
- }
11
-
12
- .algolia-autocomplete a {
13
- border-bottom : none !important ;
14
- }
15
-
16
- # doc_search {
17
- width : 100% ;
18
- height : 100% ;
19
- }
20
- </ style >
21
- < input id ="doc_search " placeholder ="Search the doc " autofocus />
22
- < script type ="text/javascript " src ="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js " onload ="docsearch({
23
- apiKey: 'f177061e2354c50a97bfc635e827ffab',
24
- indexName: 'python-requests',
25
- inputSelector: '#doc_search',
26
- debug: false // Set debug to true if you want to inspect the dropdown
27
- }) " async > </ script >
28
5
29
6
< p >
30
7
Requests is an elegant and simple HTTP library for Python, built for
31
8
human beings. You are currently looking at the documentation of the
32
9
development release.
33
10
</ p >
34
11
35
- < p > Sponsored by < strong > < a href ="https://www.govcert.lu "> CERT Gouvernemental - GOVCERT.LU</ a > </ strong > .</ p >
36
-
37
- < script async type ="text/javascript "
38
- src ="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=pythonrequestsorg "
39
- id ="_carbonads_js "> </ script >
40
-
41
12
< h3 > Useful Links</ h3 >
42
13
< ul >
43
14
< li > < a href ="https://requests.readthedocs.io/en/latest/user/quickstart/ "> Quickstart</ a > </ li >
@@ -57,15 +28,3 @@ <h3>Useful Links</h3>
57
28
< li > < a href ="https://github.com/psf/requests/issues "> Issue Tracker</ a > </ li >
58
29
</ ul >
59
30
60
- < h3 > Translations</ h3 >
61
-
62
- < ul >
63
- < li > < a href ="https://requests.readthedocs.io/ "> English</ a > </ li >
64
- < li > < a href ="https://fr.python-requests.org/ "> French</ a > </ li >
65
- < li > < a href ="https://de.python-requests.org/ "> German</ a > </ li >
66
- < li > < a href ="https://jp.python-requests.org/ "> Japanese</ a > </ li >
67
- < li > < a href ="https://cn.python-requests.org/ "> Chinese</ a > </ li >
68
- < li > < a href ="https://pt.python-requests.org/ "> Portuguese</ a > </ li >
69
- < li > < a href ="https://it.python-requests.org/ "> Italian</ a > </ li >
70
- < li > < a href ="https://es.python-requests.org/ "> Spanish</ a > </ li >
71
- </ ul >
0 commit comments