summaryrefslogtreecommitdiffstats
path: root/Doc/tools/sphinxext
Commit message (Collapse)AuthorAgeFilesLines
* Move Doc/tools/sphinxext content to Doc/tools, there is no need for the ↵Georg Brandl2014-09-3017-2303/+0
| | | | nested subdirectory anymore.
* merge with 3.4Georg Brandl2014-09-302-1/+3
|\
| * Prepare sphinx extensions for 1.3.Georg Brandl2014-09-302-1/+3
| |
| * Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder toGeorg Brandl2014-09-221-26/+6
| | | | | | | | return Unicode strings on Python 3.
* | Issue #21431: merge from 3.4Ned Deily2014-09-221-26/+6
| |
* | merge 3.4Benjamin Peterson2014-09-131-1/+1
|\ \ | |/
| * make hg link secureBenjamin Peterson2014-09-131-1/+1
| |
* | Issue #22150: Fix deprecated-removed directive in Sphinx 1.2.Berker Peksag2014-08-222-1/+5
|\ \ | |/
| * Issue #22150: Fix deprecated-removed directive in Sphinx 1.2.Berker Peksag2014-08-222-1/+5
| |
* | merge from 3.4Senthil Kumaran2014-06-031-16/+16
|\ \ | |/ | | | | | | Update references to Python docs in the sidebar index. Patch contributed by Auke Willem Oosterhoff.
| * Update references to Python docs in the sidebar index.Senthil Kumaran2014-06-031-16/+17
| | | | | | | | Patch contributed by Auke Willem Oosterhoff.
* | merge 3.4Benjamin Peterson2014-04-171-1/+4
|\ \ | |/
| * fix ref count annotations on sphinx >= 1.2.1 (closes #21286)Benjamin Peterson2014-04-171-1/+4
| |
* | merge with 3.4Georg Brandl2014-03-281-2/+2
|\ \ | |/
| * Doc: do not compress .epub for dist, it is already zipped.Georg Brandl2014-03-281-2/+2
| |
* | merge with 3.4Georg Brandl2014-03-251-0/+2
|\ \ | |/
| * Closes #21045: make the Qt help build not look completely stupidGeorg Brandl2014-03-251-0/+2
| |
* | merge with 3.4Georg Brandl2014-03-181-5/+0
|\ \ | |/
* | merge with 3.4Georg Brandl2014-03-171-1/+2
|\ \ | |/
| * merge with 3.3Georg Brandl2014-03-171-1/+2
| |\
| | * Update doc version switcher for 3.4/3.5.Georg Brandl2014-03-171-1/+2
| | |
| | * Closes #20755: port sphinx-1.1 fixes from defaultGeorg Brandl2014-02-241-11/+11
| | |
| * | Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1.Larry Hastings2014-03-171-11/+11
| |\ \ | |/ / |/| |
| * | Release bump for 3.4.0 final.Larry Hastings2014-03-161-1/+1
| | |
| * | Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final.Larry Hastings2014-03-161-1/+0
| | |
| * | Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-162-4/+5
| | |
| * | Update pydoc topics and suspicious filters.Larry Hastings2014-03-091-1/+0
| | |
| * | merge with 3.3Georg Brandl2014-02-101-0/+1
| | |
* | | Close #19407: New installation & distribution guidesNick Coghlan2014-03-131-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - based on pip and other PyPA tools - includes references to the new Python Packaging User Guide where appropriate (and the relevant section is at least partially filled in) - started new FAQ sections - both guides aim to introduce users to basic open source concepts if they aren't aware of them - existing guides have been relocated (now linked from the distutils docs) rather then removed, since there is some needed material that has yet to be relocated to the distutils docs as a reference for the legacy formats
* | | Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymoreGeorg Brandl2014-02-161-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Nowadays it is likely that people will have Sphinx installed, and if not, they will know how to install it. This also simplifies life a lot for distribution packagers, who typically do not want the doc build process to connect to external web resources.
* | | merge with 3.3Georg Brandl2014-02-101-0/+1
|\ \ \ | |/ / |/| / | |/
| * doc: pydoc topic and suspicious markup updateGeorg Brandl2014-01-251-0/+1
| |
* | Documentation fixes, including fixing "suspicious" problems.Larry Hastings2014-01-261-3/+3
| |
* | merge with 3.3Georg Brandl2014-01-212-10/+24
|\ \ | |/
| * fix deprecated-removed directive with sphinx 1.2Georg Brandl2014-01-212-10/+24
| |
* | Fix suspicious markup in the docs.Georg Brandl2013-11-241-7/+9
| |
* | merge with 3.3Georg Brandl2013-10-271-15/+13
|\ \ | |/
| * Fix markup errors in the docs and amend suspicious ignores.Georg Brandl2013-10-271-15/+13
| |
* | #4965: merge with 3.3.Ezio Melotti2013-10-132-6/+46
|\ \ | |/
| * #4965: Implement intelligent scrolling of the sidebar in the docs.Ezio Melotti2013-10-132-6/+46
| |
* | merge with 3.3Georg Brandl2013-10-131-1/+5
|\ \ | |/
| * Fix a small CSS glitch with deprecated blocks and Sphinx 1.2.Georg Brandl2013-10-131-1/+5
| |
* | merge with 3.3Georg Brandl2013-10-132-2/+2
|\ \ | |/
| * Fix display of deprecated blocks with Sphinx 1.2.Georg Brandl2013-10-132-2/+2
| |
* | merge with 3.3Georg Brandl2013-10-122-8/+8
|\ \ | |/
| * Invert logic of new limited-API annotation and call it "stable ABI".Georg Brandl2013-10-122-8/+8
| |
* | merge with 3.3Georg Brandl2013-10-121-16/+17
|\ \ | |/
| * Fix compatibility with upcoming Sphinx 1.2.Georg Brandl2013-10-121-16/+17
| |
* | merge with 3.3Georg Brandl2013-10-122-0/+125
|\ \ | |/
| * Introduce support for documenting which C API elements are not part of the ↵Georg Brandl2013-10-122-0/+125
| | | | | | | | stable/limited API.