Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add \guilabel macro to mark labels that occur in user interfaces | Fred Drake | 2004-01-23 | 1 | -2/+5 |
| | |||||
* | - add comment about $CUSTOM_BUTTONS | Fred Drake | 2004-01-13 | 1 | -1/+2 |
| | | | | | - use_icon(): fix the check for whether a supplemental link is being used | ||||
* | add new reference macro: \seelink | Fred Drake | 2004-01-08 | 1 | -0/+13 |
| | |||||
* | remove ancient cruft | Fred Drake | 2003-12-30 | 1 | -4/+0 |
| | |||||
* | - make "--" in code text not get converted to "-" | Fred Drake | 2003-12-30 | 1 | -7/+21 |
| | | | | - fix minor typo in comment | ||||
* | - clean up generated HTML | Fred Drake | 2003-11-26 | 1 | -7/+20 |
| | | | | - make the output more XHTML friendly | ||||
* | Make sure LaTeX2HTML's $TEXINPUTS variable is initialized to include | Fred Drake | 2003-09-27 | 1 | -1/+13 |
| | | | | | | directories identified in the TEXINPUTS environment variable. I think this is the last part of the fix for the version number problems seen in the documentation for the 2.3.1 release. | ||||
* | remove useless <br/> from the top navigation panel | Fred Drake | 2003-09-11 | 1 | -1/+1 |
| | |||||
* | normalize whitespace; detabify | Fred Drake | 2003-09-05 | 1 | -160/+160 |
| | |||||
* | fix some nuissance formatting problems for the "alltt" environment; | Fred Drake | 2003-09-05 | 1 | -3/+6 |
| | | | | | there's still a bug for the environment, but that's worked around in this change as well | ||||
* | normalize whitespace | Fred Drake | 2003-09-05 | 1 | -12/+12 |
| | |||||
* | normalize whitespace | Fred Drake | 2003-09-04 | 1 | -81/+81 |
| | |||||
* | Suppress more online-only navigation in the printed HTML. | Fred Drake | 2003-09-04 | 1 | -8/+14 |
| | |||||
* | make sure cells are really generated for all table cells, even those | Fred Drake | 2003-09-04 | 1 | -0/+10 |
| | | | | | that are left empty fixes first of the problems reported in SF bug #727692 | ||||
* | Make the redundent portion of the lower navigation area disappear from the | Fred Drake | 2003-09-04 | 1 | -3/+5 |
| | | | | printed version for browsers that support "@media print" in CSS. | ||||
* | init_myformat(): None of the "mark" values can be empty strings, or | Fred Drake | 2003-08-05 | 1 | -3/+10 |
| | | | | | | | | | | | LaTeX2HTML feels free to remove a surrounding element that contains no other content. Since such an element is typically a named anchor used for hyperlinking, they should not be removed. Unfortunatley, making sure these marks are non-empty is the most direct way of avoiding this behavior. Thanks to Dave Kuhlman for tracking this down; this was some excellent detective work! | ||||
* | better support for well-formed XHTML | Fred Drake | 2003-08-05 | 1 | -4/+4 |
| | |||||
* | make the portions of the generated HTML produced by these styles better | Fred Drake | 2003-08-05 | 2 | -73/+87 |
| | | | | conform to XHTML rules. | ||||
* | Make it easier to figure out the where a menuselection starts and ends | Fred Drake | 2003-07-16 | 1 | -1/+2 |
| | | | | by controling the font. | ||||
* | process_commands_wrap_deferred: | Fred Drake | 2003-07-15 | 1 | -5/+13 |
| | | | | | | - fix comment describing what this is for - add lots of indexing macros to this call Closes SF bug #518989. | ||||
* | fix stupid typo | Fred Drake | 2003-07-10 | 1 | -1/+1 |
| | |||||
* | Improve compatibility with more versions of LaTeX2HTML and more LaTeX | Fred Drake | 2003-07-08 | 1 | -0/+1 |
| | | | | | markup. Not currently needed, but easier to save this now than to have to figure it out when we do. | ||||
* | Don't assume the name of the table of contents will be contents.html; | Fred Drake | 2003-06-27 | 1 | -1/+4 |
| | | | | | | | | | that won't be right when mkhowto is called with --numeric (as it is for the Python Tutorial). Save the actual name we use when we build the table of contents, then use that in the page head metadata. The node2label.pl script will munge this properly when --numeric isn't given, so this works in both cases. Closes SF bug #761830. | ||||
* | - add title attributes to the navigation icons on the navigation bars; | Fred Drake | 2003-05-03 | 1 | -15/+27 |
| | | | | | | this causes some browsers to offer descriptive tooltips when the mouse hovers over the linked icon - clean up the code in this area | ||||
* | add link types for the remaining links in the navigation panels | Fred Drake | 2003-05-02 | 1 | -7/+9 |
| | |||||
* | - add link relationships to some of the links in the navigation panels | Fred Drake | 2003-05-02 | 1 | -7/+16 |
| | | | | | | - implement custom_REL_hook() so LaTeX2HTML uses currently recommended link types; those work fine with tools like the Mozilla Site Navigation Bar | ||||
* | Avoid extraneous blank line generated in the middle of the document | Fred Drake | 2003-05-02 | 1 | -16/+15 |
| | | | | head. | ||||
* | Remove section number from the title for use in the | Fred Drake | 2003-05-02 | 1 | -1/+6 |
| | | | | <meta name='description' ...> element in the document head. | ||||
* | Twiddle. | Fred Drake | 2003-02-04 | 1 | -1/+2 |
| | |||||
* | Fix stupid typo. | Fred Drake | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | Squash an enormous number of warnings reported when adding "use | Fred Drake | 2002-11-15 | 1 | -128/+138 |
| | | | | | | | | | | warnings;" to this, and keep the "use" statement this time. Fix an obscure bug that caused weird index entries to be generated in a few cases, and a minor problem with horizontal alignmetn of the last column of 5-column tables. [I'd report a SF bug #, but I can't get to that right now.] | ||||
* | - Committing the modified signature lines I've been using for a long | Fred Drake | 2002-11-13 | 1 | -3/+7 |
| | | | | | | time in http://www.python.org/dev/doc/. There have been no bug reports on these for a long time now. - Remove local "use" statement that duplicates a top-level "use". | ||||
* | Add \funcline, \funclineni, and \methodlineni to the list of functions | Fred Drake | 2002-11-13 | 1 | -0/+3 |
| | | | | | that are processed before their arguments. Closes SF bug #637807. | ||||
* | Still more magical <link> elements. | Fred Drake | 2002-10-30 | 1 | -1/+18 |
| | |||||
* | Hackish way to generate an up-<link> for the title page if we have | Fred Drake | 2002-10-30 | 1 | -4/+16 |
| | | | | | | one. Added misc. comments. | ||||
* | Minor rearranging. | Fred Drake | 2002-10-30 | 1 | -3/+5 |
| | |||||
* | Add support for using a "favicon". | Fred Drake | 2002-10-30 | 1 | -16/+20 |
| | | | | make_head_and_body(): Re-arranged to do (slightly) less work for each page. | ||||
* | Clean up some really minor Perl warnings. | Fred Drake | 2002-10-24 | 1 | -8/+8 |
| | |||||
* | Change the default path to icons so that "mkhowto" does the "right thing" by | Fred Drake | 2002-10-01 | 1 | -1/+1 |
| | | | | | | default when used for 3rd-party docs. This requires the standard Python docs to specify a location, but they are a bit of a special case in sharing one set of icons among several documents. | ||||
* | \productioncont: Replace leading spaces with so that it's | Fred Drake | 2002-06-18 | 1 | -0/+3 |
| | | | | | | | | | possible to control the indentation of continuation lines. cfuncline_helper(): Only mark the argument names are <var>, not the whole argument list. This leaves the argument types in the same font as the return type. Based on a casual suggestion from Guido. | ||||
* | Refactor the generation of signature lines for funcdesc, methoddesc, | Fred Drake | 2002-06-18 | 1 | -27/+22 |
| | | | | | | and friends. This was part of the changes to the presentation of signature lines, but does not include any of the aspects that people questioned. | ||||
* | Ensure \verbatiminput always uses a unique filename for each input file in | Fred Drake | 2002-06-17 | 1 | -8/+66 |
| | | | | | | the "Download as text" link. Previously, it could map multiple source files to a single name since all files end up with the same extension. This closes SF bug #558279. | ||||
* | Use Perl function prototypes to help avoid definition/usage mismatches | Fred Drake | 2002-05-23 | 2 | -102/+106 |
| | | | | | while modifying these files. Minor style changes to make the use of "my" with arrays more consistent. | ||||
* | Separate out a \cfuncline macro from the cfuncdesc environment. | Fred Drake | 2002-04-15 | 1 | -8/+21 |
| | | | | | This matches many other of the *desc environments, and is useful when multiple functions share a description. | ||||
* | Generate the right annotations in the index entries. | Fred Drake | 2002-04-15 | 1 | -2/+2 |
| | | | | Thanks to Thomas Heller for the sharp eye. | ||||
* | Clean up the application of style to verbatim text. | Fred Drake | 2002-04-15 | 2 | -6/+6 |
| | | | | | | | This moves styling to the stylesheet; the use of <dl> structures to control style sometimes produced improper indentation of subsequent text in many browsers when the text was already part of the <dl> structure (as in a function or class description). | ||||
* | Add support for \cmemberline and the cmemberdesc environment. | Fred Drake | 2002-04-15 | 1 | -0/+24 |
| | |||||
* | Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea, | Fred Drake | 2002-04-05 | 1 | -0/+4 |
| | | | | either. | ||||
* | Update the PEP URL format to point to python.org. | Fred Drake | 2002-04-03 | 1 | -1/+1 |
| | |||||
* | The <link> to the stylesheet should include the type attribute. | Fred Drake | 2002-03-26 | 1 | -1/+1 |
| |