summaryrefslogtreecommitdiff
path: root/docs/_templates/sidebarlogo.html
blob: f38c6d92d27d1be4ef8ce5a6ab4217516b9b3d5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<p class="logo">
  <a href="{{ pathto(master_doc) }}">
    <img class="logo" src="{{ pathto('_static/requests-sidebar.jpg', 1) }}" title="https://kennethreitz.org/tattoos" />
  </a>
</p>
<p>
  <iframe src="https://ghbtns.com/github-btn.html?user=psf&repo=requests&type=watch&count=true&size=large"
    allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
</p>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
<style>
  .algolia-autocomplete {
    width: 100%;
    height: 1.5em
  }

  .algolia-autocomplete a {
    border-bottom: none !important;
  }

  #doc_search {
    width: 100%;
    height: 100%;
  }
</style>
<input id="doc_search" placeholder="Search the doc" autofocus />
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js" onload="docsearch({
  apiKey: 'f177061e2354c50a97bfc635e827ffab',
  indexName: 'python-requests',
  inputSelector: '#doc_search',
  debug: false // Set debug to true if you want to inspect the dropdown
})" async></script>

<p>
  Requests is an elegant and simple HTTP library for Python, built for
  human beings. You are currently looking at the documentation of the
  development release.
</p>

<p<p>Sponsored by <strong><a href="https://www.govcert.lu">CERT Gouvernemental - GOVCERT.LU</a></strong>.</p>

  <h3>Stay Informed</h3>
  <p>Receive updates on new releases and upcoming projects.</p>

  <p><a href="https://tinyletter.com/kennethreitz">Join Mailing List</a>.</p>

  <hr />

  <script async type="text/javascript"
    src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=pythonrequestsorg"
    id="_carbonads_js"></script>


  <h3>Translations</h3>

  <ul>
    <li><a href="http://docs.python-requests.org/">English</a></li>
    <li><a href="http://fr.python-requests.org/">French</a></li>
    <li><a href="http://de.python-requests.org/">German</a></li>
    <li><a href="http://jp.python-requests.org/">Japanese</a></li>
    <li><a href="http://cn.python-requests.org/">Chinese</a></li>
    <li><a href="http://pt.python-requests.org/">Portuguese</a></li>
    <li><a href="http://it.python-requests.org/">Italian</a></li>
    <li><a href="http://es.python-requests.org/">Spanish</a></li>
  </ul>