Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | use sphinx from its own virtualenv (closes #20693) | Benjamin Peterson | 2014-02-22 | 1 | -1/+2 |
| | |||||
* | #19680: add back documentation for print and exec in the interactive help. | Ezio Melotti | 2014-02-14 | 1 | -2/+2 |
| | |||||
* | use system mercurial | Benjamin Peterson | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Fix suspicious markup and sort ignorelist. | Georg Brandl | 2013-11-25 | 1 | -17/+18 |
| | |||||
* | #4965: Implement intelligent scrolling of the sidebar in the docs. | Ezio Melotti | 2013-10-14 | 2 | -0/+188 |
| | |||||
* | Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. | Georg Brandl | 2013-10-13 | 1 | -1/+5 |
| | |||||
* | Fix display of deprecated blocks with Sphinx 1.2. | Georg Brandl | 2013-10-13 | 1 | -1/+1 |
| | |||||
* | Fix compatibility with upcoming Sphinx 1.2. | Georg Brandl | 2013-10-12 | 1 | -16/+17 |
| | |||||
* | Update the suspicious builder to detect unused rules, and remove currently ↵ | Ezio Melotti | 2013-03-28 | 2 | -40/+11 |
| | | | | unusued rules. | ||||
* | Update suspicious ignore file. | Ezio Melotti | 2013-03-28 | 1 | -4/+32 |
| | |||||
* | nonlocal isn't a 2.x topic | Benjamin Peterson | 2013-03-23 | 1 | -1/+1 |
| | |||||
* | #4711: break long words in the docs sidebar to avoid overflow. | Ezio Melotti | 2012-11-03 | 1 | -0/+1 |
| | |||||
* | Remove trailing whitespace. | Ezio Melotti | 2012-11-03 | 1 | -4/+4 |
| | |||||
* | Update current version of the "dailybuild" script. | Georg Brandl | 2012-10-28 | 1 | -3/+3 |
| | |||||
* | Update current version of the "dailybuild" script. | Georg Brandl | 2012-10-28 | 1 | -15/+23 |
| | |||||
* | merge with 2.6 | Georg Brandl | 2012-10-28 | 1 | -8/+10 |
|\ | |||||
| * | #8040: port versionswitcher patch to 2.6. | Georg Brandl | 2012-10-28 | 2 | -2/+77 |
| | | |||||
| * | 2.7 is stable now. | Georg Brandl | 2010-07-09 | 1 | -1/+1 |
| | |