summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3128)Mariatta2017-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". (cherry picked from commit b9ff498793611d1c6a9b99df464812931a1e2d69)
* Update the language selection in the docs language switch. (GH-3114) (#3117)Julien Palard2017-08-171-1/+1
| | | | Change the option for `Français` into `French` to be consistent with the other language selections that are already in English. (cherry picked from commit b616b972999cdd5fe54ef8a43c131a27ca538dee)
* bpo-31159: fix language switch regex on unknown yet built languages. … ↵Julien Palard2017-08-131-2/+3
| | | | | | | | | | | | | | | | | (#3051) (#3081) * bpo-31159: fix language switch regex on unknown yet built languages. (#3039) This fix a regex issue (a missing non-matching group around an 'or' list) and the specific possible case where a translation is built but not yet in known by the picker, but not explicitly listing possible languages in the regex. (cherry picked from commit 122081deef86174beee965be1207fa46ea23533d) * bpo-31149: Doc: Add Japanese to the language switcher. (#3028) (cherry picked from commit c82b7f332aff606af6c9c163da75f1e86514125e) (cherry picked from commit e8e7fba0b24582959feca9c31f2a72fc0251f83d)
* bpo-31045: Language switch (#2652) (#3024)Julien Palard2017-08-083-69/+149
| | | | | | | | | | | | | | | | | | | * 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. (cherry picked from commit dff9b5f9d62aa0b23f8a255867d09d11890efd1b)
* Update doc download files size estimates. (#2774)Ned Deily2017-07-201-8/+8
|
* bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2725)Ned Deily2017-07-161-1/+1
| | | (cherry picked from commit 50f58163a69abe2f35e91044d1df165ee7bdbb42)
* [2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616)Serhiy Storchaka2017-05-161-2/+2
| | | | | | | | * Use explicit numbering for footnotes referred by explicit number. * Fix literal strings formatting in howto/urllib2.rst. * Add `:noindex:` to duplicated definition of list. * Update susp-ignored.csv for reference/expressions.rst. (cherry picked from commit d97b7dc94b19063f0589d401bdc4aaadc7030762)
* Update susp-ignored.csv (GH-1564)Zachary Ware2017-05-131-1/+1
|
* bpo-30021: Add examples for re.escape(). (#1048) (#1118)Serhiy Storchaka2017-04-131-0/+2
| | | | | And fix the parameter name. (cherry picked from commit 8fc7bc2b7631ee819ee614e47b6f44bacebe1574)
* bpo-29888: Fix the link referring to "Python download page" (GH-823)cocoatomo2017-03-271-3/+3
|
* bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-180)INADA Naoki2017-02-201-2/+9
|
* bpo-28929: Link the documentation to its source file on GitHub (#38)Mariatta2017-02-121-2/+3
| | | | Change the documentation's `Show Source` link on the left menu to GitHub source file.
* [backport to 2.7] Change documentation's `Show Source` link to GitHub (#44)Mariatta2017-02-121-2/+2
| | | | | | | | | * Support "bpo-" in Misc/NEWS (#1) Change the url to 2.7 (cherry picked from commit 79ab8be05fb4ffb5c258d2ca49be5fc2d4880431) * pyspecific.py: remove space after` bpo-`
* 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
|
* Issue #28900: Update documentation sidebar for 3.6.0rc.Ned Deily2016-12-081-2/+3
|
* Make 3.7 the current dev version in the html version of the docs.Ned Deily2016-09-201-3/+2
|
* Fix English spelling and grammar errorsMartin Panter2016-06-201-1/+1
|
* Issue #26014: Guide 2.7 users to the new packaging documentation:Ned Deily2016-06-061-4/+4
| | | | | | | | | | | - the top-level 2.7 docs page now links to the newer doc pages (installing and distribution) rather than the legacy ones - the legacy install and distutils pages are now labeled as "legacy" - the library/distutils page is updated to match the 3.x version - "See also" links to the new docs are now provided in the legacy pages - links to setuptools documentation have been updated (original patch by Susan Sun)
* Update susp-ignore file (#25910).Georg Brandl2016-02-281-1/+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.
* #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
|
* Closes #26320: fix stylesheet after Sphinx update.Georg Brandl2016-02-101-4/+4
|
* Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-081-1/+1
| | | | | | | | | * There was a link pointing to the section on the string.Formatter class (and multiple links in Python 3), 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 in Python 3; see Issue #19729 for instance
* doc: i18n HTML templatesVictor Stinner2016-01-234-92/+133
| | | | | | | 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.
* Fix issue18918 : Attach the pydoc documentation for 'FILES' topic.Senthil Kumaran2016-01-061-1/+1
| | | | Also rebuilt the pydoc_data with this change.
* Issue #25022: Avoid warning about unused suspicious ruleMartin Panter2015-09-111-1/+0
|
* Update Docs/tools/susp-ignored.csvZachary Ware2015-07-061-4/+13
|
* update for 3.6 emergingBenjamin Peterson2015-05-271-1/+2
|
* highlight is now highlighted (closes #23909)Benjamin Peterson2015-04-101-1/+1
|
* rstlint: make the "html leaked markup" regex a bit less sensitiveGeorg Brandl2014-10-301-1/+1
|
* rstlint: add more directives we useGeorg Brandl2014-10-301-6/+6
|
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
|
* Use https:// URLs in the HTML templates.Georg Brandl2014-10-294-12/+12
|
* Move Sphinx templates and extensions to their own subdirs.Georg Brandl2014-10-299-1/+1
|
* Use https:// URLs for the bug tracker in the :issue: role.Alex Gaynor2014-10-131-1/+1
| | | | Thanks to Ezio for noticing this
* Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in ↵Georg Brandl2014-10-023-74/+44
| | | | the 3.x branches
* Move Doc/tools/sphinxext content to Doc/tools, there is no need for the ↵Georg Brandl2014-09-3017-108/+0
| | | | nested subdirectory anymore.
* Prepare sphinx extensions for 1.3.Georg Brandl2014-09-302-1/+3
|
* make hg link secureBenjamin Peterson2014-09-131-1/+1
|
* backport our own copy of the ref-counting extensionBenjamin Peterson2014-09-051-0/+120
|
* remove script that now lives at https://github.com/python/docsbuild-scriptsBenjamin Peterson2014-09-021-135/+0
|
* Update references to Python docs in the sidebar index.Senthil Kumaran2014-06-031-16/+16
| | | | Patch contributed by Auke Willem Oosterhoff.
* support CDN purgingBenjamin Peterson2014-03-301-3/+48
|
* Update suspicious ignore file.Georg Brandl2014-03-281-3/+2
|
* Closes #21045: make the Qt help build not look completely stupidGeorg Brandl2014-03-251-0/+8
|
* Update doc version switcher for 3.4/3.5.Georg Brandl2014-03-171-1/+2
|
* Closes #20090: update Doc/README and the error message in sphinx-build.py to ↵Georg Brandl2014-03-101-4/+4
| | | | | | make it clear that any Python 3.x is not usable with the checked out Sphinx.