| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Add a -q option for "quiet" operation. Nothing gets out (not even stderr,
since that's tossed to stdout for capture in the .how file). It's a good
idea to use -l to get the log in case there are problems. Maybe this should
be the default and add a --verbose option to get the stdout? There's way
too much junk output.
|
|
|
|
|
|
|
|
| |
a "set -x".
Allow keeping a transcript, using -l, in $FILE.how.
Allow keeping of all the temp files created by the process, using -k.
|
|
|
|
|
|
|
|
|
| |
Kerberos from Python" HOWTO (this will change shortly, I hope).
This needs to be run from it's location in the Doc/tools directory, and
not via a symlink. I'll try and fix this in the future.
The help message needs work.
|
| |
|
|
|
|
|
| |
underscores. Might this be a fundamental PDF limitation? Hm, could
still be a TeX thing.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- the .cvsignore files; these are only useful in the CVS tree
- ref/ref.pdf
- ref/ref.ps
After compression, these last two account for about one-half MB, and half
the tarball. They can be picked up from the appropriate format dist if
needed.
|
| |
|
| |
|
|
|
|
|
| |
default is "chapter". Use 'python toc2bkm.py -c section' to use with
Python HOWTO documents.
|
| |
|
|
|
|
| |
at Guido's suggestion.
|
| |
|
|
|
|
|
|
| |
Chunk.__repr__(), main(): Allow Chunk objects to get the buffer, to make the
representation contain text instead of a pair of indexes. This makes debugging
a little easier.
|
| |
|
|
|
|
|
|
| |
corrupted file problem and avoids the shell escape interpretation
portability problem. ;-( See comments at top of newind.py for an
explanation.
|
| |
|
|
|
|
| |
Seems to work at the moment.
|
|
|
|
| |
right places*!
|
| |
|
|
|
|
|
|
| |
markup.
The info generation now works, yet again.
|
|
|
|
| |
combining.
|
| |
|
|
|
|
| |
Use "mv" instead of "ln -s" to install the new names.
|
| |
|
|
|
|
|
| |
the name elsewhere. This is useful for the logical filenames project,
since the "modindex" label is hardcoded into .latex2html-init.
|
|
|
|
|
|
|
|
| |
messy, but the thing seems to be working without bombing completely today.
Formatting lib.texi with TeX doesn't seem to do too badly, either!
Info formatting isn't quite there; that might just have to disappear this
time.
|
|
|
|
|
| |
main(): Include a comma between the module name and page number, to make
the generated index more like the "standard" generated index.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"""Combine similar index entries into an entry and subentries.
For example:
\item {foobar} (in module flotz), 23
\item {foobar} (in module whackit), 4323
becomes
\item {foobar}
\subitem in module flotz, 23
\subitem in module whackit, 4323
Note that an item which matches the format of a collapsable item but which
isn't part of a group of similar items is not modified.
"""
This results in a much more readable index, with less repitition of text;
especially for common method names.
|
| |
|
|
|
|
| |
I'll get to it when I can.
|
|
|
|
|
|
| |
Lots of support for new macros defined in myformat.sty; including the new
indexing macros, seealso environment & friends, and the byte code instruction
support.
|
|
|
|
| |
similar renaming of the @buildno file elsewhere in the Python tree.
|
|
|
|
|
| |
There is at least one of there in the library reference, and this reduces
the warning count. We *do* know what to do with it!
|
| |
|
|
|
|
|
| |
Merged in many typo corrections and fixes to support GNU info
processing; submitted by Tamito Kajiyama.
|
|
|
|
|
|
| |
numbers right for latex2html for section titles which include
"\sectcode{__.*__}" in the name. Perhaps less general than it should
be, but sufficient.
|
| |
|
|
|
|
| |
the optional arg of an \item[].
|
|
|
|
| |
documentation.
|
|
|
|
|
|
|
| |
navigation links for HTML 3 version.
Forced a blank line above the footnotes separator for HTML 2; at
least one page did not get this spaced correctly.
|
|
|
|
|
| |
data item was omitted, which also affected the indentation of the
description.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
print section titles even when the debugging output is not enabled.
Added -3 option to generate HTML 3.0 constructs where meaningful.
Removed repititive garbage generation: the old version added simple
descriptive comments after every datadesc/funcdesc/*desc entry:
function(args) -- function of module xxxx
Description....
These comments are no longer generated:
function(args)
Description....
|
| |
|
|
|
|
|
|
|
|
|
| |
to 4 spaces per level (no longer 8).
(Makefile): Use .pyc versions of partparse.py and texi2html.py to generate
converted documentation formats. This reduces the startup costs;
probably doesn't affect anyone but me in reality, but helps when
working on the docs.
|
| |
|
|
|
|
| |
Got rid of most redundant \ continuation signs.
|
| |
|
| |
|
| |
|