| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Provide a way to set the paper size by name instead of only supporting
separate options for each size.
|
|
|
|
| |
Make the documentation tools compatibile with Python 2.0.
|
|
|
|
|
|
| |
code, showing the transcript for that command.
This closes SF bug #129740.
|
|
|
|
| |
want most of the time.
|
|
|
|
|
|
|
|
|
| |
to the Global Module Index for a set of documents. This is used to include
a reference to the global index from the per-document module indexes, so
that it is just a little easier to find.
(Someone suggested this, but I do not remember who. Please let me know if
it was you -- thanks!)
|
| |
|
|
|
|
|
| |
once if all the temporary files are available from building
a DVI file. This can avoid two runs of pdflatex.
|
|
|
|
|
|
| |
directory. This avoids acretion of HTML from previous runs which may
have a new name; this would have avoided a lot of the packaging problems
related to changing labels from the old distutils documentation.
|
|
|
|
| |
"manual" class documents.
|
|
|
|
|
| |
of the generated document to an external index. These correspond to the
-up_url and -up_title parameters of LaTeX2HTML.
|
|
|
|
|
| |
initialization with additional Perl files. This can be given more
than once.
|
|
|
|
|
|
|
|
| |
HTML generation; the machinery was there but no option to set it was
defined.
Simplify some of the path-math since we can assume a recent version of
Python.
|
|
|
|
| |
of LaTeX2HTML.
|
|
|
|
|
| |
use the last one specified on the command line instead of all of them.
Smaller changes to reflect updated support.
|
|
|
|
| |
is not needed anywhere.
|
| |
|
| |
|
|
|
|
| |
document..." text from, defaulting to ../html/about.dat.
|
|
|
|
|
|
|
|
|
| |
Job.warning(): New method; use this instead of writing to sys.stderr
directly. Ensures warnings are also sent to the log
file.
Job.log(): New method; write a message to the log file. Use from
.message() and .warning().
|
|
|
|
|
| |
This still doesn't understand anything about multiple source files or
checking time dependencies.
|
|
|
|
|
| |
and foo/index.html. Make a copy instead. (Appearantly some tar
openers on non-Unixlike systems can't handle hard links.)
|
|
|
|
|
| |
Job.message(): New method. Takes care of writing a message to the
user and adding it to the transcript.
|
|
portable.
Several things that had been done by running a python script are now a
matter of importing the right module and running a function with a few
parameters.
|