mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-33649: Add low-level APIs index. (GH-9364)
This commit is contained in:
parent
c6fd1c1c3a
commit
394374e30c
10 changed files with 571 additions and 31 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue