summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Nit for \refexmodindex{} (reference to extension module).Fred Drake1998-03-031-1/+2
|
* Simplify the parameters passed to node2label.pl.Fred Drake1998-03-031-5/+4
|
* Marked reference to the Python Library Reference with \emph{}.Fred Drake1998-03-032-452/+476
| | | | | | Changed sample module creation of an exception to use PyErr_NewException(). Logical markup.
* Script to create a source distribution. See comments at top.Fred Drake1998-03-032-0/+72
|
* Ignore tarballs.Fred Drake1998-03-031-0/+1
|
* Added msvcrt.Guido van Rossum1998-03-032-0/+12
|
* &replace_verbatim,Fred Drake1998-03-021-5/+7
| | | | &replace_verbatim_hook: Clean up a little, avoid long lines.
* Make the title page include all the interesting information.Fred Drake1998-02-271-4/+49
|
* &do_cmd_deprecated: New function.Fred Drake1998-02-271-0/+14
| | | | | Attempt to get \setindexsubitem{} handled at the right time under LaTeX2HTML 98.1; should still be fine under 97.1*.
* Update.Fred Drake1998-02-271-2/+3
|
* Deprecate the read() and write() methods.Fred Drake1998-02-272-16/+8
| | | | Don't refer to them from the fromfile() and tofile() methods.
* Added semi-structured support for feature deprecation.Fred Drake1998-02-271-1/+23
|
* Put all the indexsubitem stuff together.Fred Drake1998-02-271-13/+33
| | | | | | Support modified verbatim for both LaTeX2HTML 96.1* and 98.1. Make table column headers bold.
* Make table column headings bold.Fred Drake1998-02-271-3/+2
|
* Updates by AMK.Fred Drake1998-02-272-26/+78
| | | | Markup corrected, logical markup.
* When "declaring" a module using \*modindex{}, and * doesn't start with "ref",Fred Drake1998-02-271-0/+8
| | | | | | | set up the indexsubitem to "(in module #1)" automatically. This reduces the amount of markup needed in the module docs and, more importantly, makes it o.k. to leave out in simple sections. \setindexsubitem{} can still be used to change or reset it.
* Logical markup.Fred Drake1998-02-272-162/+186
|
* Nit to prevent empty node in formatted version.Fred Drake1998-02-272-6/+6
|
* Reformulate how the info stuff is ignored.Fred Drake1998-02-271-4/+2
|
* Use a Python script to create "empty" indexes. This solves Guido'sFred Drake1998-02-273-3/+48
| | | | | | corrupted file problem and avoids the shell escape interpretation portability problem. ;-( See comments at top of newind.py for an explanation.
* Update....Fred Drake1998-02-271-2/+9
|
* Added \label{}s for logical addressing.Fred Drake1998-02-262-0/+88
|
* Added \label{}s for logical addressing.Fred Drake1998-02-262-142/+284
|
* Adjusted to work with the newer version of LaTeX2HTML as well.Fred Drake1998-02-262-2/+8
|
* Marked references to the other manuals as \emph{} in the abstract.Fred Drake1998-02-262-44/+98
| | | | Added \label{}s for logical addressing.
* Fix up description of 'S' format; as Dave Ascher pointed out, itGuido van Rossum1998-02-262-6/+6
| | | | | was ungrammatical to the point of saying the opposite of what it should say.
* Do a little bit more work on a table-driven basis. A little cleanup.Fred Drake1998-02-262-90/+188
| | | | Seems to work at the moment.
* Add support for some of the newer commands, a little cleanup.Fred Drake1998-02-261-6/+28
|
* &do_cmd_bcode, &do_cmd_ecode: Removed; no longer used.Fred Drake1998-02-251-6/+2
| | | | | | &do_cmd_url: Make sure the tilde gets treated right for the browsers. &replace_verbatim: Be sure we always have a leading vertical space.
* Make sure the ']' in the content of the \item[] isn't used as the ending ']'.Fred Drake1998-02-252-2/+2
|
* PyFile_FromFile() description: make sure the closing brace for the argumentsFred Drake1998-02-252-2/+2
| | | | comes after the arguments are complete.
* Derive the name of the modules .ind from the jobname.Fred Drake1998-02-252-2/+2
|
* Change quoting of the "echo" commands yet again.... why can't shells agree?Fred Drake1998-02-251-3/+3
| | | | Derive the name of the modules .idx from the jobname.
* Make this work better with a4 paper.Fred Drake1998-02-251-30/+77
| | | | | | | | | | | | Make the table of contents "hot" for PDF output. No additional packages are needed. Move code for \b@code, \e@code into the macros for the verbatim environment directly since they're not used elsewhere. Derive the name of the modules .idx from the jobname. Some clean ups.
* Logical markup.Fred Drake1998-02-243-12/+12
|
* Add support for hyperref package. This builds the PDF outline, makes the ToCFred Drake1998-02-231-57/+9
| | | | | | | | | | and index "hot", etc. Updated a comment about fncychap. Removed unused minitoc support; I'm not going to use it. Something that makes more sense with the Python lib ref can be done with reasonable effort, and can wait a little while.
* clean: Remove *.out (hyperref's internal files for building outlines for PDF).Fred Drake1998-02-231-1/+1
|
* Ignore hyperref's *.out files (used in building outlines for PDF).Fred Drake1998-02-231-0/+1
|
* Change quoting a little bit to avoid problems building it at CNRI.Fred Drake1998-02-231-3/+3
|
* Clean up some stuff in the {seealso} at the end. This avoids a little nitFred Drake1998-02-232-10/+10
| | | | (which causes processing to fail) when using the LaTeX hyperref package.
* Marked the unmarked AttributeError. (AMK)Fred Drake1998-02-232-16/+18
| | | | | | | "Protect the class instance" --> "Protect the object" It works for anything with attributes to look up! (AMK) Logical markup.
* "streans" --> "streams" (AMK)Fred Drake1998-02-232-2/+2
|
* Add a period to "Written by James Roskind"Fred Drake1998-02-222-2/+2
|
* Changed way *.ind are forced to exist; the files are now reset to containFred Drake1998-02-221-36/+33
| | | | | | | | an empty index instead of touched. Note that for modindex.ind, this also includes "\label{modindex}" so that the modindex.py script doesn't change the set of labels in the document. Be more consistent in use of $* in commands.
* Fixed and extended the example; the original example contained someGuido van Rossum1998-02-222-6/+12
| | | | bogus code.
* Added two subsections with extra hints and details, even forGuido van Rossum1998-02-222-0/+146
| | | | extensions and embedding programs.
* The list of module descriptions should be a {description} environment, notFred Drake1998-02-212-4/+4
| | | | {itemize}!
* Removed two items, correct one spelling error.Fred Drake1998-02-201-5/+1
|
* Tell TeX about a pathological hyphenation case (BaseHTTPRequestHandler).Fred Drake1998-02-201-0/+3
|
* Added \label{}s for logical addressing.Fred Drake1998-02-202-70/+74
| | | | Logical markup.