summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use \withsubitem{} for indexing extra-module functions.Fred Drake1998-03-122-4/+6
|
* Use \withsubitem{} for indexing functions from other modules. This fixesFred Drake1998-03-122-4/+4
| | | | things in the index.
* \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.
* Logical markup.Fred Drake1998-03-122-82/+80
|
* Logical markup.Fred Drake1998-03-122-68/+66
| | | | Improve some index entries.
* Logical markup.Fred Drake1998-03-122-60/+62
| | | | | | Markup consistency. Removed incorrect \setindexsubitem{}.
* Add LINKFORSHARED and LDLAST as in the main Makefile.Guido van Rossum1998-03-111-2/+4
|
* Add copyright statement.Fred Drake1998-03-111-4/+56
| | | | Add section on using A4 paper, since that's a common request.
* Use RCS revisionsBarry Warsaw1998-03-111-3/+3
|
* Updated the docstringBarry Warsaw1998-03-111-6/+17
|
* Added reverse lookupBarry Warsaw1998-03-111-33/+94
|
* *Sigh*Fred Drake1998-03-111-0/+8
| | | | | | | | Add a -q option for "quiet" operation. Nothing gets out (not even stderr, since that's tossed to stdout for capture in the .how file). It's a good idea to use -l to get the log in case there are problems. Maybe this should be the default and add a --verbose option to get the stdout? There's way too much junk output.
* Allow the user to operate the script in debugging mode (-D), which just doesFred Drake1998-03-111-9/+39
| | | | | | | | a "set -x". Allow keeping a transcript, using -l, in $FILE.how. Allow keeping of all the temp files created by the process, using -k.
* Somewhat more direct way of locating the file, using __FILE__.Fred Drake1998-03-111-2/+7
| | | | | Leave find_my_file() around for now, even though we're not using it at the moment.
* Replace lists of attributes for code and frame objects with a reference to theFred Drake1998-03-112-36/+4
| | | | Python Reference Manual.
* Logical markup.Fred Drake1998-03-112-34/+36
|
* Logical markup.Fred Drake1998-03-112-62/+62
|
* Logical markup.Fred Drake1998-03-112-54/+60
| | | | | Changed example to use "import posixfile" instead of "from posixfile import *" since only one symbol was used.
* Logical markup.Fred Drake1998-03-112-72/+72
| | | | | | | Made references to constants in other TERMIOS module explicit in termios description. Removed superfluous backslash from example.
* Logical markup.Fred Drake1998-03-112-32/+32
|
* Logical markup.Fred Drake1998-03-112-246/+280
| | | | Added information on the exception attributes when exceptions are classes.
* Script to format HOWTO documents. Currently only tested on the "UsingFred Drake1998-03-101-0/+122
| | | | | | | | | Kerberos from Python" HOWTO (this will change shortly, I hope). This needs to be run from it's location in the Doc/tools directory, and not via a symlink. I'll try and fix this in the future. The help message needs work.
* Use the location of the initialization file to augment the style-specificFred Drake1998-03-101-5/+23
| | | | | .perl file search path, rather than making assumptions about the current directory.
* clean_title(): Remove debugging prints.Fred Drake1998-03-101-2/+0
|
* clean_title(): Clean a little more carefully. Still does funny things withFred Drake1998-03-101-6/+15
| | | | | underscores. Might this be a fundamental PDF limitation? Hm, could still be a TeX thing.
* In the source dist., don't include:Fred Drake1998-03-101-0/+5
| | | | | | | | | | | | - the .cvsignore files; these are only useful in the CVS tree - ref/ref.pdf - ref/ref.ps After compression, these last two account for about one-half MB, and half the tarball. They can be picked up from the appropriate format dist if needed.
* Logical markup.Fred Drake1998-03-102-50/+52
|
* Logical markup.Fred Drake1998-03-102-84/+48
| | | | | | Correct misuse of indexsubutem. Describe the Queue class using {classdesc}{Queue}, not {funcdesc}{__init__}.
* Add some more labels for logical addressing.Fred Drake1998-03-102-0/+6
|
* Logical markup.Fred Drake1998-03-102-166/+172
|
* patch for re.sub bug, by AMK.Guido van Rossum1998-03-103-6/+7
|
* Logical markup.Fred Drake1998-03-102-146/+160
| | | | | Convert one bulleted list to a {tableii} environment; the other should probably be converted, but I haven't decided to what.
* Use a {datadesc} environment to describe errorcode.Fred Drake1998-03-102-18/+26
|
* Logical markup.Fred Drake1998-03-102-24/+22
|
* Logical markup.Fred Drake1998-03-102-78/+72
| | | | Use {funcdesc} and {excdesc} to describe the module, not just running text.
* Logical markup. small nits.Fred Drake1998-03-102-72/+70
|
* Integrate with OptionsWindow... need to hook into Tab keyBarry Warsaw1998-03-101-5/+19
|
* Integrate with OptionsWindow... not sure it should be modalBarry Warsaw1998-03-101-6/+26
|
* CosmeticBarry Warsaw1998-03-101-7/+7
|
* Ok, remove dependency on the obsolete tools/modindex.py.Fred Drake1998-03-091-1/+1
|
* 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 inclusion for the new index support.Fred Drake1998-03-096-14/+18
|
* Obsolete.Fred Drake1998-03-092-84/+0
|
* Adjust index file resetting; just remove the files. The new index supportFred Drake1998-03-091-4/+3
| | | | | | doesn't fail if the files don't exist. Use makeindex for the module index.
* 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.
* Don't generate a \label{} here.Fred Drake1998-03-091-1/+1
|
* Markup adjustments.Fred Drake1998-03-082-46/+50
|
* Mark the journal title.Fred Drake1998-03-082-2/+2
|
* Correct spelling of emdash.Fred Drake1998-03-082-2/+2
|
* Moved solitary "see also" paragraph into a {seealso} environment, and toldFred Drake1998-03-082-12/+14
| | | | why the reader should see also.