Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add conversion information for the grammar production support (preliminary). | Fred Drake | 2001-07-09 | 1 | -0/+16 |
| | |||||
* | Move & update a comment. | Fred Drake | 2001-07-07 | 1 | -4/+12 |
| | | | | Add support for the \ulink macro. | ||||
* | Change the way notification mails are sent so people who respond to the | Fred Drake | 2001-07-06 | 1 | -1/+5 |
| | | | | | update announcements do not get bounces from trying to send mail to my laptop, which has an identity crisis due to constant relocation. | ||||
* | Add entries for recently defined markup. | Fred Drake | 2001-07-06 | 1 | -0/+23 |
| | |||||
* | Simplification to mirror a better conversion specification and more | Fred Drake | 2001-07-06 | 1 | -6/+1 |
| | | | | powerful latex2esis.py. | ||||
* | Allow optional arguments to LaTeX macros to span lines. This is legal in | Fred Drake | 2001-07-06 | 1 | -1/+1 |
| | | | | | LaTeX and we have at least one occurance of that in the content, so this script needs to support it as well. | ||||
* | Give the pattern used to pick out a source anchor a more specific pattern. | Fred Drake | 2001-06-23 | 1 | -1/+1 |
| | |||||
* | Miscellaneous code cleanups. | Fred Drake | 2001-06-23 | 1 | -4/+10 |
| | | | | | Make sure we do not lose track of the build directory -- convert a user- supplied directory to an absolute path. | ||||
* | Adjust to understand use of either single- or double-quotes to quote | Fred Drake | 2001-06-22 | 1 | -20/+23 |
| | | | | | | 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. | ||||
* | Make the option processing more robust. | Fred Drake | 2001-06-12 | 1 | -7/+31 |
| | | | | | | | 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). | ||||
* | New solution to the "Someone stuck a colon in that filename!" problem: | Fred Drake | 2001-05-29 | 1 | -3/+10 |
| | | | | | Allow colons in the labels used for internal references, but do not expose them when generating filename. | ||||
* | Hack to make this play nicer with *old* versions of Python: os.path.abspath() | Fred Drake | 2001-05-29 | 1 | -0/+10 |
| | | | | | was not available in Python 1.5.1. (Yes, a user actually tried to use this with that version of Python!) | ||||
* | If the input line does not contain enough fields, raise a meaningful | Fred Drake | 2001-05-29 | 1 | -0/+2 |
| | | | | error. | ||||
* | Update the directory names to match changes at SourceForge. | Fred Drake | 2001-05-09 | 2 | -2/+2 |
| | |||||
* | Job.build_html(): Be more robust in ensuring about.html exists; copying | Fred Drake | 2001-05-09 | 1 | -17/+16 |
| | | | | | | | | | 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. | ||||
* | Update publish-to-SourceForge scripts to automatically determine if the | Fred Drake | 2001-04-22 | 2 | -7/+26 |
| | | | | | branch is the head (development) branch or a maintenance brach, and use the appropriate target directory for each. | ||||
* | encode(): Handle Latin-1 input characters better. | Fred Drake | 2001-04-21 | 1 | -3/+7 |
| | |||||
* | Add support for <memberline/> (needs markup improvement!). | Fred Drake | 2001-04-21 | 1 | -1/+5 |
| | | | | | | Update <versionadded/> to recent addition of optional explanatory text; make the explanation text take the same attribute name for both <versionadded/> and <versionchanged/>. | ||||
* | Update the helper scripts that push development docs to SourceForge; | Fred Drake | 2001-04-13 | 2 | -5/+5 |
| | | | | | this version avoids having to build a separate authenticated connection to push the update-docs.sh script to SF. | ||||
* | Update the XML conversion specification. | Fred Drake | 2001-04-10 | 1 | -0/+2 |
| | |||||
* | Allow the <author/> element to appear before a paragraph without being | Fred Drake | 2001-03-29 | 1 | -1/+1 |
| | | | | made a part of the paragraph. | ||||
* | Remove the annoying __version__ definitions. | Fred Drake | 2001-03-23 | 3 | -4/+0 |
| | |||||
* | Lots of small changes to make this work with the Python DOM bindings | Fred Drake | 2001-03-23 | 1 | -91/+95 |
| | | | | | | | (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". | ||||
* | Pick up the "encode" function from esistools instead of defining our own | Fred Drake | 2001-03-23 | 1 | -15/+9 |
| | | | | | | (broken) version. Remove Conversion.err_write() -- use dbgmsg() consistently. | ||||
* | Re-write to no longer depend on an old version of PyXML. This now | Fred Drake | 2001-03-23 | 1 | -46/+273 |
| | | | | | | | 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. | ||||
* | Pick the "escape" function from the standard library instead of from PyXML. | Fred Drake | 2001-03-23 | 1 | -1/+1 |
| | |||||
* | Add conversions for more of the markup -- not all of this was around when | Fred Drake | 2001-03-23 | 1 | -1/+32 |
| | | | | this file was written! | ||||
* | Remove debugging "set -x". | Fred Drake | 2001-03-03 | 1 | -3/+0 |
| | |||||
* | Revise the scripts I use to update the documentation on the SourceForge | Fred Drake | 2001-03-02 | 2 | -37/+41 |
| | | | | | | 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. | ||||
* | Job.build_html(): When formatting HTML into more than one HTML page, and | Fred Drake | 2001-03-02 | 1 | -7/+25 |
| | | | | | | | 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. | ||||
* | Add an option allowing the user to determine where the output HTML is built. | Fred Drake | 2001-02-19 | 1 | -3/+8 |
| | | | | | Provide a way to set the paper size by name instead of only supporting separate options for each size. | ||||
* | Be more careful to avoid spurious output from the shell script that | Fred Drake | 2001-02-14 | 1 | -1/+5 |
| | | | | unpacks the development version of the docs on SF. | ||||
* | Jon Nelson <jnelson@users.sourceforge.net>: | Fred Drake | 2001-02-12 | 2 | -14/+17 |
| | | | | | | | Make the documentation tools work with Python 1.5.2. [Slightly modified from submitted patch. --FLD] This closes SF bug #132005. | ||||
* | Jon Nelson <jnelson@users.sourceforge.net>: | Fred Drake | 2001-02-12 | 3 | -8/+9 |
| | | | | Make the documentation tools compatibile with Python 2.0. | ||||
* | Improve diagnostic output when an external command returns a non-zero exit | Fred Drake | 2001-02-04 | 1 | -0/+19 |
| | | | | | | code, showing the transcript for that command. This closes SF bug #129740. | ||||
* | Do not pass names of individual files to shutil.rmtree(); use os.unlink() | Fred Drake | 2001-02-02 | 1 | -2/+3 |
| | | | | for that. | ||||
* | Make HTML the default output format, since that is what people actually | Fred Drake | 2001-01-30 | 1 | -3/+3 |
| | | | | want most of the time. | ||||
* | When generating the source package, copy in the LICENSE file from the main | Fred Drake | 2001-01-22 | 1 | -4/+6 |
| | | | | source directory. | ||||
* | Added a --global-module-index option to specify a (possibly relative) URL | Fred Drake | 2001-01-09 | 1 | -1/+6 |
| | | | | | | | | | 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!) | ||||
* | Adjust to allow an explanation of the changes to be included in the | Fred Drake | 2000-11-30 | 2 | -2/+13 |
| | | | | notification message. | ||||
* | Use a subclass of buildindex.Node to clean up the HTML and get the | Fred Drake | 2000-11-28 | 1 | -4/+18 |
| | | | | | | 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). | ||||
* | Conversion.write_ordinal(): Not used, remove it. | Fred Drake | 2000-11-22 | 1 | -4/+0 |
| | |||||
* | Convert the LaTeX "tie" (~) to a simple space. | Fred Drake | 2000-11-22 | 1 | -4/+40 |
| | | | | | | Add support for some combining characters. Remove unnecessary imports and dependencies on PyXML and esistools. | ||||
* | Update to reflect the process changes. | Fred Drake | 2000-11-22 | 1 | -21/+6 |
| | | | | | Remove the SGML aspects; there's too much XML momentum to worry about the SGML flavor at this point. | ||||
* | Update the rules to separate the two phases for the ESIS generation, | Fred Drake | 2000-11-22 | 2 | -22/+27 |
| | | | | entirely so that debugging can be performed independently. | ||||
* | Add support for (relatively) recent additions and changes to python.sty, | Fred Drake | 2000-11-22 | 1 | -2/+30 |
| | | | | and one more standard LaTeX macro. | ||||
* | Note that readframes() returns data in linear format, even if the original | Fred Drake | 2000-11-17 | 2 | -8/+53 |
| | | | | | | | is encoded in u-LAW format. Based on suggestion from Anthony Baxter <anthony_baxter@users.sourceforge.net>. This closes bug #122273. | ||||
* | Make sure we clean up the index data each time it is written by LaTeX. | Fred Drake | 2000-11-03 | 1 | -1/+4 |
| | |||||
* | Revise the message to be a little nicer. | Fred Drake | 2000-10-29 | 1 | -3/+6 |
| | | | | Have the mail sent to the python-dev and Doc-SIG lists. | ||||
* | Make this actually work now that the tool is checked in here instead of | Fred Drake | 2000-10-24 | 1 | -0/+1 |
| | | | | just sitting around in my working directory. |