Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix broken `Show Source` links on documentation pages (GH-3113) | Elmar Ritsch | 2017-08-18 | 1 | -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) | Julien | 2017-08-07 | 1 | -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 Deily | 2017-07-20 | 1 | -9/+9 |
| | |||||
* | bpo-29888: Fix the link referring to the "Python download page" (GH-824) | cocoatomo | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | bpo-28331: fix impl-detail label is removed when content is translated. (GH-195) | INADA Naoki | 2017-03-08 | 1 | -0/+6 |
| | |||||
* | bpo-29520: doc: add missing dot (GH-182) | INADA Naoki | 2017-02-20 | 1 | -1/+1 |
| | | | 3eea8c6 missed dot at the end of paragraph. | ||||
* | bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-165) | INADA Naoki | 2017-02-19 | 1 | -2/+9 |
| | |||||
* | bpo-28929: Link the documentation to its source file on GitHub (#35) | Mariatta | 2017-02-12 | 1 | -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.6 | Nick Coghlan | 2017-02-09 | 1 | -0/+1 |
|\ | |||||
| * | Merge issue #26355 fix from Python 3.5 | Nick Coghlan | 2017-02-09 | 1 | -0/+1 |
| |\ | |||||
| | * | Issue #26355: Specify canonical URLs in docs pages | Nick Coghlan | 2017-02-09 | 1 | -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 Deily | 2016-12-23 | 1 | -1/+1 |
| | | | |||||
* | | | Update documentation index sidebar for 3.6.0 release. | Ned Deily | 2016-12-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | Issue #28900: Update documentation sidebar for 3.6.0rc. | Ned Deily | 2016-12-08 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #28900: Update documentation sidebar for 3.6.0rc. | Ned Deily | 2016-12-08 | 1 | -1/+2 |
| |\ \ |/ / / | | _ | |||||
| * | Issue #28900: Update documentation sidebar for 3.6.0rc. | Ned Deily | 2016-12-08 | 1 | -1/+2 |
|/ | |||||
* | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 1 | -1/+5 |
| | |||||
* | Issue #19489: Move the search box from sidebar to header and footer. | Zachary Ware | 2016-09-09 | 2 | -10/+30 |
| | |||||
* | doc: i18n HTML templates | Victor Stinner | 2016-01-22 | 3 | -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 Peterson | 2016-01-21 | 1 | -1/+1 |
|\ | |||||
| * | remove script from epub (closes #26172) | Benjamin Peterson | 2016-01-21 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.4 | Georg Brandl | 2014-10-29 | 4 | -12/+12 |
|\ \ | |/ | |||||
| * | Use https:// URLs in the HTML templates. | Georg Brandl | 2014-10-29 | 4 | -13/+13 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -2/+1 |
|/ | |||||
* | Move HTML templates to their own subdir. | Georg Brandl | 2014-10-29 | 5 | -0/+248 |