summaryrefslogtreecommitdiffstats
path: root/Doc/texinputs
Commit message (Collapse)AuthorAgeFilesLines
* \textunderscore: Re-define with a width that's more appropriate for theFred Drake1998-07-231-0/+6
| | | | | | courier font used in Python code. This still isn't *good*, but makes the width about right in most cases. (Exception: it's now a little wide in \var words.)
* Lots of new stuff for "module synopsis support." Public interface consistsFred Drake1998-07-231-51/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | of three macros, one which replaces some of the current conventions used in the module sections: \declaremodule: Requires two parameters: module type (standard, builtin, extension), and the module name. An optional parameter should be given as the basis for the module's "key" used for linking to or referencing the section. The "key" should only be given if the module's name contains underscores, and should be the name with the underscore's stripped. This should be the first thing after the \section used to introduce the module. \modulesynopsis: Requires a single parameter: a short, one-liner description of the module that can be used as part of the chapter introduction. This should probably be placed just after the \declaremodule, but may be placed anywhere in the same section. \localmoduletable: No parameters. If a .syn file exists for the current chapter (or for the entire document in howto docs), a synopsistable is created with the contents loaded from the .syn file. Some re-organization due to module synopsis support. Some \def's changed to \newcommand's.
* \py@ModSynopsisFilename: New macro; gives names of the .syn file.Fred Drake1998-07-231-0/+3
|
* \py@ModSynopsisFilename: New macro; gives names of the "current" .syn file.Fred Drake1998-07-231-0/+9
| | | | | \chapter: Extended, ensures that a pending module synopsis is written out and then closes the .syn file for the preceeding chapter.
* Fix suggested by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it> to keep theFred Drake1998-07-081-1/+1
| | | | | large letter at the top of each index section with at least the first entry for that letter.
* Fix the \kbd definition so it didn't leave the courier face on.Fred Drake1998-07-011-1/+1
|
* Removed loading of shared font stuff from howto.cls and manual.cls, moving itFred Drake1998-06-223-10/+13
| | | | | | | to pypaper.sty. Added the use of the "avant" package to use AvantGarde for the sans-serif font instead of the helvetica font loaded by the "times" package.
* Make the large letter at the top of each section use the sans-serif font,Fred Drake1998-06-221-1/+1
| | | | like any other header.
* Added {definitions} environment, which has \term to define indivual terms.Fred Drake1998-05-201-0/+11
| | | | Similar to {description}.
* Added definitions for \developer, \developers, \developersaddress.Fred Drake1998-05-141-0/+3
| | | | Ask Guido if you really want to know why. ;-)
* Set the right page size in the PDF output.Fred Drake1998-05-111-7/+5
|
* \itembreak,Fred Drake1998-05-061-0/+14
| | | | | \itemjoin, \kwindex: Revived definitions to support the Python Reference Manual.
* Do better hiding of internal names.Fred Drake1998-04-282-25/+25
|
* Fixed \code so word wrapping is allowed.Fred Drake1998-04-281-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 Drake1998-04-251-3/+4
| | | | for the manual documents.
* Paper size / font size configuration file.Fred Drake1998-04-251-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 ofFred Drake1998-04-201-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'tFred Drake1998-04-173-11/+23
| | | | break HOWTO documents.
* Hide \varvars from "public" interface.Fred Drake1998-04-171-5/+5
|
* Fix the broken PDF links, really this time!Fred Drake1998-04-151-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" toFred Drake1998-04-151-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 Drake1998-04-131-1/+1
|
* Lighten up tables.Fred Drake1998-04-111-4/+2
|
* Update release number and date.Fred Drake1998-04-091-2/+2
|
* Data attributes of objects should not be indexed with trailing parentheses!Fred Drake1998-04-071-2/+2
|
* Style specification for building *.ind from *.idx. This is needed to avoidFred Drake1998-04-041-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 symbolFred Drake1998-04-031-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 Drake1998-04-021-10/+10
| | | | Added comments to various sections.
* \bifuncindex: Fix so entries combine correctly with those of the built-inFred Drake1998-04-021-1/+1
| | | | functions section.
* Fix one remaining internal use of \code{} that could use the simpler form.Fred Drake1998-04-021-1/+2
|
* Added some comments.Fred Drake1998-04-011-0/+7
|
* \tableofcontents: Add support for some warning reduction in python.sty.Fred Drake1998-03-272-0/+2
|
* Add comments about several of the environments.Fred Drake1998-03-271-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. StillFred Drake1998-03-253-28/+31
| | | | use them for manuals.
* Change uses of \pdfinfo and \pdfcatalog to use the new syntax from theFred Drake1998-03-253-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 Drake1998-03-171-3/+0
|
* {classdesc} environment: Index as "Foo (class in foolib)" instead ofFred Drake1998-03-161-1/+1
| | | | "Foo (in module foolib)". Is now independent of indexsubitem.
* \regexp{}: Rewritten to look like Freidl's book. Too rip-off?Fred Drake1998-03-121-4/+9
| | | | \envvar{}: Bow to font-lock-mode a few times...!
* \withsubitem{}: New macro. Change indexsubitem temporarily for anotherFred Drake1998-03-121-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 controlFred Drake1998-03-092-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 Drake1998-03-091-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 anFred Drake1998-03-071-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 Drake1998-03-061-86/+71
|
* Revise some of the PDF support to get at least preliminary outline support.Fred Drake1998-03-061-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 Drake1998-03-061-0/+88
|
* Update documentation release date.Fred Drake1998-03-051-1/+1
|
* Move the change to ending the abstract from python.sty to manual.cls; itFred Drake1998-03-052-15/+14
| | | | is not appropriate for the howto document class.
* Create the module index only if a conditional is true.Fred Drake1998-03-041-3/+7
|
* Define a new conditional, use this to control creation of module indexFred Drake1998-03-041-0/+1
| | | | data file.
* Improve separation of document class and python semantic constructs. ThisFred Drake1998-03-042-67/+72
| | | | will allow us to have a class of smaller documents as well.