summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Adjusted to work with the newer version of LaTeX2HTML as well.Fred Drake1998-02-262-2/+8
|
* Marked references to the other manuals as \emph{} in the abstract.Fred Drake1998-02-262-44/+98
| | | | Added \label{}s for logical addressing.
* Fix up description of 'S' format; as Dave Ascher pointed out, itGuido van Rossum1998-02-262-6/+6
| | | | | was ungrammatical to the point of saying the opposite of what it should say.
* Do a little bit more work on a table-driven basis. A little cleanup.Fred Drake1998-02-262-90/+188
| | | | Seems to work at the moment.
* Add support for some of the newer commands, a little cleanup.Fred Drake1998-02-261-6/+28
|
* &do_cmd_bcode, &do_cmd_ecode: Removed; no longer used.Fred Drake1998-02-251-6/+2
| | | | | | &do_cmd_url: Make sure the tilde gets treated right for the browsers. &replace_verbatim: Be sure we always have a leading vertical space.
* Make sure the ']' in the content of the \item[] isn't used as the ending ']'.Fred Drake1998-02-252-2/+2
|
* PyFile_FromFile() description: make sure the closing brace for the argumentsFred Drake1998-02-252-2/+2
| | | | comes after the arguments are complete.
* Derive the name of the modules .ind from the jobname.Fred Drake1998-02-252-2/+2
|
* Change quoting of the "echo" commands yet again.... why can't shells agree?Fred Drake1998-02-251-3/+3
| | | | Derive the name of the modules .idx from the jobname.
* Make this work better with a4 paper.Fred Drake1998-02-251-30/+77
| | | | | | | | | | | | Make the table of contents "hot" for PDF output. No additional packages are needed. Move code for \b@code, \e@code into the macros for the verbatim environment directly since they're not used elsewhere. Derive the name of the modules .idx from the jobname. Some clean ups.
* Logical markup.Fred Drake1998-02-243-12/+12
|
* Add support for hyperref package. This builds the PDF outline, makes the ToCFred Drake1998-02-231-57/+9
| | | | | | | | | | and index "hot", etc. Updated a comment about fncychap. Removed unused minitoc support; I'm not going to use it. Something that makes more sense with the Python lib ref can be done with reasonable effort, and can wait a little while.
* clean: Remove *.out (hyperref's internal files for building outlines for PDF).Fred Drake1998-02-231-1/+1
|
* Ignore hyperref's *.out files (used in building outlines for PDF).Fred Drake1998-02-231-0/+1
|
* Change quoting a little bit to avoid problems building it at CNRI.Fred Drake1998-02-231-3/+3
|
* Clean up some stuff in the {seealso} at the end. This avoids a little nitFred Drake1998-02-232-10/+10
| | | | (which causes processing to fail) when using the LaTeX hyperref package.
* Marked the unmarked AttributeError. (AMK)Fred Drake1998-02-232-16/+18
| | | | | | | "Protect the class instance" --> "Protect the object" It works for anything with attributes to look up! (AMK) Logical markup.
* "streans" --> "streams" (AMK)Fred Drake1998-02-232-2/+2
|
* Add a period to "Written by James Roskind"Fred Drake1998-02-222-2/+2
|
* Changed way *.ind are forced to exist; the files are now reset to containFred Drake1998-02-221-36/+33
| | | | | | | | an empty index instead of touched. Note that for modindex.ind, this also includes "\label{modindex}" so that the modindex.py script doesn't change the set of labels in the document. Be more consistent in use of $* in commands.
* Fixed and extended the example; the original example contained someGuido van Rossum1998-02-222-6/+12
| | | | bogus code.
* Added two subsections with extra hints and details, even forGuido van Rossum1998-02-222-0/+146
| | | | extensions and embedding programs.
* The list of module descriptions should be a {description} environment, notFred Drake1998-02-212-4/+4
| | | | {itemize}!
* Removed two items, correct one spelling error.Fred Drake1998-02-201-5/+1
|
* Tell TeX about a pathological hyphenation case (BaseHTTPRequestHandler).Fred Drake1998-02-201-0/+3
|
* Added \label{}s for logical addressing.Fred Drake1998-02-202-70/+74
| | | | Logical markup.
* Added \label{}s for logical addressing.Fred Drake1998-02-202-0/+10
|
* Fixed typo reported by Vladimir Marangozov <Vladimir.Marangozov@imag.fr>.Fred Drake1998-02-202-2/+2
|
* Don't ignore makeinfo errors.Fred Drake1998-02-191-1/+1
|
* Clean up name->name conversion a little, *make sure it happens in all theFred Drake1998-02-192-24/+36
| | | | right places*!
* Jeff Kunce writes (and he is right):Guido van Rossum1998-02-192-6/+6
| | | | | | | | | | | | | | | | | | Also, I just ran across a [possible] minor glitch in the library documentation for site.py. It says: "For example, suppose sys.prefix and sys.exec_prefix are set to `/usr/local'. The Python 1.5 library is then installed in `/usr/local/lib/python1.5'. Suppose this has a subdirectory `/usr/local/python1.5/site-packages' with three subsubdirectories, `foo', `bar' and `spam'..." I think it should be: "...Suppose this has a subdirectory `/usr/local/lib/python1.5/site-packages' with..." ^^^^
* Revise comment about the {fulllineitems} environment to be accurate.Fred Drake1998-02-191-1/+3
|
* Improve support for logical node names.Fred Drake1998-02-191-0/+26
|
* Adjusted \label{} for *consistent* logical addressing.Fred Drake1998-02-192-236/+240
| | | | Logical markup.
* Added \label{} for logical addressing.Fred Drake1998-02-192-0/+6
|
* Add missing files to $(LIBFILES).Fred Drake1998-02-191-1/+5
| | | | Run node2label.pl on the HTML versions of all the LaTeX manuals.
* Added \label{} for logical addressing.Fred Drake1998-02-192-0/+32
|
* Added \label{} for logical addressing.Fred Drake1998-02-194-2/+6
|
* Added itemized list of Macintosh modules, similar to the other chapters.Fred Drake1998-02-192-6/+118
|
* Added \label{} for logical addressing.Fred Drake1998-02-192-0/+2
|
* Separate chapter and section.Fred Drake1998-02-196-220/+222
|
* Make sure the general index and about nodes get labels assigned, so they getFred Drake1998-02-191-3/+25
| | | | real names instead of node#.html names.
* Separate binhex and binuu documentation from binascii. Support betterFred Drake1998-02-198-148/+152
| | | | module addressing in HTML.
* Remove debugging print.Fred Drake1998-02-191-3/+7
| | | | | | Support {classdesc} and {fulllineitems} environments. Support most recent logical markup.
* Bring date into line with the last documentation release.Fred Drake1998-02-192-2/+2
|
* Work on a temporary file, not the input file.Fred Drake1998-02-192-2/+2
|
* Revised some targets to make better use of make "special" variables, to avoidFred Drake1998-02-191-7/+16
| | | | | | repeating file names. Change lib.texi target to not overwrite the input file; work on a copy.
* Support environments {fulllineitems} and {classdesc}, more of the new logicalFred Drake1998-02-192-24/+14
| | | | | | markup. The info generation now works, yet again.
* Adjust grouping for the "b(reak)" command syntax description. This isFred Drake1998-02-192-2/+2
| | | | required to get the info generation back in operation, yet again.