/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Doc/tools/templates/_docs_by_version.html
11 строк
520 B
Adam Turner
Docs: Synchronise ``indexsidebar.html`` with docsbuild-scripts (#132567)
16 апр 2025, 01:27
Не верифицирован
16 апр 2025, 01:27
4f10b93
Код
Авторство
О чём код?
{# This file is only used in indexsidebar.html, where it is included in the docs by version list. For non-end-of-life branches, build_docs.py overwrites this list with the full list of versions. Keep the following two files synchronised: * cpython/Doc/tools/templates/_docs_by_version.html * docsbuild-scripts/templates/_docs_by_version.html #} <li><a href="https://docs.python.org/3/">{% trans %}Stable{% endtrans %}</a></li> <li><a href="https://docs.python.org/dev/">{% trans %}In development{% endtrans %}</a></li>