/
githubmirror
/
os-python3.9
Обзор
Документация
Войти
/
githubmirror
/
os-python3.9
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
bullseye
debian/patches/local-doc-references.diff
19 строк
1021 B
Matthias Klose
Imported Debian patch 3.9.2-1
21 мар 2022, 14:03
21 мар 2022, 14:03
96023b3
Код
Авторство
О чём код?
--- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -24,7 +24,7 @@ {% endblock %} {% block extrahead %} - <link rel="canonical" href="https://docs.python.org/3/{{pagename}}.html" /> + <link rel="canonical" href="file:///usr/share/doc/python3.9/html/{{pagename}}.html" /> {% if builder != "htmlhelp" %} {% if switchers is defined and not embedded %} <script type="text/javascript" src="{{ pathto('_static/switchers.js', 1) }}"></script>{% endif %} --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html @@ -26,7 +26,7 @@ <link rel="copyright" title="Copyright" href="../copyright.html" /> <link rel="next" title="Other Graphical User Interface Packages" href="othergui.html" /> <link rel="prev" title="tkinter.tix — Extension widgets for Tk" href="tkinter.tix.html" /> - <link rel="canonical" href="https://docs.python.org/3/library/idle.html" /> + <link rel="canonical" href="file:///usr/share/doc/python3.9/html/library/idle.html" />