summaryrefslogtreecommitdiffstats
path: root/Doc/tools/templates
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken `Show Source` links on documentation pages (GH-3113)Elmar Ritsch2017-08-181-1/+1
| | | | | The `Show Source` was broken because of a change made in sphinx 1.5.1 In Sphinx 1.4.9, the sourcename was "index.txt". In Sphinx 1.5.1+, it is now "index.rst.txt"
* 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.
* Update doc download files size estimates. (#2771)Ned Deily2017-07-201-9/+9
|
* bpo-29888: Fix the link referring to the "Python download page" (GH-824)cocoatomo2017-03-261-1/+1
|
* bpo-28331: fix impl-detail label is removed when content is translated. (GH-195)INADA Naoki2017-03-081-0/+6
|
* bpo-29520: doc: add missing dot (GH-182)INADA Naoki2017-02-201-1/+1
| | | 3eea8c6 missed dot at the end of paragraph.
* bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-165)INADA Naoki2017-02-191-2/+9
|
* bpo-28929: Link the documentation to its source file on GitHub (#35)Mariatta2017-02-121-2/+5
| | | | | | | | | * bpo-28929: Link the documentation to its source file on GitHub Change the documentation's `Show Source` link on the left menu to GitHub source file. * change version to master
* Merge issue #26355 fix from 3.6Nick Coghlan2017-02-091-0/+1
|\
| * Merge issue #26355 fix from Python 3.5Nick Coghlan2017-02-091-0/+1
| |\
| | * 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.
| | * Update documentation index sidebar for 3.6.0 release.Ned Deily2016-12-231-1/+1
| | |
* | | Update documentation index sidebar for 3.6.0 release.Ned Deily2016-12-231-1/+1
|\ \ \ | |/ /
* | | Issue #28900: Update documentation sidebar for 3.6.0rc.Ned Deily2016-12-081-1/+2
|\ \ \ | |/ /
| * | Issue #28900: Update documentation sidebar for 3.6.0rc.Ned Deily2016-12-081-1/+2
| |\ \ |/ / / | | _
| * Issue #28900: Update documentation sidebar for 3.6.0rc.Ned Deily2016-12-081-1/+2
|/
* 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-092-10/+30
|
* doc: i18n HTML templatesVictor Stinner2016-01-223-59/+59
| | | | | | | 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.
* merge 3.4 (#26172)Benjamin Peterson2016-01-211-1/+1
|\
| * remove script from epub (closes #26172)Benjamin Peterson2016-01-211-1/+1
| |
* | Merge with 3.4Georg Brandl2014-10-294-12/+12
|\ \ | |/
| * Use https:// URLs in the HTML templates.Georg Brandl2014-10-294-13/+13
| |
* | merge with 3.4Georg Brandl2014-10-291-2/+1
|/
* Move HTML templates to their own subdir.Georg Brandl2014-10-295-0/+248