Files
requests/docs/_templates/sidebarlogo.html
T
2011-06-23 05:16:13 -04:00

11 lines
329 B
HTML

<p class="logo">
<a href="{{ pathto(master_doc) }}">
<img class="logo" src="{{ pathto('_static/requests-sidebar.png', 1) }}" alt="Logo"/>
</a>
</p>
<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>