Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add gettext support to tools/extensions/c_annotations.py (GH-101989) | Miss Islington (bot) | 2023-03-06 | 1 | -0/+5 |
| | | | | | (cherry picked from commit d959bcd4a0393a120fa12c034de4041037d171c3) Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr> | ||||
* | [3.10] gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94078) | Łukasz Langa | 2022-06-21 | 1 | -0/+4 |
| | | | | | | (cherry picked from commit f62ff97f31a775cc7956adeae32c14e7c85bdc15) Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net> | ||||
* | docs: add the word 'official' (GH-26849) | Miss Islington (bot) | 2021-07-08 | 1 | -1/+1 |
| | | | | | (cherry picked from commit af4a2dcc40321de49bffec80bf6c6b5a7d43b134) Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> | ||||
* | bpo-32924: Fix the Show Source url in the documentation (GH-25994) | Pablo Galindo | 2021-05-08 | 1 | -1/+1 |
| | |||||
* | bpo-34398: Allow glossary results to show up on search page (GH-8773) | Ammar Askar | 2020-12-18 | 1 | -0/+48 |
| | |||||
* | bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) | Julien Palard | 2020-11-07 | 3 | -15/+12 |
| | |||||
* | Remove 3.5 from Doc version switcher in master. (#22886) | larryhastings | 2020-10-22 | 1 | -1/+0 |
| | |||||
* | bpo-40798: Generate a different message for already removed elements (GH-20483) | Florian Dahlitz | 2020-05-30 | 1 | -0/+1 |
| | |||||
* | Doc: Python 3.10 in sidebar and version switcher. (GH-20209) | Julien Palard | 2020-05-19 | 1 | -1/+2 |
| | |||||
* | Fix download.html (GH-18902) | Inada Naoki | 2020-03-11 | 1 | -1/+1 |
| | | | | | `<tt>` is not allowed. Co-authored-by: Kyle Stanley <aeros167@gmail.com> | ||||
* | Doc: Change Python 2 status to EOL. (GH-17885) | Inada Naoki | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | Doc: 3.8 is now stable. (GH-16790) | Julien Palard | 2019-10-14 | 1 | -1/+1 |
| | |||||
* | Doc: Remove an ugly space before a dot. (GH-14123) | Julien Palard | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | Doc: Deprecation header: More precise wording. (GH-14109) | Julien Palard | 2019-06-15 | 1 | -1/+1 |
| | |||||
* | Doc: Python 3.9 in sidebar and version switcher. (GH-13824) | Julien Palard | 2019-06-04 | 1 | -1/+2 |
| | |||||
* | Doc: Add an optional obsolete header. (GH-13638) | Julien Palard | 2019-05-29 | 1 | -0/+10 |
| | |||||
* | Clarify the download unit in the download section (GH-13122) | Stéphane Wirtel | 2019-05-06 | 1 | -2/+1 |
| | |||||
* | bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page ↵ | Susan Su | 2019-03-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | (#12006) * changes to html file -> added contributing to docs link at the end of the page * revisions to the dealing with bugs page. added more links in the documentation bugs section * 📜🤖 Added by blurb_it. * Update Doc/bugs.rst Updated Doc/bugs.rst in accordance with willingc and JulienPalard suggestions. Co-Authored-By: suhearsawho <susansu.software@gmail.com> | ||||
* | Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810) | Julien Palard | 2019-02-10 | 1 | -1/+1 |
| | |||||
* | Doc: Make all versions sidebars the same for consistency. (GH-10288) | Julien Palard | 2018-11-07 | 1 | -2/+3 |
| | |||||
* | bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) ↵ | Stéphane Wirtel | 2018-11-04 | 1 | -0/+1 |
| | | | | (GH-10316) | ||||
* | bpo-33649: Add low-level APIs index. (GH-9364) | Yury Selivanov | 2018-09-17 | 1 | -0/+9 |
| | |||||
* | Forward port 3.7.0 final changes | Ned Deily | 2018-06-27 | 1 | -2/+2 |
| | |||||
* | bpo-30607: Use external python-doc-theme (GH-2017) | Jon Wayne Parrott | 2018-03-01 | 1 | -108/+15 |
| | |||||
* | bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473) | cocoatomo | 2018-02-23 | 1 | -0/+1 |
| | |||||
* | Update Doc build to 3.8 | Ned Deily | 2018-01-31 | 1 | -0/+1 |
| | |||||
* | Replace KB unit with KiB (#4293) | Victor Stinner | 2017-11-08 | 1 | -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 Deily | 2017-10-12 | 1 | -1/+2 |
| | |||||
* | Remove retired and security branches from active docs (#3879) | Ned Deily | 2017-10-04 | 1 | -1/+0 |
| | |||||
* | 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 |
| | |