summaryrefslogtreecommitdiffstats
path: root/Doc/texinputs/python.sty
Commit message (Collapse)AuthorAgeFilesLines
...
* Added some comments.Fred Drake1998-04-011-0/+7
|
* Add comments about several of the environments.Fred Drake1998-03-271-57/+137
| | | | | | | | | | Cleaned up some problems that caused minor warnings. Added environments for object methods and members, with non-indexing variants. This includes reduced use of the indexsubitem setting, allowing more robust index generation. Removed some unused definitions.
* Don't use the fncychap package for HOWTO documents; appendices break. StillFred Drake1998-03-251-21/+14
| | | | use them for manuals.
* Change uses of \pdfinfo and \pdfcatalog to use the new syntax from theFred Drake1998-03-251-11/+9
| | | | | latest pdftex. (Which we have here at CNRI.) This makes the PDF targets work again.
* Reverting some of the index stuff to work with LaTeX2HTML better.Fred Drake1998-03-171-3/+0
|
* {classdesc} environment: Index as "Foo (class in foolib)" instead ofFred Drake1998-03-161-1/+1
| | | | "Foo (in module foolib)". Is now independent of indexsubitem.
* \regexp{}: Rewritten to look like Freidl's book. Too rip-off?Fred Drake1998-03-121-4/+9
| | | | \envvar{}: Bow to font-lock-mode a few times...!
* \withsubitem{}: New macro. Change indexsubitem temporarily for anotherFred Drake1998-03-121-12/+29
| | | | | | | | | | | | | | | | | | | | | | macro. Intended usage: \withsubitem{(in module foo)}{\ttindex{myfunc()}} This allows indexing functions from other modules/class/whatnot without being dependent on the exact expansions of several macros internal to python.sty. It's also easier to read in the source! Some new "logical" macros that seem to be useful: \regexp{}: For regular expressions. To make it easier to keep the appearance consistent. \mimetype{}: Don't use \code{}! \envvar{}: Environment variable. This does some indexing as well. \character{}: Just a character we want to talk about in the text, but not a Python constant.
* Adjust the index support a bit to make it easier to deal with module index.Fred Drake1998-03-091-23/+38
| | | | | | | | Don't generate the mod???.idx file if it wasn't requested with the new command \makemodindex. Change the format of mod???.idx to match that of "normal" .idx files. This lets us use makeindex for it and not need a special script.
* Never, NEVER try to recover a screwed up file by carving a chunk out of anFred Drake1998-03-071-70/+70
| | | | | | | | | | RCS ,v archive! And certainly don't check it back in without testing it. ;-( "@" becomes "@@" everywhere. This one *is* tested!
* Oops; file copy error somewhere along the way....Fred Drake1998-03-061-86/+71
|
* Revise some of the PDF support to get at least preliminary outline support.Fred Drake1998-03-061-6/+51
| | | | | Rewrite \seemodule (again) to allow an optional argument to support modules which include an underscore in the names. See example in comments.
* Move the change to ending the abstract from python.sty to manual.cls; itFred Drake1998-03-051-15/+0
| | | | is not appropriate for the howto document class.
* Create the module index only if a conditional is true.Fred Drake1998-03-041-3/+7
|
* Improve separation of document class and python semantic constructs. ThisFred Drake1998-03-041-66/+10
| | | | will allow us to have a class of smaller documents as well.
* Convert LaTeX support to create a new class of documents. HTML generationFred Drake1998-03-031-0/+623
now requires LaTeX2HTML 98.1p1 or newer (& and is still in progress). This means that doing things to change the formatting of the manuals (at the "normal user" level, like A4 paper), can happen in just one place, rather than in each document file.