| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
documents are used from local filesystems as well as through
webservers.
Closes SF bug #624024; not needed on the trunk.
|
| | |
|
| |
|
|
|
|
|
|
| |
Don't screw up the names of the nodes we're looking up.
This fixes two SF bugs:
217195 - Broken \ref link in documentation
484967 - bad links at Ref Guide
|
| |
|
|
|
|
|
|
| |
This patch adds Milan Zamazal's conversion script and
modifies the mkinfo script to build the info doc files
from the LaTeX sources. Currently, the mac, doc and
inst TeX files are not handled.
Explicitly checks for GNU Emacs 21.
|
| |
|
|
| |
'release22-maint'.
|
| |
|
|
|
|
|
|
| |
Add a -r option; if given with a release number, the "What's New" document
is included with the relevant version number.
Update the text of the README distributed with the PostScript files to
reflect the changes in the user organizations in the Python community.
|
| |
|
|
| |
to be archived. Most of these are pretty bland. ;-)
|
| | |
|
| |
|
|
|
|
|
|
|
| |
in response to Skip's comments in SF bug #487165.
Make use of string methods instead of string module functions in most places.
Add (and make the default) a way to collapse symbol entries into a single
"Symbols" section in the generated index. This is similar to what makeindex
does, but does not include entries beginning with an underscore.
|
| | |
|
| |
|
|
| |
information automatically.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change PREFIX to PREFIXES, which contains a sequence of prefix strings.
This is useful since we want to look for both Py and PY.
- Wrap a long line.
- Collect struct tags as well as typedef names. Since we generally only
use one of the other, that improves coverage.
- Make the script executable on Unix.
This could use a better approach to determine if a symbol is documented,
and could easily avoid keeping the massive string in memory. That would
take time to actually write more code, though, so we'll bail on that
for now.
|
| | |
|
| |
|
|
| |
break the processor; this will do the right thing.
|
| |
|
|
| |
remove DL_IMPORT.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
LaTeX2HTML. This is not safe to do in general (for the reasons LaTeX2HTML
protects against dvips to begin with), but is safe if we do not actually
need to run dvips. Note that we also assume it is safe if the user
specifically requests PostScript generation. See the comments for further
explanation.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Mozilla 0.9.5 can make intelligent use of them. Specifically, this causes
the "Acknowledgements" and "Global Module Index" pages to acquire "up"
links in the Mozilla "Site Navigation Bar".
This partially responds to SF bug #469772.
|
| | |
|
| | |
|
| |
|
|
|
| |
whitespace characters to a single space.
Small changes elsewhere, mostly to clean up the code a little.
|
| |
|
|
|
|
|
|
|
|
|
| |
For the real document element, make sure the prolog is migrated into
the document element so it isn't left stranded.
Make fixup_trailing_whitespace() whitespace do what was really intended.
Add the *desc environments used in the C API manual to the list of
things that can exist at the paragraph level so they don't get wrapped
in <para>...</para>.
|
| |
|
|
| |
(string.join() lives!)
|
| |
|
|
|
|
| |
whether or not a link will be generated will depend on the link database.
Add a couple of explanatory comments for one of the stranger constructs
(giving input an empty name).
|
| | |
|
| |
|
|
| |
of something ad-hoc.
|
| |
|
|
| |
Fixed a typo in a comment.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
informative when a child process dies with an error.
This is a variation of parts of SF patch #429611.
|
| |
|
|
| |
when the changes are just too small.
|
| |
|
|
|
| |
other documentation makefiles. This is probably not sufficient to run
the conversion on Windows, but goes at least part way.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
replacement for @DATE@ from a TeX file containing a \date{...} mark
(such as texinputs/boilerplate.tex).
This will be used to re-write the html/index.html.in file instead of
a combination of grep, date, and sed -- this is more portable to non-Unix
platforms.
This solves part of the problem reported in SF patch #429611, but does
not use the suggested patch.
|
| |
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
| |
release being discussed.
|
| | |
|
| |
|
|
| |
Add support for the \ulink macro.
|
| |
|
|
|
| |
update announcements do not get bounces from trying to send mail to my
laptop, which has an identity crisis due to constant relocation.
|
| | |
|
| |
|
|
| |
powerful latex2esis.py.
|
| |
|
|
|
| |
LaTeX and we have at least one occurance of that in the content, so this
script needs to support it as well.
|
| | |
|