summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Use {seealso} environment to refer to the struct module.Fred Drake1998-04-032-76/+90
| | | | | | | | Document ArrayType. Use {memberdesc} and {methoddesc} environments, as appropriate. Minor nits.
* add_idx(): Restore message to stdout when formatting the general index.Fred Drake1998-04-021-0/+1
|
* Match python.sty a little better.Fred Drake1998-04-021-0/+6
|
* Removed an obsolete hack that's been commented out for a long time.Fred Drake1998-04-021-10/+10
| | | | Added comments to various sections.
* Lots of little nits.Fred Drake1998-04-021-26/+35
| | | | | Big fix: the module index for the Python Library Reference is once more in a separate file! Yeah!
* This fixes a (minor) problem discovered by AMK when you don't want anyFred Drake1998-04-021-6/+16
| | | | | | | | | | | | | | special markup for the first column of a table using {tableii} or {tableiii}. In LaTeX, this requires using "textrm" as the formatting function, and this is needed to remove the bogus "<textrm>" that gets generated otherwise. There should probably be a more general mapping of specified markup to useful markup, but that doesn't appear needed at the moment. do_env_tableii(), do_env_tableiii(): If the markup for the first column is \textrm, make it empty. do_cmd_lineii(), do_cmd_lineiii(): If the markup for the first column is empty, don't add markup around the text.
* Hyphenate "built-in" for consistency.Fred Drake1998-04-022-2/+2
|
* Hyphenate "built-in" for consistency.Fred Drake1998-04-024-4/+4
|
* Use methoddesc and memberdesc, as needed.Fred Drake1998-04-024-84/+104
| | | | | Added description of BastionClass, since it is referred to in the Bastion description as subclassable.
* Use methoddesc instead of funcdesc to describe the only method.Fred Drake1998-04-022-4/+4
|
* \bifuncindex: Fix so entries combine correctly with those of the built-inFred Drake1998-04-021-1/+1
| | | | functions section.
* Removed reference to ni module.Fred Drake1998-04-022-4/+2
|
* Removed references to ni.Fred Drake1998-04-024-8/+0
|
* Markup nits, index entries.Fred Drake1998-04-022-32/+38
|
* Be more specific about where in RFC 1421 to look, since it's not at allFred Drake1998-04-022-22/+24
| | | | | | | obvious when taking a quick look. Say "base64" instead of "base-64", since that seems to be how it's referred to in other RFCs.
* Minor markup nits.Fred Drake1998-04-022-20/+24
|
* Fix one remaining internal use of \code{} that could use the simpler form.Fred Drake1998-04-021-1/+2
|
* Some nits.Fred Drake1998-04-022-14/+20
| | | | Fixed quoting in third paragraph of the findmatch() description.
* Added --split for AMK; control split level of the HTML output. Use --split 1Fred Drake1998-04-021-13/+65
| | | | | | to create a single HTML file. Added --help.
* Markup consistency nits.Fred Drake1998-04-022-48/+60
| | | | | | | | | Fix indentation in code sample in PyArg_ParseTuple() section. Added one index entry. Fix include file reference in "Shared Libraries" to print <...> instead of the upside-down versions of ! and ?.
* Markup consistency & nits.Fred Drake1998-04-022-332/+302
| | | | | | | | | | | | | | | Fix typo in a C code example: KeyError is spelled PyExc_KeyError in C; the "K" is upper case! Some index entries. On function signatures, always use parameter names. Make return types match what's in the header files. When the return type is a pointer, always omit the space between te type name and the "*"; leaving it in results in type * func(..) and having two spaces there just looks terrible.
* AMK's version from the latest pypcre distribution. This clarifies aGuido van Rossum1998-04-022-12/+50
| | | | | few things and adds docs for what happens to escapes in replacement strings.
* Small markup nits, a few grammatical fixes, and a clarification of the binaryFred Drake1998-04-012-118/+130
| | | | | | mode for files under MacOS. Updated the traffic figure for c.l.p in the "What Now?" chapter; see comments.
* Implemented one more special markup item.Fred Drake1998-04-011-0/+8
|
* Added some comments.Fred Drake1998-04-011-0/+7
|
* Change $ICONSERVER to conform to the value AMK & I have discussed for this;Fred Drake1998-03-271-0/+2
| | | | doing this here may prove to not be such a good idea, but we'll see.
* Use the new {methoddesc} and {memberdesc} environments as appropriate.Fred Drake1998-03-2716-414/+402
|
* First (rough) cut at HTML index generation in Python. Not very pretty, butFred Drake1998-03-271-0/+211
| | | | easier to work with than the Perl code.
* Add support for mapping internal labels used from the index.Fred Drake1998-03-271-4/+15
|
* \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.
* Some cleanup.Fred Drake1998-03-271-97/+35
| | | | Remove index generation from Perl; use an external script instead.
* Added note about weird sequencing of <PRE> & <dl> around {verbatim} sections.Fred Drake1998-03-271-0/+3
|
* Clarified some comments about the requirements on the TeX installation.Fred Drake1998-03-271-2/+20
| | | | Added brief section on the howto support.
* Lots and lots and lots.....Fred Drake1998-03-271-141/+252
| | | | | | | | Implemented some new features of python.sty for methods & members. Fixed some bugs. Cleaned up some perl code and made some basic regular expressions more robust.
* Make sure both hyphens of a long-option show up in the HTML output.Fred Drake1998-03-272-4/+4
|
* Don't use the fncychap package for HOWTO documents; appendices break. StillFred Drake1998-03-253-28/+31
| | | | use them for manuals.
* Python HOWTO template document, with lots of help from AMK.Fred Drake1998-03-252-0/+342
|
* Update.Fred Drake1998-03-251-1/+4
|
* 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.
* Make $MYDIR absolute -- bug reported by AMK.Fred Drake1998-03-241-0/+4
|
* Use "/usr/bin/env perl" for the #! line, and change the -i option to:Fred Drake1998-03-191-1/+4
| | | | | | | use English; $INPLACE_EDIT = ''; to get the inplace-editing behavior.
* build_dvi(): Make sure we run latex enough times; this now matches the #Fred Drake1998-03-181-0/+1
| | | | of times pdflatex would be run, which is correct.
* According to Tim Peters, there should be 'print' statements in oneGuido van Rossum1998-03-172-6/+6
| | | | particular example.
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-17129-703/+705
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* Coding cleanups.Fred Drake1998-03-171-162/+189
| | | | Fix some small but messy buglets.
* Get the index working at least partway again.Fred Drake1998-03-171-193/+126
| | | | Some small cleanups.
* Update....Fred Drake1998-03-171-9/+3
|
* Revert the index stuff to work better with LaTeX2HTML.Fred Drake1998-03-176-12/+28
|
* Reverting some the index stuff to use tools/newind.py again; this worksFred Drake1998-03-171-2/+4
| | | | | | | | | better with LaTeX2HTML. Run pdflatex twice to generate the PDF files, even though LaTeX has already been run a couple of times. This ensures that font metrics for the final run match those for the first run, and seesm to get (somewhat) better outline results.