summaryrefslogtreecommitdiff
path: root/Doc/tools/templates
Commit message (Collapse)AuthorAgeFilesLines
* bpo-33649: Add low-level APIs index. (GH-9364)Yury Selivanov2018-09-171-0/+9
|
* Forward port 3.7.0 final changesNed Deily2018-06-271-2/+2
|
* bpo-30607: Use external python-doc-theme (GH-2017)Jon Wayne Parrott2018-03-011-108/+15
|
* bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)cocoatomo2018-02-231-0/+1
|
* Update Doc build to 3.8Ned Deily2018-01-311-0/+1
|
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-081-9/+9
| | | | | | | | | | | kB (*kilo* byte) unit means 1000 bytes, whereas KiB ("kibibyte") means 1024 bytes. KB was misused: replace kB or KB with KiB when appropriate. Same change for MB and GB which become MiB and GiB. Change the output of Tools/iobench/iobench.py. Round also the size of the documentation from 5.5 MB to 5 MiB.
* bpo-31766: restore 3.5 to docs version switchers (#3969)Ned Deily2017-10-121-1/+2
|
* Remove retired and security branches from active docs (#3879)Ned Deily2017-10-031-1/+0
|
* Fix broken `Show Source` links on documentation pages (GH-3113)Elmar Ritsch2017-08-171-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-201-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-071-1/+2
|\ \ \ | |/ /
| * | Issue #28900: Update documentation sidebar for 3.6.0rc.Ned Deily2016-12-071-1/+2
| |\ \ |/ / / | | _
| * Issue #28900: Update documentation sidebar for 3.6.0rc.Ned Deily2016-12-071-1/+2
|/
* Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-221-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-201-1/+1
|\
| * remove script from epub (closes #26172)Benjamin Peterson2016-01-201-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