bpo-33649: Add low-level APIs index. (GH-9364)

This commit is contained in:
Yury Selivanov 2018-09-17 15:35:24 -04:00 committed by GitHub
parent c6fd1c1c3a
commit 394374e30c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 571 additions and 31 deletions

View file

@ -21,5 +21,14 @@
{% if pagename == 'whatsnew/changelog' and not embedded %}
<script type="text/javascript" src="{{ pathto('_static/changelog_search.js', 1) }}"></script>{% endif %}
{% endif %}
{# custom CSS; used in asyncio docs! #}
<style>
@media only screen {{ "{" }}
table.full-width-table {{ "{" }}
width: 100%;
{{ "}" }}
{{ "}" }}
</style>
{{ super() }}
{% endblock %}