summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libformatter.tex
Commit message (Collapse)AuthorAgeFilesLines
* "boolean" --> "Boolean" (per the style guide).Fred Drake2001-10-011-1/+1
|
* Minor changes to match the style guide.Fred Drake2001-07-141-1/+1
|
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-5/+5
| | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem.
* Make internal module references hyperlinks wherever it makes sense.Fred Drake1999-04-221-1/+1
|
* Oops, used a \label twice - fix one of them.Fred Drake1999-02-221-1/+1
|
* Give subsections reasonable file names in the HTML.Fred Drake1999-02-191-6/+6
|
* <writer>.send_paragraph(): Clarify what needs to be done by thisFred Drake1999-01-121-1/+4
| | | | | method and what it should not do. (Specifically: handling breaking of last line of preceeding paragraph.)
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Fix index entry for HTMLParser class.Fred Drake1998-04-041-1/+1
|
* Use the new {methoddesc} and {memberdesc} environments as appropriate.Fred Drake1998-03-271-64/+61
|
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-3/+3
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* Use {classdesc} consistently.Fred Drake1998-03-161-12/+7
|
* Logical markup.Fred Drake1998-03-121-73/+74
|
* In add_label_data() description, use "\samp{}" instead of "``\code{...}''"Fred Drake1998-02-131-3/+3
| | | | to indicate the interpreted letters from the format string.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-6/+6
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Ouch: "accounces" ==> "announces"Fred Drake1998-01-151-1/+1
| | | | (In description of AbstractWriter class.)
* AMK's megapatch:Guido van Rossum1997-07-171-0/+1
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* (libformatter.tex): Document the flush() method on the writer.Fred Drake1996-12-311-0/+4
|
* (libhtmllib.tex, libsgmllib.tex, libformatter.tex):Fred Drake1996-10-091-2/+23
| | | | | Improve indexing somewhat. Add small intros to the "implementations" sections of the formatter module doc.
* (libformatter.tex): Added documentation for abstract writer/formatter modelFred Drake1996-10-081-0/+304
and implementation variants.