summaryrefslogtreecommitdiffstats
path: root/Doc/libformatter.tex
Commit message (Collapse)AuthorAgeFilesLines
* 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.