Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When adding a name to the table of macros and environments, make sure it | Fred Drake | 2002-04-10 | 1 | -1/+4 |
| | | | | | is not already present. If it is, raise an exception, since that should not happen in a well-defined conversion. | ||||
* | Added support for \csimplemacro and csimplemacrodesc. | Fred Drake | 2002-04-10 | 1 | -0/+6 |
| | |||||
* | Fix bug in command line handling, noted by Fredrik Lundh. | Fred Drake | 2002-04-05 | 1 | -1/+1 |
| | |||||
* | Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea, | Fred Drake | 2002-04-05 | 3 | -0/+27 |
| | | | | either. | ||||
* | Add support for \textgreater, \textless. | Fred Drake | 2002-04-04 | 1 | -4/+9 |
| | | | | Updated productionlist environment. | ||||
* | Mark the notice about the new development version of the docs as not needing | Fred Drake | 2002-04-04 | 1 | -0/+1 |
| | | | | to be archived. Most of these are pretty bland. ;-) | ||||
* | Update to push the docs to python.org instead of python.sf.net. | Fred Drake | 2002-04-01 | 2 | -9/+12 |
| | |||||
* | When linking to an index page, explicitly name index.html instead of | Fred Drake | 2002-02-04 | 1 | -1/+1 |
| | | | | | using "./". The later does not work nicely when browsing docs on a local disk (as in the installed docs on Windows). | ||||
* | Make this do the right thing with entries which start with the percent sign, | Fred Drake | 2001-12-26 | 1 | -30/+54 |
| | | | | | | | | | 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. | ||||
* | Update to reflect recently added markup. | Fred Drake | 2001-12-15 | 1 | -0/+9 |
| | |||||
* | Script to generate the table of distribution packages, plugging in the size | Fred Drake | 2001-12-08 | 1 | -0/+97 |
| | | | | information automatically. | ||||
* | Remove meaningless comment. | Fred Drake | 2001-12-04 | 1 | -3/+0 |
| | |||||
* | Drop xmllib in favor of SAX. | Fred Drake | 2001-11-30 | 1 | -21/+30 |
| | |||||
* | Add a couple of entries to the whitespace-cleanups table. | Fred Drake | 2001-11-30 | 1 | -0/+2 |
| | |||||
* | Added two new conversion specifications. | Fred Drake | 2001-11-30 | 1 | -0/+7 |
| | |||||
* | A few small changes: | Fred Drake | 2001-11-29 | 1 | -8/+17 |
| | | | | | | | | | | | | | | - 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. | ||||
* | Avoid trailing blank lines in the output. | Fred Drake | 2001-11-19 | 1 | -0/+4 |
| | |||||
* | Adjust input pre-processing so that a comment on the last line does not | Fred Drake | 2001-11-19 | 1 | -1/+3 |
| | | | | break the processor; this will do the right thing. | ||||
* | No need to preprocess the header files - use ctags -I flag instead to | Thomas Heller | 2001-11-12 | 1 | -27/+15 |
| | | | | remove DL_IMPORT. | ||||
* | Remove my name, probably bad style. | Thomas Heller | 2001-11-09 | 1 | -2/+0 |
| | |||||
* | Script to print undocumented symbols found in Python header files. | Thomas Heller | 2001-11-09 | 1 | -0/+99 |
| | |||||
* | Add a new option, --dvips-safe, which sets the $DVIPS_SAFE option in | Fred Drake | 2001-10-30 | 1 | -1/+30 |
| | | | | | | | | 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. | ||||
* | One more LaTeX-ism that we'd rather ignore. | Fred Drake | 2001-10-25 | 1 | -0/+1 |
| | |||||
* | No need to run make twice here. | Fred Drake | 2001-10-25 | 1 | -1/+0 |
| | |||||
* | Do a little bit more to try and add <link> elements to the header, not that | Fred Drake | 2001-10-22 | 1 | -1/+10 |
| | | | | | | | 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. | ||||
* | New markup: \note{...} and \warning{...} | Fred Drake | 2001-10-09 | 1 | -0/+6 |
| | |||||
* | Handle PEP references the same way RFC references. | Fred Drake | 2001-09-29 | 1 | -6/+5 |
| | |||||
* | Fix up whitespace in <args> elements; reduce sequences of consecutive | Fred Drake | 2001-09-29 | 1 | -17/+15 |
| | | | | | whitespace characters to a single space. Small changes elsewhere, mostly to clean up the code a little. | ||||
* | Convert to string methods. | Fred Drake | 2001-09-28 | 1 | -36/+59 |
| | | | | | | | | | | | 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>. | ||||
* | Convert most uses of the string module to string methods. | Fred Drake | 2001-09-28 | 3 | -16/+15 |
| | | | | (string.join() lives!) | ||||
* | Do not distinguish \refmodule from \module in the generated output; | Fred Drake | 2001-09-27 | 1 | -1/+4 |
| | | | | | | 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). | ||||
* | Re-write <ulink> elements as described in the conversion spec. | Fred Drake | 2001-09-27 | 1 | -0/+19 |
| | |||||
* | Turn \input, \include, and \verbatiminput into XInclude elements instead | Fred Drake | 2001-09-27 | 2 | -10/+14 |
| | | | | of something ad-hoc. | ||||
* | Add support for some more markup that had slipped in. | Fred Drake | 2001-09-27 | 1 | -2/+15 |
| | | | | Fixed a typo in a comment. | ||||
* | Update to support \mailheader and 5-column tables. | Fred Drake | 2001-09-25 | 1 | -0/+52 |
| | |||||
* | Simplify a helper by returning fewer values. | Fred Drake | 2001-09-25 | 1 | -5/+4 |
| | |||||
* | Do more to be compatible with Windows/CygWin. Make error messages more | Fred Drake | 2001-08-10 | 1 | -2/+14 |
| | | | | | | informative when a child process dies with an error. This is a variation of parts of SF patch #429611. | ||||
* | Add option to push the development docs to SF without announcing, for | Fred Drake | 2001-08-08 | 1 | -2/+9 |
| | | | | when the changes are just too small. | ||||
* | Change the command lines to use a similar "phrasing" to that used in the | Fred Drake | 2001-07-18 | 1 | -15/+15 |
| | | | | | other documentation makefiles. This is probably not sufficient to run the conversion on Windows, but goes at least part way. | ||||
* | Script to re-write @FOO@-style marks with values, initializing the | Fred Drake | 2001-07-17 | 1 | -0/+55 |
| | | | | | | | | | | | | 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. | ||||
* | Job.__init__(): Only create the builddir directory if it will be used (by | Fred Drake | 2001-07-17 | 1 | -6/+7 |
| | | | | | | | | 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. | ||||
* | Change the target name for \kbd. | Fred Drake | 2001-07-14 | 1 | -1/+1 |
| | |||||
* | Generate a more meaningful message regarding the type of the documentation | Fred Drake | 2001-07-12 | 1 | -1/+1 |
| | | | | release being discussed. | ||||
* | 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 |
| |