mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 23:00:17 +00:00
98ca45003b
A few of the adjustments here have been required to mitigate Sphinx warnings, which would converge to errors on CI, thus failing the build. A few other changes, both wording and syntax/formatting fixes, are coming from regular copyediting and documentation maintenance.
90 lines
2.4 KiB
HTML
90 lines
2.4 KiB
HTML
<p class="logo">
|
|
<a href="{{ pathto(master_doc) }}">
|
|
<img
|
|
class="logo"
|
|
src="{{ pathto('_static/responder.png', 1) }}"
|
|
title="https://kennethreitz.org/tattoos"
|
|
/>
|
|
</a>
|
|
</p>
|
|
<p>
|
|
<a class="github-button"
|
|
href="https://github.com/kennethreitz/responder"
|
|
data-color-scheme="no-preference: light; light: light; dark: light;"
|
|
data-size="large"
|
|
data-show-count="true"
|
|
aria-label="Star kennethreitz/responder on GitHub">Star</a>
|
|
</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: 'ac965312db252e0496283c75c6f76f0b',
|
|
indexName: 'python-responder',
|
|
inputSelector: '#doc_search',
|
|
debug: false // Set debug to true if you want to inspect the dropdown
|
|
})"
|
|
async
|
|
></script>
|
|
|
|
<p><strong>Responder</strong> is a web service framework, written for human beings.</p>
|
|
|
|
<h3>Stay Informed</h3>
|
|
<p>Receive updates on new releases and upcoming projects.</p>
|
|
|
|
<p>
|
|
<a class="github-button"
|
|
href="https://github.com/kennethreitz"
|
|
data-color-scheme="no-preference: light; light: light; dark: light;"
|
|
data-size="medium"
|
|
data-show-count="true"
|
|
aria-label="Follow @kennethreitz on GitHub">Follow @kennethreitz</a>
|
|
</p>
|
|
|
|
<p>
|
|
<a
|
|
href="https://x.com/kennethreitz42"
|
|
class="twitter-follow-button"
|
|
data-show-count="false"
|
|
>Follow @kennethreitz</a
|
|
>
|
|
<script>
|
|
!(function (d, s, id) {
|
|
var js,
|
|
fjs = 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", "twitter-wjs");
|
|
</script>
|
|
</p>
|
|
|
|
<h3>Useful Links</h3>
|
|
<ul>
|
|
<li><a href="http://github.com/kennethreitz/responder">Responder @ GitHub</a></li>
|
|
<li><a href="http://pypi.python.org/pypi/responder">Responder @ PyPI</a></li>
|
|
<li><a href="http://github.com/kennethreitz/responder/issues">Issue Tracker</a></li>
|
|
</ul>
|