summaryrefslogtreecommitdiffstats
path: root/Doc/tools/templates/layout.html
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Remove an ugly space before a dot. (GH-14123)Julien Palard2019-06-161-1/+1
|
* Doc: Deprecation header: More precise wording. (GH-14109)Julien Palard2019-06-151-1/+1
|
* Doc: Add an optional obsolete header. (GH-13638)Julien Palard2019-05-291-0/+10
|
* bpo-33649: Add low-level APIs index. (GH-9364)Yury Selivanov2018-09-171-0/+9
|
* bpo-30607: Use external python-doc-theme (GH-2017)Jon Wayne Parrott2018-03-011-108/+15
|
* bpo-31045: Language switch (#2652)Julien2017-08-071-2/+3
| | | | | | | | | | | | | | | | | | * Doc: Indicate the language * Renaming version_switcher to switchers (to add language_switcher). * Adding language switch. * Doc switchers: Enhance readability of regex parsing versions. * Doc switchers: Desambiguate the need of a replace(/\/+$/g, '') by proper naming. * Doc switchers: py3k can't reach js, it's redirected server-side by nginx. * Doc switchers: Examples matching actual regexes. * Doc switchers: Better fallback on unexisting translated version.
* Issue #26355: Specify canonical URLs in docs pagesNick Coghlan2017-02-091-0/+1
| | | | | | | Add canonical header link on each page to corresponding major version of the documentation. Patch by Matthias Bussonnier.
* Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-231-1/+5
|
* Issue #19489: Move the search box from sidebar to header and footer.Zachary Ware2016-09-091-10/+20
|
* doc: i18n HTML templatesVictor Stinner2016-01-221-9/+9
| | | | | | | Issue #25907: Use {% trans %} tags in HTML templates to ease the translation of the documentation. The tag comes from Jinja templating system, used by Sphinx. Patch written by Julien Palard.
* remove script from epub (closes #26172)Benjamin Peterson2016-01-211-1/+1
|
* Use https:// URLs in the HTML templates.Georg Brandl2014-10-291-2/+2
|
* Move HTML templates to their own subdir.Georg Brandl2014-10-291-0/+102