/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Doc/tools/templates/indexsidebar.html
8 строк
439 B
Mia Albert
gh-150693: Combine docs sections for external resources (#150694)
06 авг 2026, 15:12
Не верифицирован
06 авг 2026, 15:12
9cbb9e5
Код
Авторство
О чём код?
<h3>{% trans %}Download{% endtrans %}</h3> <p><a href="{{ pathto('download') }}">{% trans %}Download these documents{% endtrans %}</a></p> <h3>{% trans %}Docs by version{% endtrans %}</h3> <ul> {# _docs_by_version.html is overwritten by build_docs.py for non-EOL versions #} {% include "_docs_by_version.html" without context %} <li><a href="https://www.python.org/doc/versions/">{% trans %}All versions{% endtrans %}</a></li> </ul>