summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove retired and security branches from active docs (#3882)3.5Ned Deily2017-10-041-2/+0
|
* [3.5] Fix broken `Show Source` links on documentation pages (GH-3113) (#3126)Mariatta2017-09-081-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". (cherry picked from commit b9ff498793611d1c6a9b99df464812931a1e2d69)
* Update doc download files size estimates. (#2771) (#2773)Ned Deily2017-07-201-9/+9
|
* bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2723)Ned Deily2017-07-151-1/+1
| | | (cherry picked from commit 50f58163a69abe2f35e91044d1df165ee7bdbb42)
* [3.5] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (GH-1615)Serhiy Storchaka2017-05-161-5/+5
|
* bpo-30021: Add examples for re.escape(). (#1048) (#1116)Serhiy Storchaka2017-04-131-0/+2
| | | | | And fix the parameter name. (cherry picked from commit 8fc7bc2b7631ee819ee614e47b6f44bacebe1574)
* bpo-29888: Fix the link referring to the "Python download page" (GH-824) ↵Ned Deily2017-03-261-1/+1
| | | | | (GH-827) (cherry picked from commit f8beb9831acd5cf80b9c56aea5864e16118c5400)
* bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-179)INADA Naoki2017-02-201-2/+9
|
* Support "bpo-" in Misc/NEWS (#1) (#43)Mariatta2017-02-131-4/+4
| | | | | | | Change the url to 3.5 (cherry picked from commit 79ab8be05fb4ffb5c258d2ca49be5fc2d4880431) Contributed by Brett Cannon
* [backport to 3.5] bpo-28929: Link the documentation to its source file on ↵Mariatta2017-02-121-2/+5
| | | | | | | | | | | | | GitHub (#36) * 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. (cherry picked from commit 23bafa294c75c20cb85ae5d97d7571a3a0ad8dd3) * remove if statement
* 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 #29349: Use __future__ print_function; Sphinx may use Python 2.6+Martin Panter2017-01-291-0/+2
|
* Issue #29349: Fix Python 2 syntax in documentation build codeMartin Panter2017-01-291-2/+2
|
* 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 #28251: Improvements to help manuals on Windows.Steve Dower2016-09-231-1/+5
|
* Make 3.7 the current dev version in the html version of the docs.Ned Deily2016-09-201-3/+2
|
* Issue #19489: Move the search box from sidebar to header and footer.Zachary Ware2016-09-093-10/+41
|
* Fix spelling errors in code commentsMartin Panter2016-06-201-1/+1
|
* Silence 'make suspicious' warningsBerker Peksag2016-06-111-3/+3
|
* Issue #23806: Update susp-ignored.csvMartin Panter2016-04-241-0/+1
|
* #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.Ezio Melotti2016-03-131-0/+5
|
* Issue #26246: Set initial value of the hidden attr when creating copy button.Berker Peksag2016-03-021-0/+1
|\ | | | | | | Patch by Liang-Bo Wang.
| * Issue #26246: Set initial value of the hidden attr when creating copy button.Berker Peksag2016-03-021-0/+1
| | | | | | | | Patch by Liang-Bo Wang.
* | Update susp-ignore file (#25910).Georg Brandl2016-02-281-1/+1
| |
* | #26246: merge with 3.4.Ezio Melotti2016-02-271-7/+11
|\ \ | |/
| * #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.Ezio Melotti2016-02-271-7/+11
| |
* | Fix rstlint to also look for indented comments that should be directives.Georg Brandl2016-02-251-2/+2
| |
* | Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-081-1/+1
| | | | | | | | | | | | | | | | | | * Various sections were pointing to the section on the string.Formatter class, when the section on the common format string syntax is probably more appropriate * Fix references to various format() functions and methods * Nested replacement fields may contain conversions and format specifiers, and this is tested; see Issue #19729 for instance
* | 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
| |
* | Issue #21240: Add an abstractmethod directive to mark abstract methods in ↵Berker Peksag2015-12-081-0/+14
| | | | | | | | the docs more explicitly
* | Silence a "unused rule" warningBerker Peksag2015-10-201-1/+1
| | | | | | | | This one should make Docs 3.5 and Docs 3.x green again.
* | Tweak susp-ignored.csv to make buildbots happyBerker Peksag2015-10-021-5/+5
| |
* | Issue #25105: Update susp-ignored.csv to avoid false positivesBerker Peksag2015-09-151-0/+5
| |
* | Issue #25022: Merge susp-ignored.csv from 3.4 into 3.5Martin Panter2015-09-111-1/+0
|\ \ | |/
| * Issue #25022: Avoid warning about unused suspicious ruleMartin Panter2015-09-111-1/+0
| |
* | Issue #23406: Remove specific line number from susp-ignored.csvMartin Panter2015-09-071-1/+1
| |
* | Remove line numbers from unittest in susp-ignored.Robert Collins2015-07-221-4/+4
|\ \ | |/
| * Remove line numbers from unittest in susp-ignored.Robert Collins2015-07-221-4/+4
| |
* | Merge unittest docs suspicious fix.Robert Collins2015-07-221-4/+4
|\ \ | |/
| * Fix suspicious after the unittest docs change.Robert Collins2015-07-221-4/+4
| |
* | Merge with 3.4Zachary Ware2015-07-221-1/+1
|\ \ | |/
| * rstlint: explicitly open files as UTF8Zachary Ware2015-07-221-1/+1
| |
| * Fix suspicious markupZachary Ware2015-07-071-3/+12
| |
* | Update ignored suspicious markupZachary Ware2015-07-071-1/+1
| |
* | Documentation fixes for 3.5.0b3.Larry Hastings2015-07-051-1/+2
| |
* | merge 3.4Benjamin Peterson2015-05-271-1/+2
|\ \ | |/
| * update for 3.6 emergingBenjamin Peterson2015-05-271-1/+2
| |