Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure latex2html doesn't produce a hard link between foo/foo.html | Fred Drake | 1999-05-03 | 1 | -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.html | Fred Drake | 1999-05-03 | 1 | -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 Drake | 1999-04-30 | 1 | -1/+1 |
| | |||||
* | Added top navigation bar for consistency and color. There's not a lot | Fred Drake | 1999-04-29 | 1 | -0/+20 |
| | | | | there, but the "modules" icon is active. | ||||
* | make_nav_panel(): Remove the spurious NAME="tex2html\d+" attributes | Fred Drake | 1999-04-29 | 1 | -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 Drake | 1999-04-29 | 1 | -0/+11 |
| | |||||
* | Use the new module-key for the FL module when hyperlinking (the old | Fred Drake | 1999-04-29 | 1 | -1/+2 |
| | | | | one caused problems on case-insensitive file systems). | ||||
* | For the tutorial, use numeric node names and split by chapter. | Fred Drake | 1999-04-29 | 1 | -6/+6 |
| | |||||
* | Nasty hack to add a --numeric parameter to skip the use of "logical" | Fred Drake | 1999-04-29 | 1 | -3/+14 |
| | | | | names. | ||||
* | Move index.html rules to the end since it wedges font-lock. | Fred Drake | 1999-04-29 | 1 | -13/+19 |
| | | | | Remember to delete index.html for clobber since it is now generated.. | ||||
* | Added index entries for operator precedence; suggestion from Randall | Fred Drake | 1999-04-29 | 1 | -8/+10 |
| | | | | Hopper <rhh@vislab.epa.gov>. | ||||
* | Make sure the global module index is added to the HTML tarball. | Fred Drake | 1999-04-29 | 1 | -1/+1 |
| | |||||
* | Generate index.html from index.html.in. This avoids having to modify the | Fred Drake | 1999-04-29 | 4 | -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 Drake | 1999-04-29 | 1 | -1/+1 |
| | |||||
* | Don't point readers to rand, point to random! And make it a hyperlink | Fred Drake | 1999-04-29 | 1 | -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 they | Fred Drake | 1999-04-29 | 1 | -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 Black | Fred Drake | 1999-04-29 | 1 | -3/+3 |
| | | | | <jblack@Ridgeway-Sys.com>. | ||||
* | Annotate a couple of entries further. | Fred Drake | 1999-04-29 | 1 | -3/+5 |
| | |||||
* | Fill in a few holes in the "Very High Level" chapter. | Fred Drake | 1999-04-29 | 1 | -0/+37 |
| | |||||
* | Always use "section" when referring to sections of a document, not "Section". | Fred Drake | 1999-04-29 | 3 | -5/+5 |
| | |||||
* | Clarify that the Modules/ directory is in an unpacked source | Fred Drake | 1999-04-29 | 1 | -3/+3 |
| | | | | distribution; this is not clear for Windows users. | ||||
* | Update starship URLs. | Fred Drake | 1999-04-29 | 3 | -4/+4 |
| | |||||
* | Remove the \date macro; just pick it up from boilerplate.tex. | Fred Drake | 1999-04-28 | 1 | -2/+2 |
| | |||||
* | Use \rfc to mark some remaining RFC references. | Fred Drake | 1999-04-28 | 1 | -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> tag | Fred Drake | 1999-04-28 | 1 | -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 Drake | 1999-04-28 | 1 | -1/+1 |
| | |||||
* | Removed (empty) description of \optional from the "Inline Markup" | Fred Drake | 1999-04-28 | 1 | -3/+0 |
| | | | | section; that's not really the right place for it. | ||||
* | Fill in a few holes. | Fred Drake | 1999-04-28 | 1 | -4/+203 |
| | |||||
* | Fix up the HTML generated for envdesc and macrodesc environments. | Fred Drake | 1999-04-28 | 1 | -3/+3 |
| | | | | Make it possible for the user to tell the difference. ;-) | ||||
* | Handle \p and \op in parameter lists for the environment and macro | Fred Drake | 1999-04-28 | 1 | -10/+25 |
| | | | | description environments. | ||||
* | Adjust the message that gets added to the bottom of each page about | Fred Drake | 1999-04-28 | 1 | -1/+1 |
| | | | | where to send comments. | ||||
* | \filenq: Like \file, but don't use single-quotes; this looks better | Fred Drake | 1999-04-28 | 1 | -0/+1 |
| | | | | in tables. | ||||
* | Control the layout of output tables a little better so they're easier | Fred Drake | 1999-04-28 | 1 | -43/+67 |
| | | | | to debug. Small code cleanup around tables. | ||||
* | Point to the library reference manual for os.path documentation (in | Fred Drake | 1999-04-28 | 1 | -2/+3 |
| | | | | macpath section). | ||||
* | do_cmd_seetext(): Clean up so we get proper nesting of <div>s. This | Fred Drake | 1999-04-28 | 1 | -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 Drake | 1999-04-27 | 1 | -4/+14 |
| | |||||
* | mhlib is now documented. | Fred Drake | 1999-04-23 | 1 | -3/+0 |
| | |||||
* | Markup consistency. | Fred Drake | 1999-04-23 | 1 | -4/+4 |
| | |||||
* | Nits. | Fred Drake | 1999-04-23 | 1 | -2/+2 |
| | |||||
* | Add section for the sha module. | Fred Drake | 1999-04-23 | 2 | -0/+57 |
| | |||||
* | Patch from Greg Ward adding descriptions of S_IMODE() and S_IFMT(), | Fred Drake | 1999-04-23 | 1 | -9/+33 |
| | | | | | and an explanation of why any of stat.S_*() would be used instead of os.path.is*(). (With some really small enhancements by me.) | ||||
* | Fixed typo and font-control problem reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -2/+2 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Clarifications on the first(), next(), and previous() functions, based | Fred Drake | 1999-04-23 | 1 | -4/+5 |
| | | | | on comments from Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Fix a grammatical error reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -1/+1 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Fix a couple of typos reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -2/+2 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Fix a couple of grammatical errors reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -2/+2 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Work-around LaTeX2HTML space-dropping bug. | Fred Drake | 1999-04-23 | 1 | -2/+1 |
| | |||||
* | Fixed some logical markup nits. | Fred Drake | 1999-04-23 | 1 | -21/+26 |
| | | | | | Added a pointer to Grail in the see-also section, since it's used as an example. | ||||
* | Logical markup. | Fred Drake | 1999-04-23 | 1 | -3/+3 |
| | |||||
* | No, __repr__() does not accept a parameter other than self. | Fred Drake | 1999-04-23 | 1 | -1/+2 |
| |