summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Added module references; minor grammatical fixes.Fred Drake1999-05-113-4/+20
| | | | All suggested by Eric Raymond.
* Added missing comma, reported by Eric Raymond.Fred Drake1999-05-111-3/+2
|
* Lots of adjustments to deal with the document content now being storedFred Drake1999-05-101-91/+94
| | | | in a fragment rather than the main document object.
* Some more fixes.Fred Drake1999-05-101-11/+16
| | | | Add controls for some of the esoteric indexing macros.
* Fixed some index entries.Fred Drake1999-05-101-36/+36
| | | | | | In the __coerce__ description, None should be returned if the conversion is *impossible*, not *possible*. Reported by Robert Kern <kernr@ncifcrf.gov>.
* ExtendedEsisBuilder.push(): Override inherited definition. We don'tFred Drake1999-05-071-3/+17
| | | | | | want to push nodes into the document, but into a document fragment, since we're not necesarily working with something that's well-formed.
* Fix some bugs introduced in the previous checkin.Fred Drake1999-05-071-9/+13
|
* Define & use a Conversion object. It's still really ugly, but atFred Drake1999-05-071-227/+255
| | | | least there's a token object in here now! ;-)
* Updated connect_ex() documentation based on comments in the newgroupFred Drake1999-05-061-1/+3
| | | | (M.-A. Lemburg and GvR).
* Make it work for "manual" documents as well as "howto" documents.Fred Drake1999-05-061-17/+53
| | | | | This still doesn't understand anything about multiple source files or checking time dependencies.
* Reflect recent patch for float % and divmod() by Tim Peters. ContentFred Drake1999-05-062-5/+16
| | | | updates by Tim Peters, markup by FLD.
* Make sure latex2html doesn't produce a hard link between foo/foo.htmlFred Drake1999-05-031-0/+3
| | | | | and foo/index.html. Make a copy instead. (Appearantly some tar openers on non-Unixlike systems can't handle hard links.)
* Make sure latex2html doesn't produce a hard link from $part/$part.htmlFred Drake1999-05-031-1/+4
| | | | | and $part/index.html. Make a copy instead. (Appearantly some tar openers on non-Unixlike systems can't handle hard links.)
* Revert constraint on the GIF wildcard; we missed a few!Fred Drake1999-04-301-1/+1
|
* Added top navigation bar for consistency and color. There's not a lotFred Drake1999-04-291-0/+20
| | | | there, but the "modules" icon is active.
* make_nav_panel(): Remove the spurious NAME="tex2html\d+" attributesFred Drake1999-04-291-16/+18
| | | | | added to the anchors in the navigation bars. These are added somewhere deep with l2h, and are stupid.
* Added wcnew target to run the "wcnew" version of webchecker.Fred Drake1999-04-291-0/+11
|
* Use the new module-key for the FL module when hyperlinking (the oldFred Drake1999-04-291-1/+2
| | | | one caused problems on case-insensitive file systems).
* For the tutorial, use numeric node names and split by chapter.Fred Drake1999-04-291-6/+6
|
* Nasty hack to add a --numeric parameter to skip the use of "logical"Fred Drake1999-04-291-3/+14
| | | | names.
* Move index.html rules to the end since it wedges font-lock.Fred Drake1999-04-291-13/+19
| | | | Remember to delete index.html for clobber since it is now generated..
* Added index entries for operator precedence; suggestion from RandallFred Drake1999-04-291-8/+10
| | | | Hopper <rhh@vislab.epa.gov>.
* Make sure the global module index is added to the HTML tarball.Fred Drake1999-04-291-1/+1
|
* Generate index.html from index.html.in. This avoids having to modify theFred Drake1999-04-294-39/+74
| | | | | index to update the version number; boilerplate.tex remains the only document source for this information.
* Constrain a wildcard a little more.Fred Drake1999-04-291-1/+1
|
* Don't point readers to rand, point to random! And make it a hyperlinkFred Drake1999-04-291-1/+5
| | | | | | | | while you're at it. Also, when discussing order of reading, make it clear that chapter 2 is assumed background material for the remainder of the manual. That's needed for terminology if nothing else!
* Explain comments at the start of chapter 3. This is needed since theyFred Drake1999-04-291-2/+21
| | | | | | appear in the examples without any further explanation, and the tutorial doesn't have this information explicit anywhere else. Omission reported by Jon Black <jblack@Ridgeway-Sys.com>.
* Minor nits, partly in response to comments from Jonathan BlackFred Drake1999-04-291-3/+3
| | | | <jblack@Ridgeway-Sys.com>.
* Annotate a couple of entries further.Fred Drake1999-04-291-3/+5
|
* Fill in a few holes in the "Very High Level" chapter.Fred Drake1999-04-291-0/+37
|
* Always use "section" when referring to sections of a document, not "Section".Fred Drake1999-04-293-5/+5
|
* Clarify that the Modules/ directory is in an unpacked sourceFred Drake1999-04-291-3/+3
| | | | distribution; this is not clear for Windows users.
* Update starship URLs.Fred Drake1999-04-293-4/+4
|
* Remove the \date macro; just pick it up from boilerplate.tex.Fred Drake1999-04-281-2/+2
|
* Use \rfc to mark some remaining RFC references.Fred Drake1999-04-281-12/+10
| | | | | | | | | Remove comment about full name bug in getaddrlist(); this has been fixed for a while now. Work around LaTeX2HTML space-dropping bug. Mention that the fp attribute can be used to read the message body.
* setup_column_alignments(): Adding valign=baseline to the <td> tagFred Drake1999-04-281-1/+2
| | | | | | makes the alignment work on Navigator as well as IE. Uglier HTML, but it looks right.
* Let's try again: new assertion.Fred Drake1999-04-281-1/+1
|
* Removed (empty) description of \optional from the "Inline Markup"Fred Drake1999-04-281-3/+0
| | | | section; that's not really the right place for it.
* Fill in a few holes.Fred Drake1999-04-281-4/+203
|
* Fix up the HTML generated for envdesc and macrodesc environments.Fred Drake1999-04-281-3/+3
| | | | Make it possible for the user to tell the difference. ;-)
* Handle \p and \op in parameter lists for the environment and macroFred Drake1999-04-281-10/+25
| | | | description environments.
* Adjust the message that gets added to the bottom of each page aboutFred Drake1999-04-281-1/+1
| | | | where to send comments.
* \filenq: Like \file, but don't use single-quotes; this looks betterFred Drake1999-04-281-0/+1
| | | | in tables.
* Control the layout of output tables a little better so they're easierFred Drake1999-04-281-43/+67
| | | | to debug. Small code cleanup around tables.
* Point to the library reference manual for os.path documentation (inFred Drake1999-04-281-2/+3
| | | | macpath section).
* do_cmd_seetext(): Clean up so we get proper nesting of <div>s. ThisFred Drake1999-04-281-17/+29
| | | | | | | | | | | | | | | fixes a rendering problem on IE5. General adjustments to the table* environments, including using <thead> and <tbody>. Attempt to adjust the vertical alignment of the table cells so that the baseline of the first cell matches the baseline of the remaining cells: When the first cell is small and the second cell of the same row is multi-line, the first cell was vertically centered by default. Specifying valign=baseline fixes the problem on IE, but Netscape seems to ignore both valign=top and valign=baseline (even though valign is NS's fault!). Make the horizontal alignment of 'p' columns left instead of center (for the headings).
* Added "See also" reference to PyOpenGL.Fred Drake1999-04-271-4/+14
|
* mhlib is now documented.Fred Drake1999-04-231-3/+0
|
* Markup consistency.Fred Drake1999-04-231-4/+4
|
* Nits.Fred Drake1999-04-231-2/+2
|