Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added {definitions} environment, which has \term to define indivual terms. | Fred Drake | 1998-05-20 | 1 | -0/+11 |
| | | | | Similar to {description}. | ||||
* | Added definitions for \developer, \developers, \developersaddress. | Fred Drake | 1998-05-14 | 1 | -0/+3 |
| | | | | Ask Guido if you really want to know why. ;-) | ||||
* | Set the right page size in the PDF output. | Fred Drake | 1998-05-11 | 1 | -7/+5 |
| | |||||
* | \itembreak, | Fred Drake | 1998-05-06 | 1 | -0/+14 |
| | | | | | \itemjoin, \kwindex: Revived definitions to support the Python Reference Manual. | ||||
* | Do better hiding of internal names. | Fred Drake | 1998-04-28 | 2 | -25/+25 |
| | |||||
* | Fixed \code so word wrapping is allowed. | Fred Drake | 1998-04-28 | 1 | -142/+141 |
| | | | | | | Removed some old stuff. Do better hiding of internal names. | ||||
* | Load the options from the pypaper.sty file before setting up the "base class" | Fred Drake | 1998-04-25 | 1 | -3/+4 |
| | | | | for the manual documents. | ||||
* | Paper size / font size configuration file. | Fred Drake | 1998-04-25 | 1 | -0/+6 |
| | | | | | | | | | This is separated so I can build A4 and US Letter sizes without having to edit files. Anyone who downloads the source package can also simply edit this file, which is a lot shorter than the manual.cls file, and easier to find the appropriate line. | ||||
* | Fix problem for the Library Reference where high-numbered sections of | Fred Drake | 1998-04-20 | 1 | -0/+5 |
| | | | | | high-numbered chapters took too much space for the section number in the table of contents. This makes the section number and title not overlap. | ||||
* | Shift (re-)definition of \theindex to the document classes so that it doesn't | Fred Drake | 1998-04-17 | 3 | -11/+23 |
| | | | | break HOWTO documents. | ||||
* | Hide \varvars from "public" interface. | Fred Drake | 1998-04-17 | 1 | -5/+5 |
| | |||||
* | Fix the broken PDF links, really this time! | Fred Drake | 1998-04-15 | 1 | -22/+36 |
| | | | | | | | | "." cannot be part of the target names either. Appending a junk char to the end doesn't quite do it, or doesn't seem to at any rate. Instead, pad the page numbers to always be 3 charaters wide, with leading zeros. | ||||
* | 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 |
| | | | | | "page.%dx"; this works around an acroread bug that causes targets not to be recognized if their name is a prefix of another target in the file. | ||||
* | Fix version number. | Fred Drake | 1998-04-13 | 1 | -1/+1 |
| | |||||
* | Lighten up tables. | Fred Drake | 1998-04-11 | 1 | -4/+2 |
| | |||||
* | Update release number and date. | Fred Drake | 1998-04-09 | 1 | -2/+2 |
| | |||||
* | Data attributes of objects should not be indexed with trailing parentheses! | Fred Drake | 1998-04-07 | 1 | -2/+2 |
| | |||||
* | Style specification for building *.ind from *.idx. This is needed to avoid | Fred Drake | 1998-04-04 | 1 | -0/+11 |
| | | | | | | wrapping of long lines, which tools/indfix.py doesn't understand, and needs to to handle collapsing of entries which can share a common emtry and just be short entries themselves. We get the added benefit of nicer formatting. | ||||
* | Increase space between the end of a regexp and the little right floor symbol | Fred Drake | 1998-04-03 | 1 | -1/+1 |
| | | | | used as a closing quote. At AMK's request. | ||||
* | Removed an obsolete hack that's been commented out for a long time. | Fred Drake | 1998-04-02 | 1 | -10/+10 |
| | | | | Added comments to various sections. | ||||
* | \bifuncindex: Fix so entries combine correctly with those of the built-in | Fred Drake | 1998-04-02 | 1 | -1/+1 |
| | | | | functions section. | ||||
* | Fix one remaining internal use of \code{} that could use the simpler form. | Fred Drake | 1998-04-02 | 1 | -1/+2 |
| | |||||
* | Added some comments. | Fred Drake | 1998-04-01 | 1 | -0/+7 |
| | |||||
* | \tableofcontents: Add support for some warning reduction in python.sty. | Fred Drake | 1998-03-27 | 2 | -0/+2 |
| | |||||
* | Add comments about several of the environments. | Fred Drake | 1998-03-27 | 1 | -57/+137 |
| | | | | | | | | | | Cleaned up some problems that caused minor warnings. Added environments for object methods and members, with non-indexing variants. This includes reduced use of the indexsubitem setting, allowing more robust index generation. Removed some unused definitions. | ||||
* | Don't use the fncychap package for HOWTO documents; appendices break. Still | Fred Drake | 1998-03-25 | 3 | -28/+31 |
| | | | | use them for manuals. | ||||
* | Change uses of \pdfinfo and \pdfcatalog to use the new syntax from the | Fred Drake | 1998-03-25 | 3 | -17/+17 |
| | | | | | latest pdftex. (Which we have here at CNRI.) This makes the PDF targets work again. | ||||
* | Reverting some of the index stuff to work with LaTeX2HTML better. | Fred Drake | 1998-03-17 | 1 | -3/+0 |
| | |||||
* | {classdesc} environment: Index as "Foo (class in foolib)" instead of | Fred Drake | 1998-03-16 | 1 | -1/+1 |
| | | | | "Foo (in module foolib)". Is now independent of indexsubitem. | ||||
* | \regexp{}: Rewritten to look like Freidl's book. Too rip-off? | Fred Drake | 1998-03-12 | 1 | -4/+9 |
| | | | | \envvar{}: Bow to font-lock-mode a few times...! | ||||
* | \withsubitem{}: New macro. Change indexsubitem temporarily for another | Fred Drake | 1998-03-12 | 1 | -12/+29 |
| | | | | | | | | | | | | | | | | | | | | | | macro. Intended usage: \withsubitem{(in module foo)}{\ttindex{myfunc()}} This allows indexing functions from other modules/class/whatnot without being dependent on the exact expansions of several macros internal to python.sty. It's also easier to read in the source! Some new "logical" macros that seem to be useful: \regexp{}: For regular expressions. To make it easier to keep the appearance consistent. \mimetype{}: Don't use \code{}! \envvar{}: Environment variable. This does some indexing as well. \character{}: Just a character we want to talk about in the text, but not a Python constant. | ||||
* | Remove \newif relating to index support; no longer needed. Index control | Fred Drake | 1998-03-09 | 2 | -2/+0 |
| | | | | is now shared and located solely in python.sty. | ||||
* | Adjust the index support a bit to make it easier to deal with module index. | Fred Drake | 1998-03-09 | 1 | -23/+38 |
| | | | | | | | | Don't generate the mod???.idx file if it wasn't requested with the new command \makemodindex. Change the format of mod???.idx to match that of "normal" .idx files. This lets us use makeindex for it and not need a special script. | ||||
* | Never, NEVER try to recover a screwed up file by carving a chunk out of an | Fred Drake | 1998-03-07 | 1 | -70/+70 |
| | | | | | | | | | | RCS ,v archive! And certainly don't check it back in without testing it. ;-( "@" becomes "@@" everywhere. This one *is* tested! | ||||
* | Oops; file copy error somewhere along the way.... | Fred Drake | 1998-03-06 | 1 | -86/+71 |
| | |||||
* | Revise some of the PDF support to get at least preliminary outline support. | Fred Drake | 1998-03-06 | 1 | -6/+51 |
| | | | | | Rewrite \seemodule (again) to allow an optional argument to support modules which include an underscore in the names. See example in comments. | ||||
* | LaTeX class for Python HOWTO documents. | Fred Drake | 1998-03-06 | 1 | -0/+88 |
| | |||||
* | Update documentation release date. | Fred Drake | 1998-03-05 | 1 | -1/+1 |
| | |||||
* | Move the change to ending the abstract from python.sty to manual.cls; it | Fred Drake | 1998-03-05 | 2 | -15/+14 |
| | | | | is not appropriate for the howto document class. | ||||
* | Create the module index only if a conditional is true. | Fred Drake | 1998-03-04 | 1 | -3/+7 |
| | |||||
* | Define a new conditional, use this to control creation of module index | Fred Drake | 1998-03-04 | 1 | -0/+1 |
| | | | | data file. | ||||
* | Improve separation of document class and python semantic constructs. This | Fred Drake | 1998-03-04 | 2 | -67/+72 |
| | | | | will allow us to have a class of smaller documents as well. | ||||
* | Convert LaTeX support to create a new class of documents. HTML generation | Fred Drake | 1998-03-03 | 2 | -0/+662 |
| | | | | | | | | now requires LaTeX2HTML 98.1p1 or newer (& and is still in progress). This means that doing things to change the formatting of the manuals (at the "normal user" level, like A4 paper), can happen in just one place, rather than in each document file. | ||||
* | Updated date for interim documentation release. | Fred Drake | 1998-02-17 | 1 | -1/+1 |
| | |||||
* | Use new \authoraddress{}; author's name and address are now separate. | Fred Drake | 1998-02-12 | 1 | -4/+6 |
| | | | | | | Use new \release{}; this is now separate from \date{}. Use \email{} instead of \code{} for email addresses. | ||||
* | New file. Written by Ulf A. Lindgren <lindgren@ae.chalmers.se>; we have | Fred Drake | 1998-02-11 | 1 | -0/+430 |
| | | | | | | | permission to distribute this without modifications. This is the latest version, directly from Ulf. CTAN:macros/latex/contrib/supported/fncychap/ | ||||
* | Mark the URL "ftp://ftp.python.org" with \url{}. | Fred Drake | 1998-02-11 | 1 | -1/+1 |
| | |||||
* | Consistency: "{\tt ...}" ==> "\code{...}" | Fred Drake | 1998-01-20 | 1 | -1/+1 |
| | |||||
* | Set the release date for 1.5 (final). | Guido van Rossum | 1997-12-30 | 1 | -1/+1 |
| | |||||
* | Planned release date for 1.5b2. | Guido van Rossum | 1997-12-10 | 1 | -1/+1 |
| |