| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
informative when a child process dies with an error.
This is a variation of parts of SF patch #429611.
|
|
|
|
|
|
|
|
| |
building the HTML or text documentation). There is no need to create
it for other formats.
Job.build_html(): The builddir parameter is always passed in, so it need
not be optional.
|
|
|
|
|
| |
Make sure we do not lose track of the build directory -- convert a user-
supplied directory to an absolute path.
|
|
|
|
|
| |
was not available in Python 1.5.1. (Yes, a user actually tried to use this
with that version of Python!)
|
|
|
|
|
|
|
|
|
| |
the right HTML file to the name about.html is needed even if the
--numeric option was not given -- some other name may have been
assigned due to some non-determinism in the algorithm use to perform
name allocation. ;-(
This closes the "About..." portion of SF bug #420216.
|
|
|
|
|
|
|
| |
not doing the \label{foo} --> foo.html transformation (--numeric was
specified on the command line), still look to see if there is an
"About this document..." node and copy that to "about.html", since the
page footers use that as the target.
|
|
|
|
|
| |
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.
|