Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3128) | Mariatta | 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". (cherry picked from commit b9ff498793611d1c6a9b99df464812931a1e2d69) | ||||
* | Update the language selection in the docs language switch. (GH-3114) (#3117) | Julien Palard | 2017-08-17 | 1 | -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 Palard | 2017-08-13 | 1 | -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 Palard | 2017-08-08 | 3 | -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 Deily | 2017-07-20 | 1 | -8/+8 |
| | |||||
* | bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2725) | Ned Deily | 2017-07-16 | 1 | -1/+1 |
| | | | (cherry picked from commit 50f58163a69abe2f35e91044d1df165ee7bdbb42) | ||||
* | [2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616) | Serhiy Storchaka | 2017-05-16 | 1 | -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 Ware | 2017-05-13 | 1 | -1/+1 |
| | |||||
* | bpo-30021: Add examples for re.escape(). (#1048) (#1118) | Serhiy Storchaka | 2017-04-13 | 1 | -0/+2 |
| | | | | | And fix the parameter name. (cherry picked from commit 8fc7bc2b7631ee819ee614e47b6f44bacebe1574) | ||||
* | bpo-29888: Fix the link referring to "Python download page" (GH-823) | cocoatomo | 2017-03-27 | 1 | -3/+3 |
| | |||||
* | bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-180) | INADA Naoki | 2017-02-20 | 1 | -2/+9 |
| | |||||
* | bpo-28929: Link the documentation to its source file on GitHub (#38) | Mariatta | 2017-02-12 | 1 | -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) | Mariatta | 2017-02-12 | 1 | -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 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 |
| | |||||
* | Issue #28900: Update documentation sidebar for 3.6.0rc. | Ned Deily | 2016-12-08 | 1 | -2/+3 |
| | |||||
* | Make 3.7 the current dev version in the html version of the docs. | Ned Deily | 2016-09-20 | 1 | -3/+2 |
| | |||||
* | Fix English spelling and grammar errors | Martin Panter | 2016-06-20 | 1 | -1/+1 |
| | |||||
* | Issue #26014: Guide 2.7 users to the new packaging documentation: | Ned Deily | 2016-06-06 | 1 | -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 Brandl | 2016-02-28 | 1 | -1/+1 |
| | |||||
* | #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. | Ezio Melotti | 2016-03-13 | 1 | -0/+5 |
| | |||||
* | Issue #26246: Set initial value of the hidden attr when creating copy button. | Berker Peksag | 2016-03-02 | 1 | -0/+1 |
| | | | | Patch by Liang-Bo Wang. | ||||
* | #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. | Ezio Melotti | 2016-02-27 | 1 | -7/+11 |
| | |||||
* | Fix rstlint to also look for indented comments that should be directives. | Georg Brandl | 2016-02-25 | 1 | -2/+2 |
| | |||||
* | Closes #26320: fix stylesheet after Sphinx update. | Georg Brandl | 2016-02-10 | 1 | -4/+4 |
| | |||||
* | Issue #25179: Preparatory cleanup of existing docs on string formatting | Martin Panter | 2016-02-08 | 1 | -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 templates | Victor Stinner | 2016-01-23 | 4 | -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 Kumaran | 2016-01-06 | 1 | -1/+1 |
| | | | | Also rebuilt the pydoc_data with this change. | ||||
* | Issue #25022: Avoid warning about unused suspicious rule | Martin Panter | 2015-09-11 | 1 | -1/+0 |
| | |||||
* | Update Docs/tools/susp-ignored.csv | Zachary Ware | 2015-07-06 | 1 | -4/+13 |
| | |||||
* | update for 3.6 emerging | Benjamin Peterson | 2015-05-27 | 1 | -1/+2 |
| | |||||
* | highlight is now highlighted (closes #23909) | Benjamin Peterson | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | rstlint: make the "html leaked markup" regex a bit less sensitive | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | rstlint: add more directives we use | Georg Brandl | 2014-10-30 | 1 | -6/+6 |
| | |||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Use https:// URLs in the HTML templates. | Georg Brandl | 2014-10-29 | 4 | -12/+12 |
| | |||||
* | Move Sphinx templates and extensions to their own subdirs. | Georg Brandl | 2014-10-29 | 9 | -1/+1 |
| | |||||
* | Use https:// URLs for the bug tracker in the :issue: role. | Alex Gaynor | 2014-10-13 | 1 | -1/+1 |
| | | | | Thanks to Ezio for noticing this | ||||
* | Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in ↵ | Georg Brandl | 2014-10-02 | 3 | -74/+44 |
| | | | | the 3.x branches | ||||
* | Move Doc/tools/sphinxext content to Doc/tools, there is no need for the ↵ | Georg Brandl | 2014-09-30 | 17 | -108/+0 |
| | | | | nested subdirectory anymore. | ||||
* | Prepare sphinx extensions for 1.3. | Georg Brandl | 2014-09-30 | 2 | -1/+3 |
| | |||||
* | make hg link secure | Benjamin Peterson | 2014-09-13 | 1 | -1/+1 |
| | |||||
* | backport our own copy of the ref-counting extension | Benjamin Peterson | 2014-09-05 | 1 | -0/+120 |
| | |||||
* | remove script that now lives at https://github.com/python/docsbuild-scripts | Benjamin Peterson | 2014-09-02 | 1 | -135/+0 |
| | |||||
* | Update references to Python docs in the sidebar index. | Senthil Kumaran | 2014-06-03 | 1 | -16/+16 |
| | | | | Patch contributed by Auke Willem Oosterhoff. | ||||
* | support CDN purging | Benjamin Peterson | 2014-03-30 | 1 | -3/+48 |
| | |||||
* | Update suspicious ignore file. | Georg Brandl | 2014-03-28 | 1 | -3/+2 |
| | |||||
* | Closes #21045: make the Qt help build not look completely stupid | Georg Brandl | 2014-03-25 | 1 | -0/+8 |
| | |||||
* | Update doc version switcher for 3.4/3.5. | Georg Brandl | 2014-03-17 | 1 | -1/+2 |
| | |||||
* | Closes #20090: update Doc/README and the error message in sphinx-build.py to ↵ | Georg Brandl | 2014-03-10 | 1 | -4/+4 |
| | | | | | | make it clear that any Python 3.x is not usable with the checked out Sphinx. |