| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust to new file layout. | Fred Drake | 1998-05-08 | 1 | -1/+1 |
|
|
* | Some versions of latex2html don't automatically append the .tex extension to | Fred Drake | 1998-05-08 | 1 | -1/+4 |
|
|
* | /bin/sed works on both Solaris and RedHat Linux; /usr/bin/sed does not. | Fred Drake | 1998-05-08 | 1 | -1/+1 |
|
|
* | Be a little more robust handling filenames. | Fred Drake | 1998-05-07 | 1 | -4/+5 |
|
|
* | Add support for a --pdf option to cause a PDF file to be created instead; | Fred Drake | 1998-05-07 | 1 | -9/+19 |
|
|
* | New script to drive HTML generation. | Fred Drake | 1998-05-07 | 1 | -0/+27 |
|
|
* | New helper script to build the .dvi for a Python manual; usable for the | Fred Drake | 1998-05-07 | 1 | -0/+26 |
|
|
* | cleanup(): Remove *all* the temp files related to index generation! | Fred Drake | 1998-04-29 | 1 | -1/+3 |
|
|
* | Simplify how some options get propogated. | Fred Drake | 1998-04-24 | 1 | -24/+27 |
|
|
* | This script appears to no longer be in the toolchain for Python | Barry Warsaw | 1998-04-23 | 1 | -1590/+0 |
|
|
* | cleanup(): Get rid of module index turds. | Fred Drake | 1998-04-17 | 1 | -1/+1 |
|
|
* | build_ps(): Fix flags to dvips. | Fred Drake | 1998-04-17 | 1 | -4/+4 |
|
|
* | Fix things. Blame Andy Eskilsson <andy.eskilsson@telelogic.se>. | Fred Drake | 1998-04-17 | 1 | -121/+148 |
|
|
* | Adjust to allow both general and module indexes. | Fred Drake | 1998-04-17 | 1 | -26/+45 |
|
|
* | Fix the broken PDF links, really this time! | Fred Drake | 1998-04-15 | 1 | -1/+1 |
|
|
* | Change the form of the name given to each page of the PDF from "page.%d" to | Fred Drake | 1998-04-15 | 1 | -1/+1 |
|
|
* | Update to use the new release number. Will generalize in the next round. | Fred Drake | 1998-04-13 | 1 | -8/+8 |
|
|
* | Minor housing cleaning in HTML that gets generated. | Fred Drake | 1998-04-11 | 1 | -2/+2 |
|
|
* | Nearly a complete re-write. | Fred Drake | 1998-04-08 | 1 | -85/+133 |
|
|
* | Use the new index style when running makeindex. | Fred Drake | 1998-04-04 | 1 | -2/+2 |
|
|
* | Added --split for AMK; control split level of the HTML output. Use --split 1 | Fred Drake | 1998-04-02 | 1 | -13/+65 |
|
|
* | First (rough) cut at HTML index generation in Python. Not very pretty, but | Fred Drake | 1998-03-27 | 1 | -0/+211 |
|
|
* | Add support for mapping internal labels used from the index. | Fred Drake | 1998-03-27 | 1 | -4/+15 |
|
|
* | Make $MYDIR absolute -- bug reported by AMK. | Fred Drake | 1998-03-24 | 1 | -0/+4 |
|
|
* | Use "/usr/bin/env perl" for the #! line, and change the -i option to: | Fred Drake | 1998-03-19 | 1 | -1/+4 |
|
|
* | build_dvi(): Make sure we run latex enough times; this now matches the # | Fred Drake | 1998-03-18 | 1 | -0/+1 |
|
|
* | Revive newind.py. -sigh- | Fred Drake | 1998-03-16 | 1 | -0/+22 |
|
|
* | *Sigh* | Fred Drake | 1998-03-11 | 1 | -0/+8 |
|
|
* | Allow the user to operate the script in debugging mode (-D), which just does | Fred Drake | 1998-03-11 | 1 | -9/+39 |
|
|
* | Script to format HOWTO documents. Currently only tested on the "Using | Fred Drake | 1998-03-10 | 1 | -0/+122 |
|
|
* | clean_title(): Remove debugging prints. | Fred Drake | 1998-03-10 | 1 | -2/+0 |
|
|
* | clean_title(): Clean a little more carefully. Still does funny things with | Fred Drake | 1998-03-10 | 1 | -6/+15 |
|
|
* | In the source dist., don't include: | Fred Drake | 1998-03-10 | 1 | -0/+5 |
|
|
* | Obsolete. | Fred Drake | 1998-03-09 | 2 | -84/+0 |
|
|
* | Don't generate a \label{} here. | Fred Drake | 1998-03-09 | 1 | -1/+1 |
|
|
* | Allow the user to specify the "biggest" section type from the command line; | Fred Drake | 1998-03-07 | 1 | -6/+15 |
|
|
* | Utility to help create outline information for PDF. | Fred Drake | 1998-03-06 | 1 | -0/+115 |
|
|
* | Build a tarball that extracts to Python-$VERSION/Doc/ instead of Doc/, | Fred Drake | 1998-03-05 | 1 | -4/+5 |
|
|
* | Oops, remove some debugging prints. | Fred Drake | 1998-03-04 | 1 | -2/+0 |
|
|
* | changeit(): Added support for \deprecated{}. | Fred Drake | 1998-03-04 | 1 | -1/+28 |
|
|
* | Script to create a source distribution. See comments at top. | Fred Drake | 1998-03-03 | 1 | -0/+36 |
|
|
* | Use a Python script to create "empty" indexes. This solves Guido's | Fred Drake | 1998-02-27 | 1 | -0/+22 |
|
|
* | Adjusted to work with the newer version of LaTeX2HTML as well. | Fred Drake | 1998-02-26 | 1 | -1/+4 |
|
|
* | Do a little bit more work on a table-driven basis. A little cleanup. | Fred Drake | 1998-02-26 | 1 | -45/+94 |
|
|
* | Clean up name->name conversion a little, *make sure it happens in all the | Fred Drake | 1998-02-19 | 1 | -12/+18 |
|
|
* | Work on a temporary file, not the input file. | Fred Drake | 1998-02-19 | 1 | -1/+1 |
|
|
* | Support environments {fulllineitems} and {classdesc}, more of the new logical | Fred Drake | 1998-02-19 | 1 | -12/+7 |
|
|
* | breakable_re: Fix the RE so that module definition entries don't prevent | Fred Drake | 1998-02-19 | 1 | -1/+2 |
|
|
* | assure a consistent assignment for nodes with multiple labels | Jeremy Hylton | 1998-02-18 | 1 | -1/+2 |
|
|
* | Don't make backups. | Fred Drake | 1998-02-18 | 1 | -3/+3 |
|
|