Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update the documentation contact address | Fred Drake | 2003-07-30 | 4 | -4/+4 |
| | |||||
* | Map \envvar to the TeXinfo equivalent, @env. | Fred Drake | 2003-07-16 | 1 | -1/+1 |
| | |||||
* | Simple support for the alltt environment. | Fred Drake | 2003-07-16 | 1 | -1/+3 |
| | |||||
* | Teach this script about \AA and \aa (the Scandanavian A-ring | Fred Drake | 2003-07-16 | 1 | -1/+3 |
| | | | | characters); \AA is used in whatsnew23.tex. | ||||
* | There's a better way to deal with the "comment" environment; I found | Fred Drake | 2003-07-02 | 1 | -0/+1 |
| | | | | this in SF patch #732174. | ||||
* | Fill out the set of macros and environments supported somewhat. | Fred Drake | 2003-07-02 | 1 | -0/+10 |
| | | | | Some of this is still pretty iffy. | ||||
* | Update link to Python book information. | Fred Drake | 2003-06-20 | 1 | -1/+1 |
| | |||||
* | Include both </tr> tags in the thead, not just the first. | Fred Drake | 2003-05-29 | 1 | -3/+2 |
| | |||||
* | When an external application we use exits normally, exit with the same | Fred Drake | 2003-05-14 | 1 | -2/+4 |
| | | | | | | exit code they returned. All other types of exit from child processes are normalized to a return code of 1. Closes SF bug #732143. | ||||
* | first cut at a shell script to view a single section from the library | Skip Montanaro | 2003-02-13 | 1 | -0/+129 |
| | | | | reference manual | ||||
* | Clean up some files that LaTeX2HTML drops in the HTML output directory | Fred Drake | 2003-01-17 | 1 | -0/+5 |
| | | | | sometimes. | ||||
* | Integrate updates to the GNU info conversion. | Fred Drake | 2002-11-13 | 2 | -51/+76 |
| | | | | | This includes SF patch #590352 and additional support for more of the custom markup. | ||||
* | More <link> support for generated pages. | Fred Drake | 2002-10-30 | 2 | -3/+24 |
| | |||||
* | Added support for --favicon. | Fred Drake | 2002-10-30 | 1 | -2/+15 |
| | | | | Fix support for the Aesop Meta Type. | ||||
* | Added support for --favicon. | Fred Drake | 2002-10-30 | 1 | -1/+7 |
| | |||||
* | Try to fix the broken links caused by multiple \ref on the same line. | Neal Norwitz | 2002-10-18 | 1 | -1/+1 |
| | | | | | | | | SF bug #217195. Not sure if chomp() is correct, but chop() definitely has problems. This change seems to have no ill effects. Backport candidate if Fred agrees. | ||||
* | Use string methods. Re-organize imports to Python Normal Form. | Fred Drake | 2002-10-16 | 1 | -3/+4 |
| | |||||
* | Only reset _is_empty if needed. | Fred Drake | 2002-10-16 | 1 | -1/+1 |
| | |||||
* | Modernization: Use string methods, use str instead of | Fred Drake | 2002-10-16 | 1 | -17/+14 |
| | | | | | types.StringType, inherit from list instead of UserList. | ||||
* | Use string methods. | Fred Drake | 2002-10-16 | 7 | -23/+18 |
| | |||||
* | Use string methods. Organize the imports in Python Normal Form. | Fred Drake | 2002-10-16 | 1 | -5/+5 |
| | |||||
* | Use string methods; minor code cleanup. | Fred Drake | 2002-10-16 | 1 | -21/+26 |
| | |||||
* | Use the same shade of blue as the site navigation areas. | Fred Drake | 2002-10-14 | 1 | -2/+2 |
| | |||||
* | Minor refactoring to avoid code duplication. | Fred Drake | 2002-10-14 | 1 | -17/+10 |
| | |||||
* | build(): Use self.builddir, not self.doc when copying the icons, so | Barry Warsaw | 2002-10-01 | 1 | -1/+1 |
| | | | | they'll end up in the right directory when --dir is used. | ||||
* | When the HTML output dir is specified using --dir=~/foo, the tilde | Fred Drake | 2002-10-01 | 1 | -1/+1 |
| | | | | | needs to be expanded by mkhowto, since the shell won't touch it except at the start of the complete argument. | ||||
* | Include the --dir argument in the help text. | Fred Drake | 2002-10-01 | 1 | -0/+1 |
| | |||||
* | Change the default path to icons so that "mkhowto" does the "right thing" by | Fred Drake | 2002-10-01 | 1 | -2/+2 |
| | | | | | | default when used for 3rd-party docs. This requires the standard Python docs to specify a location, but they are a bit of a special case in sharing one set of icons among several documents. | ||||
* | Don't use tempfile.mktemp(), since it produces annoying warnings, and | Fred Drake | 2002-08-27 | 1 | -5/+6 |
| | | | | usually isn't what we want anyway. | ||||
* | Accomodate the packaging changes when we unpack into the dev/doc/ area | Fred Drake | 2002-08-09 | 1 | -1/+2 |
| | | | | on python.org. | ||||
* | Lots of changes to the packaging of the documentation, all to keep | Fred Drake | 2002-08-09 | 1 | -10/+11 |
| | | | | | | | | directories clean where the packages are unpacked. Each package now contains a single directory, Python-Docs-<version>/, which contains the files for that version of the documentation. Closes SF feature request #567576. | ||||
* | Remove unused variable. | Fred Drake | 2002-07-09 | 1 | -1/+0 |
| | |||||
* | Added support for some of the more recently defined macros and | Fred Drake | 2002-06-27 | 1 | -0/+14 |
| | | | | environments. | ||||
* | Integrated SF patch #539487 by Matthias Klose: | Fred Drake | 2002-05-03 | 2 | -6/+903 |
| | | | | | | | | 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. | ||||
* | Boost the list of stop words, by merging in the little list Jeremy | Tim Peters | 2002-05-02 | 1 | -7/+9 |
| | | | | | just checked into Zope's ZCTextIndex branch. This reduces the size of the .chm file by about 100KB. | ||||
* | Work around limitation of Cygwin Perl: To avoid a permission denial, we need | Fred Drake | 2002-05-02 | 1 | -1/+10 |
| | | | | | | to do the inplace-edit with a backup file. A quick test leads me to believe this is sufficient to allow building the documentation on Cygwin; a full test is in progress. | ||||
* | list_documented_items(): Basic implementation. | Fred Drake | 2002-05-01 | 1 | -4/+33 |
| | | | | | This still does not work well since ctags does not do a good job with the Python headers, appearantly due to the DL_IMPORT macro. ;-( | ||||
* | moved from Tools/scripts (was only at rev 1.1 - no changes yet - so I simply | Skip Montanaro | 2002-04-30 | 1 | -0/+128 |
| | | | | removed it from there and added it here) | ||||
* | Hack around the "2.1.6 Blank lines" bug in a way that the TOC still | Tim Peters | 2002-04-21 | 1 | -8/+10 |
| | | | | | displays a recognizable section title (there are extra blanks at the end of it now, due to the nested anchor, but that's fine). | ||||
* | Give the Help viewer a font-size button. This isn't documented by MS, | Tim Peters | 2002-04-21 | 1 | -1/+30 |
| | | | | | but is documented by others on the web, and the defn of the magic flag needed appears in MS's htmlhelp.h header file. | ||||
* | Move "everything left one": the TOC now shows each doc directory as a | Tim Peters | 2002-04-20 | 1 | -9/+10 |
| | | | | | | | distinct top-level node. Before they were all nested under an artificial top-level node, uselessly chewing up horizontal space, and ensuring that the only thing the user saw in the TOC upon opening the file was a single collapsed top-level folder. | ||||
* | Stopped all warnings from the HTML Help Compiler, by generating proper | Tim Peters | 2002-04-20 | 1 | -21/+34 |
| | | | | | | | | | | | | | | | HTML (or, at least, proper in its view). The TOC file is now identical to what the HTML compiler itself generates, except for whitespace and a glitch identified below. The pretty-printing done by prechm.py is pretty much destroyed for now; if you need it pretty-printed, just make the Help Compiler save the files (it's got its own idea of pretty- printing anyway). Glitch: The title of Ref Man "2.1.6 Blank lines" shows up as a blank for now. This is because the relevant entry in ref/index.html contains nested anchors, and pychm really has no idea what to do with that. I hacked it for now to avoid any error messages or worse insanity, and filed a bug report against the docs. | ||||
* | Widespread: Used classes in a more natural way. Added convenience | Tim Peters | 2002-04-20 | 1 | -63/+76 |
| | | | | | | | methods to squash code duplication. Simplified several overly complex chunks of logic. Built output strings more with string interpolation instead of infix '+'. Added comments. Exploited recent Python features (chiefly bool and augmented assignment). | ||||
* | Replaced the fiddly 5-tuples with a new Book convenience class, allowing | Tim Peters | 2002-04-20 | 1 | -65/+86 |
| | | | | | | to reference fields via names instead of meaningless little integers. This turned up one case where the wrong little integer was being used, in informative progress output. Fixed that too. | ||||
* | Fixed a comment. | Tim Peters | 2002-04-20 | 1 | -1/+1 |
| | |||||
* | All over: get rid of blanks before colons that open code blocks. | Tim Peters | 2002-04-20 | 1 | -45/+45 |
| | |||||
* | do_project(): Modernized the code. | Tim Peters | 2002-04-20 | 1 | -9/+10 |
| | |||||
* | Added "What's New" to the 2.2 doc set. | Tim Peters | 2002-04-20 | 1 | -0/+1 |
| | |||||
* | Added a stop-list to reduce the size of the full text search index. Fred, | Tim Peters | 2002-04-19 | 1 | -3/+29 |
| | | | | | populate the "stop_list" triple-quoted string with your favorite handful of stop words. | ||||
* | project_template: use dict interpolation instead of giant tuples. | Tim Peters | 2002-04-19 | 1 | -14/+13 |
| |