| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
use them for manuals.
|
|
|
|
|
| |
latest pdftex. (Which we have here at CNRI.) This makes the PDF targets
work again.
|
| |
|
|
|
|
| |
"Foo (in module foolib)". Is now independent of indexsubitem.
|
|
|
|
| |
\envvar{}: Bow to font-lock-mode a few times...!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
RCS ,v archive! And certainly don't check it back in without testing it.
;-(
"@" becomes "@@" everywhere.
This one *is* tested!
|
| |
|
|
|
|
|
| |
Rewrite \seemodule (again) to allow an optional argument to support modules
which include an underscore in the names. See example in comments.
|
|
|
|
| |
is not appropriate for the howto document class.
|
| |
|
|
|
|
| |
will allow us to have a class of smaller documents as well.
|
|
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.
|