summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Added support for AMK's {definitions} environment; thanks for the reminder!Fred Drake1998-05-201-0/+20
|
* Added {definitions} environment, which has \term to define indivual terms.Fred Drake1998-05-201-0/+11
| | | | Similar to {description}.
* Don't use a separate node for footnotes; see if people scream. ;-)Fred Drake1998-05-191-0/+1
|
* Fix definition of release_version (global).Fred Drake1998-05-191-1/+1
|
* Added entry for mimetypes.Fred Drake1998-05-191-0/+3
|
* webcheck target in this Makefile wasn't used.Fred Drake1998-05-191-3/+0
|
* Fix the webcheck target so it checks the right files....Fred Drake1998-05-191-6/+6
|
* Add mimetypes documentation to library reference dependencies.Fred Drake1998-05-191-1/+2
|
* Add section documenting mimetypes module.Fred Drake1998-05-192-0/+95
|
* Fix another oldie (item (b) only):Guido van Rossum1998-05-161-1/+1
| | | | | | | | | | | | | | | Date: Fri, 20 Dec 1996 14:47:50 +0100 From: Lele Gaifax <lele@nautilus.eclipse.it> To: Python List <python-list@cwi.nl> Subject: Typos in ref manual Hi all, browsing the reference manual I noticed what seem two small errors: a) in the list of keywords (section 2.3.1) 'exec' is missing b) in the Operator Precedence table (5.12) the comparison operators include '=', but probably '==' was intended. Hope this help, lele.
* Small change to the l2h target allowing the output dir, $(HTMLDIR), to beFred Drake1998-05-151-1/+3
| | | | a sibling of the html/ directory in the distribution.
* Update to use latex2html 98.1p5.Fred Drake1998-05-152-36/+32
|
* Update to use latex2html 98.1p5.Fred Drake1998-05-151-1/+2
| | | | Cleanup temporary files produced by latex2html in the output directory.
* Update note about latex2html version required.Fred Drake1998-05-151-2/+3
|
* Add support for the Macintosh Library Modules document.Fred Drake1998-05-152-8/+22
|
* Revise comment about \let support a little to more accurately reflect theFred Drake1998-05-151-1/+1
| | | | support that's offered.
* Ignore the mac/ directory....Fred Drake1998-05-151-0/+1
|
* Update to use the output names used by latex2html for the Python ReferenceFred Drake1998-05-151-1/+1
| | | | Manual; the old FrameMaker names no longer apply.
* Extend handling for \let a bit, to also allow \let\something=<character>. WeFred Drake1998-05-151-1/+12
| | | | | still don't support things like \let^^M=\something, where ^^M could actually be any active character. Print a decent warning if we find one we can't handle.
* Remove debugging echo.Fred Drake1998-05-151-1/+0
|
* do_cmd_let(): Simple implementation to allow \let to be used to establishFred Drake1998-05-151-3/+21
| | | | | | | | | synonyms for macros. This supports: \let\newname = \oldname \let\newname\oldname This is useful sometimes, and can at least avoid real errors at other times.
* Added support for \developer, \developers, \developersaddress.Fred Drake1998-05-141-4/+8
|
* Added definitions for \developer, \developers, \developersaddress.Fred Drake1998-05-141-0/+3
| | | | Ask Guido if you really want to know why. ;-)
* Fix the fix to allow the .tex document sources not live in ".".Fred Drake1998-05-141-1/+2
|
* Mostly spurious change to ensure that everyone's version of this picks up theFred Drake1998-05-141-0/+2
| | | | execute bit.... problem discovered by Guido.
* Don't run tools/toc2bkm.py unless we're building PDF.Fred Drake1998-05-141-6/+11
| | | | | | | Change the way TEXINPUTS gets defined to ensure that the directory containing the main document file comes before any other dir, to allow documents to have files that "override" like-named files elsewhere on the search path. Guido discovered we needed this.
* Updated markup style (got rid of \verb@...@, mostly).Fred Drake1998-05-146-197/+203
|
* Add an index entry.Fred Drake1998-05-141-3/+4
| | | | Bow to font lock.
* Add comments about release status.Fred Drake1998-05-121-0/+15
|
* Switch to .tgz instead of .tar.gz to appease Windows users.Fred Drake1998-05-111-17/+17
| | | | Clean up the clean & clobber targets.
* Use .tgz instead of .tar.gz for the output file name.Fred Drake1998-05-111-1/+1
|
* Change ignored extension .tar.gz to .tgz.Fred Drake1998-05-111-1/+1
|
* Ignore intermediate files.Fred Drake1998-05-111-0/+2
|
* Set the right page size in the PDF output.Fred Drake1998-05-111-7/+5
|
* Add --letter option, similar to --a4. This is a no-op, but can be used fromFred Drake1998-05-111-0/+4
| | | | a Makefile: mkhowto.sh --$(PAPER).
* Add the clean, clobber targets here for this directory.Fred Drake1998-05-111-0/+6
|
* Reverted the last change; the extra cruft is harmless for formatted versions,Fred Drake1998-05-111-0/+5
| | | | and allows the info to work through this section.
* Don't be so ugly as to use "set -x" to get the executed commands printed.Fred Drake1998-05-111-1/+6
|
* Added a section about documentation for the Mac modules.Fred Drake1998-05-111-0/+14
|
* Oops, better add it to the usage message!Fred Drake1998-05-111-0/+1
|
* Add easy-to-use support for A4 paper.Fred Drake1998-05-111-2/+6
|
* Remove the tarhtml target; not useful from the sub-make.Fred Drake1998-05-111-3/+0
|
* Pass the release number to the tools/mktarball.sh script.Fred Drake1998-05-111-3/+3
| | | | Nits.
* Accept the release number on the command line instead of hardcoding it.Fred Drake1998-05-111-3/+3
|
* Don't be so ugly as to use "set -x" to get the executed commands printed.Fred Drake1998-05-111-3/+4
|
* do_cmd_kwindex(): Re-implement now that \kwindex is used again (ref man).Fred Drake1998-05-111-0/+10
|
* Update some of the comments.Fred Drake1998-05-111-21/+54
| | | | | | Update the .tar.gz targets so that they work from the top level. Reinstate the api, ext, lib, ref, and tut targets.
* In package Override, use the getcwd() function from the Cwd module instead ofFred Drake1998-05-111-0/+22
| | | | | | | | the one from Override.pm (part of latex2html). Absolutize the TEXINPUTS environment variable, since we can't count on latex2html doing it for us (even though I sent in a patch, and it really should).
* Changed some comments.... no longer mention FrameMaker.Fred Drake1998-05-111-38/+20
|
* Fix a comment.Fred Drake1998-05-081-49/+30
| | | | | | | Avoid extra level of recursion in the paper-*/ directories. Added the "info" target to use the subdir. Partparse, however, is broken again.