Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Side by Side Diff: recipe_engine/third_party/requests/docs/_templates/sidebarlogo.html

Issue 2164713003: Vendor requests. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Fix deps.pyl Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <p class="logo">
2 <a href="{{ pathto(master_doc) }}">
3 <img class="logo" src="{{ pathto('_static/requests-sidebar.png', 1) }}" titl e="Rezzy the Requests Sea Turtle"/>
4 </a>
5 </p>
6 <p>
7 <iframe src="http://ghbtns.com/github-btn.html?user=kennethreitz&repo=requests&t ype=watch&count=true&size=large"
8 allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="3 5px"></iframe>
9 </p>
10
11 <p>
12 Requests is an elegant and simple HTTP library for Python, built for
13 human beings. You are currently looking at the documentation of the
14 development release.
15 </p>
16
17 <h3>Stay Informed</h3>
18 <p>Receive updates on new releases and upcoming projects.</p>
19
20 <p><a href="http://tinyletter.com/kennethreitz">Join Mailing List</a>.</p>
21
22 <p><iframe src="http://ghbtns.com/github-btn.html?user=kennethreitz&type=follow& count=false"
23 allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20" ></iframe></p>
24
25 <p><a href="https://twitter.com/kennethreitz" class="twitter-follow-button" data -show-count="false">Follow @kennethreitz</a> <script>!function(d,s,id){var js,fj s=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d. getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter .com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twi tter-wjs');</script></p>
26
27 <h3>Other Projects</h3>
28
29 <p>More <a href="http://kennethreitz.org/">Kenneth Reitz</a> projects:</p>
30 <ul>
31 <li><a href="http://pep8.org/">pep8.org</a></li>
32 <li><a href="http://httpbin.org/">httpbin.org</a></li>
33 <li><a href="http://python-guide.org">The Python Guide</a></li>
34 <li><a href="https://github.com/kennethreitz/records">Records: SQL for Human s</a></li>
35 <li><a href="http://www.git-legit.org">Legit: Git for Humans</a></li>
36 <li><a href="http://docs.python-tablib.org/en/latest/">Tablib: Tabular Datas ets</a></li>
37 <li><a href="http://markdownplease.com">Markdown, Please!</a></li>
38 </ul>
39
40
41 <h3>Translations</h3>
42
43 <ul>
44 <li><a href="http://docs.python-requests.org/">English</a></li>
45 <li><a href="http://fr.python-requests.org/">French</a></li>
46 <li><a href="http://de.python-requests.org/">German</a></li>
47 <li><a href="http://jp.python-requests.org/">Japanese</a></li>
48 <li><a href="http://cn.python-requests.org/">Chinese</a></li>
49 <li><a href="http://pt.python-requests.org/">Portuguese</a></li>
50 <li><a href="http://it.python-requests.org/">Italian</a></li>
51 <li><a href="http://es.python-requests.org/">Spanish</a></li>
52 </ul>
53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698