Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Jeff Kunce writes (and he is right): | Guido van Rossum | 1998-02-19 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | Also, I just ran across a [possible] minor glitch in the library documentation for site.py. It says: "For example, suppose sys.prefix and sys.exec_prefix are set to `/usr/local'. The Python 1.5 library is then installed in `/usr/local/lib/python1.5'. Suppose this has a subdirectory `/usr/local/python1.5/site-packages' with three subsubdirectories, `foo', `bar' and `spam'..." I think it should be: "...Suppose this has a subdirectory `/usr/local/lib/python1.5/site-packages' with..." ^^^^ | ||||
* | Revise comment about the {fulllineitems} environment to be accurate. | Fred Drake | 1998-02-19 | 1 | -1/+3 |
| | |||||
* | Improve support for logical node names. | Fred Drake | 1998-02-19 | 1 | -0/+26 |
| | |||||
* | Adjusted \label{} for *consistent* logical addressing. | Fred Drake | 1998-02-19 | 2 | -236/+240 |
| | | | | Logical markup. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-19 | 2 | -0/+6 |
| | |||||
* | Add missing files to $(LIBFILES). | Fred Drake | 1998-02-19 | 1 | -1/+5 |
| | | | | Run node2label.pl on the HTML versions of all the LaTeX manuals. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-19 | 2 | -0/+32 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-19 | 4 | -2/+6 |
| | |||||
* | Added itemized list of Macintosh modules, similar to the other chapters. | Fred Drake | 1998-02-19 | 2 | -6/+118 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-19 | 2 | -0/+2 |
| | |||||
* | Separate chapter and section. | Fred Drake | 1998-02-19 | 6 | -220/+222 |
| | |||||
* | Make sure the general index and about nodes get labels assigned, so they get | Fred Drake | 1998-02-19 | 1 | -3/+25 |
| | | | | real names instead of node#.html names. | ||||
* | Separate binhex and binuu documentation from binascii. Support better | Fred Drake | 1998-02-19 | 8 | -148/+152 |
| | | | | module addressing in HTML. | ||||
* | Remove debugging print. | Fred Drake | 1998-02-19 | 1 | -3/+7 |
| | | | | | | Support {classdesc} and {fulllineitems} environments. Support most recent logical markup. | ||||
* | Bring date into line with the last documentation release. | Fred Drake | 1998-02-19 | 2 | -2/+2 |
| | |||||
* | Work on a temporary file, not the input file. | Fred Drake | 1998-02-19 | 2 | -2/+2 |
| | |||||
* | Revised some targets to make better use of make "special" variables, to avoid | Fred Drake | 1998-02-19 | 1 | -7/+16 |
| | | | | | | repeating file names. Change lib.texi target to not overwrite the input file; work on a copy. | ||||
* | Support environments {fulllineitems} and {classdesc}, more of the new logical | Fred Drake | 1998-02-19 | 2 | -24/+14 |
| | | | | | | markup. The info generation now works, yet again. | ||||
* | Adjust grouping for the "b(reak)" command syntax description. This is | Fred Drake | 1998-02-19 | 2 | -2/+2 |
| | | | | required to get the info generation back in operation, yet again. | ||||
* | Logical markup. | Fred Drake | 1998-02-19 | 2 | -114/+118 |
| | | | | | Several uses of "\^" could be simplified; this fixes part of the info generation process. | ||||
* | \nodename{} must immediately follow \chapter{} to be handled correctly; | Fred Drake | 1998-02-19 | 2 | -4/+2 |
| | | | | adding the \label{} broke that. | ||||
* | {fulllineitems} is now an environment; use it as such. | Fred Drake | 1998-02-19 | 2 | -6/+14 |
| | |||||
* | Logical markup. | Fred Drake | 1998-02-19 | 2 | -18/+18 |
| | | | | Changed {funcdesc} to {classdesc}. This is a test case for {classdesc}. | ||||
* | Mostly LaTeX style cleanup. | Fred Drake | 1998-02-19 | 1 | -111/+159 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | breakable_re: Fix the RE so that module definition entries don't prevent | Fred Drake | 1998-02-19 | 2 | -2/+4 |
| | | | | combining. | ||||
* | Feature added by Bill van Melle: when no timezone is present, assume | Guido van Rossum | 1998-02-19 | 2 | -2/+6 |
| | | | | local time -- that's better than failure. | ||||
* | &do_cmd_url, | Fred Drake | 1998-02-18 | 1 | -11/+40 |
| | | | | | | | | | | | | | | | | | | &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. | ||||
* | Consistent spelling: "time zone" -> "timezone". | Guido van Rossum | 1998-02-18 | 2 | -6/+12 |
| | | | | | Clarify that the sign of the timezone offset returned by parsedate_tz() is the opposite of time.timezone. | ||||
* | Add named destinations for \label{} in the PDF. | Fred Drake | 1998-02-18 | 1 | -3/+11 |
| | | | | Fix \email{} so it doesn't rely on \url{}. | ||||
* | Add new files from the Mac user interface breakup. | Fred Drake | 1998-02-18 | 1 | -1/+2 |
| | |||||
* | Separate Mac user interface modules into separate files, to better support | Fred Drake | 1998-02-18 | 10 | -702/+1048 |
| | | | | bookmarkable module sections in the HTML. | ||||
* | assure a consistent assignment for nodes with multiple labels | Jeremy Hylton | 1998-02-18 | 2 | -2/+4 |
| | |||||
* | Added a number of items.... | Fred Drake | 1998-02-18 | 1 | -1/+14 |
| | |||||
* | Added libsymbol.tex, libtoken.tex to dependencies for the libref. | Fred Drake | 1998-02-18 | 1 | -1/+10 |
| | | | | | | | | | 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. | ||||
* | Separate the parse, symbol, and token documentation into separate files. | Fred Drake | 1998-02-18 | 8 | -138/+134 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 6 | -16/+24 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 14 | -0/+14 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 4 | -10/+14 |
| | | | | Logical markup. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 8 | -6/+14 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 6 | -112/+120 |
| | | | | Logical markup. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 12 | -2/+18 |
| | |||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 4 | -24/+30 |
| | | | | Logical markup. | ||||
* | Don't make backups. | Fred Drake | 1998-02-18 | 2 | -6/+6 |
| | | | | Use "mv" instead of "ln -s" to install the new names. | ||||
* | \url{}: For pdflatex, make the link active & make it blue. If anyone figures | Fred Drake | 1998-02-18 | 1 | -7/+11 |
| | | | | out how to make the border go away completely, please let me know! | ||||
* | Add normpath(). Clarify normcase(). (Note -- this doc section | Guido van Rossum | 1998-02-18 | 2 | -6/+24 |
| | | | | | probably needs more work, describing new functions and the differences between unix/mac/win. | ||||
* | Patch HREFs in html files, replacing nodeXXX.html with label.html. | Jeremy Hylton | 1998-02-18 | 2 | -0/+76 |
| | |||||
* | Add mktime_tz(). Add () to a function reference in parsedate_tz(). | Guido van Rossum | 1998-02-18 | 2 | -2/+18 |
| | |||||
* | main(): Include a \label{modindex} in the output so latex won't let us re-use | Fred Drake | 1998-02-17 | 2 | -2/+4 |
| | | | | | the name elsewhere. This is useful for the logical filenames project, since the "modindex" label is hardcoded into .latex2html-init. | ||||
* | &do_cmd_textohtmlmoduleindex: Get the modindex key added to the label->node | Fred Drake | 1998-02-17 | 1 | -2/+2 |
| | | | | association. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-17 | 4 | -0/+4 |
| |