- 19 Feb, 1998 14 commits
-
-
Fred Drake authored
module addressing in HTML.
-
Fred Drake authored
Support {classdesc} and {fulllineitems} environments. Support most recent logical markup.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
repeating file names. Change lib.texi target to not overwrite the input file; work on a copy.
-
Fred Drake authored
markup. The info generation now works, yet again.
-
Fred Drake authored
required to get the info generation back in operation, yet again.
-
Fred Drake authored
Several uses of "\^" could be simplified; this fixes part of the info generation process.
-
Fred Drake authored
adding the \label{} broke that.
-
Fred Drake authored
-
Fred Drake authored
Changed {funcdesc} to {classdesc}. This is a test case for {classdesc}.
-
Fred Drake authored
Use \newenvironment{envname} instead of \newcommand{\foo} & \newcommand{\endfoo} (or \let\endfoo=...!) wherever reasonable. Where {*desc} environment helper functions are not needed outside a single environment definition, inline them. Ensure that \seemodule{} and \seetext{} are only available within the {seealso} environment. Added "()" to the index entries for {funcdesc} and {cfuncdesc} environments. Added {classdesc} environment which looks like the {funcdesc} environment but doesn't add the parens in the index entry.
-
Fred Drake authored
combining.
-
Guido van Rossum authored
local time -- that's better than failure.
-
- 18 Feb, 1998 26 commits
-
-
Fred Drake authored
&do_cmd_email: Adjust to use a font similar to that used in the printed representation. &my_module_index_helper: Change to be only used for defining markup. Don't prepend an <A NAME=...> to the result; use the containing page as the module target for the index. &ref_module_index_helper: New function. Used only for references to modules described elsewhere. Generate the right target. &init_myformat: Set the anchor_mark to an empty string; this avoids junky " "'s in the text, which could really screw up vertical spacing when that's all that's in a paragraph. &do_cmd_seemodule: Insert markup to jump right to the referred-to module.
-
Guido van Rossum authored
Clarify that the sign of the timezone offset returned by parsedate_tz() is the opposite of time.timezone.
-
Fred Drake authored
Fix \email{} so it doesn't rely on \url{}.
-
Fred Drake authored
-
Fred Drake authored
bookmarkable module sections in the HTML.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Guido van Rossum authored
-
Jeremy Hylton authored
-
Fred Drake authored
-
Fred Drake authored
New targets: ???-all, for each document. This creates all formats of the named document (DVI, HTML, PDF, PS). l2hlib: Added commands to translate node*.html to use the \label{} stuff, as supported by Jeremy's node2html.pl. This gives us mostly bookmarkable nodes.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Logical markup.
-
Fred Drake authored
-
Fred Drake authored
Logical markup.
-
Fred Drake authored
-
Fred Drake authored
Logical markup.
-
Fred Drake authored
Use "mv" instead of "ln -s" to install the new names.
-
Fred Drake authored
out how to make the border go away completely, please let me know!
-
Guido van Rossum authored
probably needs more work, describing new functions and the differences between unix/mac/win.
-
Jeremy Hylton authored
-
Guido van Rossum authored
(2) Fix normcase() to use string.lower() and string.replace() -- it turns out that the table constructed for translate() didn't work in locales that have a different number of lowercase and uppercase letters.
-