| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
Make sure we do not lose track of the build directory -- convert a user-
supplied directory to an absolute path.
|
|
|
|
|
|
| |
attribute values, and make the logic surrounding the platform
annotations just a little easier to read. Also make the platform
notes appear in the generated page; they were supposed to, but did not.
|
|
|
|
|
|
|
| |
Add a -F option similar to "cvs commit -F <file>".
Add a -t option to allow specifying the prefix to the directory into which
the docs should be unpacked (useful when I start trying out new styles for
the presentation).
|
|
|
|
|
| |
Allow colons in the labels used for internal references, but do not
expose them when generating filename.
|
|
|
|
|
| |
was not available in Python 1.5.1. (Yes, a user actually tried to use this
with that version of Python!)
|
|
|
|
| |
error.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
branch is the head (development) branch or a maintenance brach, and use
the appropriate target directory for each.
|
| |
|
|
|
|
|
|
| |
Update <versionadded/> to recent addition of optional explanatory text;
make the explanation text take the same attribute name for both
<versionadded/> and <versionchanged/>.
|
|
|
|
|
| |
this version avoids having to build a separate authenticated connection
to push the update-docs.sh script to SF.
|
| |
|
|
|
|
| |
made a part of the paragraph.
|
| |
|
|
|
|
|
|
|
| |
(minidom in particular); it was using PyDOM which is now obsolete.
Only write the output file on success -- this avoids updating the timestamp
on the file on failure, which confuses "make".
|
|
|
|
|
|
| |
(broken) version.
Remove Conversion.err_write() -- use dbgmsg() consistently.
|
|
|
|
|
|
|
| |
implements a SAX XMLReader interface instead of the old Builder interface
used with PyDOM (now obsolete).
This only depends on the standard library, not PyXML.
|
| |
|
|
|
|
| |
this file was written!
|
| |
|
|
|
|
|
|
| |
site. These now seem (slightly) more reliable, and easier to work with
since update-docs.sh no longer needs to be installed ahead of time on
my account at SF.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
unpacks the development version of the docs on SF.
|
|
|
|
|
|
|
| |
Make the documentation tools work with Python 1.5.2.
[Slightly modified from submitted patch. --FLD]
This closes SF bug #132005.
|
|
|
|
| |
Make the documentation tools compatibile with Python 2.0.
|
|
|
|
|
|
| |
code, showing the transcript for that command.
This closes SF bug #129740.
|
|
|
|
| |
for that.
|
|
|
|
| |
want most of the time.
|
|
|
|
| |
source directory.
|
|
|
|
|
|
|
|
|
| |
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!)
|
|
|
|
| |
notification message.
|
|
|
|
|
|
| |
ordering fixed up (this makes sure that "xml.dom" comes before
"xml.dom.minidom" in the Module Index, which was not true before because
some HTML cruft crept into the data structures).
|
| |
|
|
|
|
|
|
| |
Add support for some combining characters.
Remove unnecessary imports and dependencies on PyXML and esistools.
|
|
|
|
|
| |
Remove the SGML aspects; there's too much XML momentum to worry about
the SGML flavor at this point.
|
|
|
|
| |
entirely so that debugging can be performed independently.
|