summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Some Doc tweaks.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
* switch remaining icon references to the PNG iconsFred Drake2004-11-051-3/+3
|
* remove gzipped archives from the list of expected distributionsFred Drake2004-09-171-5/+5
|
* Remove commented definition of the MKHOWTO macro.Matthias Klose2004-08-181-1/+0
|
* Remove zero-byte gif files from generated html docsMatthias Klose2004-08-181-0/+1
|
* Clarify requirement for GNU makeKurt B. Kaiser2004-07-111-0/+2
|
* include both the GIF and PNG icons in the HTML packageFred Drake2004-04-081-1/+1
|
* add the distutils modules to the global modules listFred Drake2004-03-231-1/+3
|
* Make sure the trunk Makefile doesn't require mkhowto to be "installed"Fred Drake2003-10-011-2/+2
| | | | as described in "Documenting Python".
* - update pkglist.html more frequently, and explain why that's helpfulFred Drake2003-09-281-3/+15
| | | | - add a comment explaining what pkglist.html is for
* Load the version information from ../Include/patchlevel.h, so there areFred Drake2003-09-271-3/+8
| | | | fewer changes to make to version numbers after a release.
* update one more reference to a file that moved from texinputs/ toFred Drake2003-09-271-1/+1
| | | | commontex/
* Adjust the organization a bit and update some of the comments toFred Drake2003-09-271-9/+14
| | | | better explain what's happening.
* Move content input files shared among the documents into a new directoryFred Drake2003-09-271-1/+8
| | | | | | (commontex/), leaving only style support files in texinputs/. This makes texinputs/ part of the formatting tools while commontex/ is strictly part of the actual documentation.
* Fix the most recent change to the invocation of the mkhowto script soFred Drake2003-09-271-1/+8
| | | | | | | | | | | that it works for all targets. The issue here is that there are two different levels in the directory tree at which we execute mkhowto, so we can't define it just once using a relative path (at least not with the current implementation and Makefile structure). We use the GNUish $(shell) function here to work around that restriction by identifying mkhowto using an absolute path.
* define a variable to specify the mkhowto program itself, as for anyFred Drake2003-09-251-5/+7
| | | | other application
* there's a new "What's New" for Python 2.4Fred Drake2003-07-301-1/+1
|
* Update to the same version info used by the interpreter.Fred Drake2003-07-301-1/+1
|
* update the documentation contact addressFred Drake2003-07-301-1/+1
|
* Bump version information.Fred Drake2003-07-291-1/+1
|
* Bump release number.Fred Drake2003-07-241-1/+1
|
* Include the GNU info format in the edist target since we're nowFred Drake2003-07-171-1/+1
| | | | building a fair portion of the documentation as info.