summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update Sphinx to 0.6.7.Georg Brandl2010-10-291-1/+1
|
* Merged revisions 85276 via svnmerge fromGeorg Brandl2010-10-061-5/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85276 | georg.brandl | 2010-10-06 12:35:24 +0200 (Mi, 06 Okt 2010) | 1 line Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile. ........
* Merged revisions 83663 via svnmerge fromGeorg Brandl2010-08-031-3/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83663 | georg.brandl | 2010-08-03 14:36:57 +0200 (Di, 03 Aug 2010) | 1 line A couple of nits how to ignore errors. ........
* Merged revisions 82789 via svnmerge fromGeorg Brandl2010-07-111-0/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82789 | georg.brandl | 2010-07-11 10:33:16 +0200 (So, 11 Jul 2010) | 1 line Silence makeindex. ........
* Change/fix handling of docs download location: for daily builds, put them ↵Georg Brandl2010-03-131-4/+5
| | | | right next to the HTML.
* Bump externals versions for doc build.Georg Brandl2010-03-131-4/+4
|
* Add Makefile targets for automatic doc build. Add script that will be used ↵Georg Brandl2010-03-131-10/+31
| | | | for daily build.
* Issue #8004: add a serve target to the Doc Makefile.Dirkjan Ochtman2010-02-241-0/+4
|
* #7602: improve "clean" and "checkout" targets now that all tools are in ↵Georg Brandl2009-12-301-5/+4
| | | | externals.
* Use new Pygments version.Georg Brandl2009-12-301-1/+1
|
* use Sphinx 0.6.3Benjamin Peterson2009-11-131-1/+1
|
* update to sphinx 0.6.2Benjamin Peterson2009-06-291-1/+1
|
* Move pydoc_topics module to its own subdirectory, so that no generated code ↵Georg Brandl2009-04-261-4/+4
| | | | is in Lib/.
* Another file where the versions need to be up to date.Georg Brandl2009-04-261-1/+1
|
* Note that the versions are also in README.txt.Georg Brandl2009-04-261-0/+1
|
* Switch to fixed Sphinx version.Georg Brandl2009-03-281-1/+1
|
* use Jinja 2.1.1Benjamin Peterson2009-01-041-3/+3
|
* Add "suspicious" builder which finds leftover markup in the HTML files.Georg Brandl2009-01-041-0/+6
| | | | Patch by Gabriel Genellina.
* Disable the line length checker by default.Georg Brandl2009-01-031-1/+1
|
* Add rstlint, a little tool to find subtle markup problems and ↵Georg Brandl2009-01-031-1/+3
| | | | inconsistencies in the Doc sources.
* compute DISTVERSION with patchlevel.pyBenjamin Peterson2008-12-211-17/+17
|
* Forward-port r66736.Georg Brandl2008-10-021-2/+2
|
* Add "dist" target.Georg Brandl2008-09-211-1/+41
|
* Update readme and Makefile (web builder doesn't exist).Georg Brandl2008-09-211-8/+1
|
* use the latest pygments versionBenjamin Peterson2008-09-091-1/+1
|
* add a htmlview directiveBenjamin Peterson2008-06-261-0/+2
|
* Use newer versions of externals.Georg Brandl2008-06-261-3/+3
|
* Generate pydoc's topic help from the reST docs via Sphinx'Georg Brandl2008-06-011-0/+5
| | | | new text writer.
* Add plain text make target.Georg Brandl2008-06-011-0/+5
|
* Check out Jinja as a separate step now that it's not included in the Sphinx ↵Georg Brandl2008-04-131-0/+5
| | | | package anymore.
* Allow giving source names on the cmdline.Georg Brandl2008-03-221-1/+2
|
* Activate the Sphinx doctest extension and convert howto/functional to use it.Georg Brandl2008-03-221-0/+5
|
* Documentation coverage builder, part 1.Georg Brandl2008-02-231-2/+7
|
* Wording nit.Georg Brandl2008-02-011-2/+2
|
* Add link checker builder, written for GHOP by Thomas Lamb.Georg Brandl2008-02-011-5/+11
|
* Some cleanup in the docs.Georg Brandl2007-12-291-3/+8
|
* Adapt conf.py to new option names.Georg Brandl2007-12-161-3/+8
|
* Add more entries to the glossary.Georg Brandl2007-12-021-0/+4
| | | | Written by Jeff Wheeler for GHOP.
* Update Pygments version from externals.Georg Brandl2007-10-231-1/+1
|
* Allow making update with no prior checkout.Martin v. Löwis2007-09-101-1/+1
|
* Fix a wrong path in the Makefile.Georg Brandl2007-08-151-1/+1
|
* Don't use "?=" which seems to be a GNUism.Georg Brandl2007-08-151-3/+3
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+62
|
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-736/+0
|
* add boilerplate "What's New" document so the docs will buildFred Drake2006-09-231-1/+1
|
* remove non-working document formats from edistFred Drake2006-06-191-1/+1
|
* revert incomplete changes committed by accidentFred Drake2006-04-061-3/+4
|
* update URL to reflect new websiteFred Drake2006-04-061-4/+3
|
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-1/+1
|
* - bump version number for "What's New" documentFred Drake2004-12-011-2/+2
| | | | | - don't create .tgz version of doc source package, since we're not generating that for the other formats either