summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Set the date and version to reflect the actual status, not the lastFred Drake1999-11-181-2/+2
| | | | released status. Has to be changed just before publishing anyway.
* When generating the top-level index to the documents, make sure someFred Drake1999-11-181-1/+3
| | | | | | oddball things from the LaTeX get translated to rational values. This is mostly to keep things from looking broken in a development tree when they're not.
* Removed last XXX comment; no further action needed on this one.Fred Drake1999-11-171-4/+3
|
* Preliminary documentation for turtle module (Tk), by Moshe Zadka.Fred Drake1999-11-151-0/+160
| | | | | Fixed up a few TeXisms and markup nits, but otherwise unchanged. Somewhat raw.
* Added request to please not send HTML email to the newsgroup/mailingFred Drake1999-11-121-0/+4
| | | | list or to python-docs.
* Document \citetitle and \programopt.Fred Drake1999-11-101-0/+9
|
* Use \citetitle and \programopt as appropriate.Fred Drake1999-11-1013-144/+149
|
* Use \citetitle as appropriate.Fred Drake1999-11-106-44/+47
|
* Use \citetitle in several places, and \programopt where appropriate.Fred Drake1999-11-101-20/+23
|
* Use \citetitle in several places.Fred Drake1999-11-101-14/+18
|
* Use \citetitle instead of \emph.Fred Drake1999-11-091-4/+4
|
* Use \citetitle in one place.Fred Drake1999-11-093-3/+3
|
* Use the new markup as apporpriate.Fred Drake1999-11-091-17/+17
|
* Use \programopt in one place.Fred Drake1999-11-091-7/+7
|
* Added citetitle and programopt.Fred Drake1999-11-091-1/+8
| | | | | | Made var get renamed to varname (more like DocBook). Other names should probably be changed as well; still waiting for the DocBook book to arrive.
* Use \programopt in one place.Fred Drake1999-11-092-2/+3
|
* Missed a couple of program options that had been marked by \code.Fred Drake1999-11-091-4/+4
|
* Use \programopt in one place.Fred Drake1999-11-091-1/+1
|
* Use \citetitle and \programopt as appropriate.Fred Drake1999-11-091-17/+18
|
* \programopt: New macro, used to mark command-line parameters in theFred Drake1999-11-091-0/+5
| | | | | | | | | text. Looks like \program. \citetitle: New macro, used to mark titles of cited works (like the names of the Python manuals). Accepts & discards an optional parameter that is only used by the HTML formatter. Looks like \emph.
* do_cmd_programopt(): New function, similar to do_cmd_program().Fred Drake1999-11-091-0/+19
| | | | | | | | do_cmd_citetitle(): New function. Extracts one optional and one required parameter. If the optional one is provided, it is used a URL (or relative URL) and the text of the required parameter is turned into a hyperlink.
* Change the suggestions pointer at the bottom of generated HTML pages.Fred Drake1999-10-292-4/+4
|
* Straighten out dependencies so changes in the texinputs/* get reflected.Fred Drake1999-10-292-30/+32
|
* pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>.Fred Drake1999-10-291-1/+1
|
* Added dependency on filecmp section, removed dependencies on cmp andFred Drake1999-10-291-2/+1
| | | | cmpcache sections.
* Make references to new filecmp module hyperlinks now that there'sFred Drake1999-10-291-2/+2
| | | | documentation.
* Added section for filecmp.Fred Drake1999-10-291-0/+1
|
* filecmp documentation from Moshe Zadka <moshez@math.huji.ac.il>.Fred Drake1999-10-291-0/+40
|
* Added deprecation notes, in case anyone decides to read these anyway.Fred Drake1999-10-262-0/+6
|
* cmp and cmpcache are now obsolete, so don't include theirFred Drake1999-10-261-2/+2
| | | | documentation sections.
* Added cmp and cmpcache to the "Obsolete" section.Fred Drake1999-10-261-7/+14
|
* Documented Beep() function.Fred Drake1999-10-221-3/+13
|
* Module/script to parse the reference count data file and make theFred Drake1999-10-201-0/+95
| | | | | | | | | | information accessible to Python. When run as a script, just dumps the information back out in the data format, with functions in sorted order and a blank line between different functions. Still need to apply the information somehow.
* Added note that Skip created the initial version of this file.Fred Drake1999-10-201-17/+14
| | | | Fixed up a few of his ??? comments.
* Initial version as provided by Skip Montanaro <skip@mojam.com>.Fred Drake1999-10-201-0/+906
|
* Fixed typo in explanation of abspath(); noticed by Paul PrescodFred Drake1999-10-181-1/+1
| | | | <paul@prescod.net>.
* "make clobber" should remove modindex.html as well.Fred Drake1999-09-241-2/+2
| | | | Added realclean and distclean as synonyms for clobber.
* icons/ should not be ignored here now that this is it's real home.Fred Drake1999-09-241-1/+0
|
* Added --about option to specify the file to load "About thisFred Drake1999-09-231-1/+8
| | | | document..." text from, defaulting to ../html/about.dat.
* Tell mkhowto to use stdabout.dat for the documents it processes here.Fred Drake1999-09-231-4/+4
|
* Remove some <SPAN> elements that were used only to carry a CLASSFred Drake1999-09-231-6/+14
| | | | | | | attribute; stick the CLASS on an existing element. Use a variable for the name of the file to get "About this document..." text from.
* Remove the "Comments and Questions" section, allowing this to be usedFred Drake1999-09-231-43/+22
| | | | for non-standard Python documentation.
* Version of about.dat that should only be used for the standardFred Drake1999-09-231-0/+44
| | | | documentation.
* Remove some <SPAN> elements that were used only to carry a CLASSFred Drake1999-09-231-4/+4
| | | | attribute; stick the CLASS on an existing element.
* Oops, missed this one!Fred Drake1999-09-231-0/+0
|
* img_tag(): Tighten up the generated SRC attribute a bit; if the imageFred Drake1999-09-231-3/+6
| | | | relative URL starts with "./", remove "./".
* do_cmd_rfc(): Simplify the generated markup.Fred Drake1999-09-221-2/+2
|
* Added --image-type option to allow use of either GIF or PNG images.Fred Drake1999-09-221-11/+38
| | | | | | | | | Job.warning(): New method; use this instead of writing to sys.stderr directly. Ensures warnings are also sent to the log file. Job.log(): New method; write a message to the log file. Use from .message() and .warning().
* Some updates to allow ../tools/mkhowto to add various bits to theFred Drake1999-09-221-46/+86
| | | | | | | | | | | | supplemental l2h initialization file it creates and still get all the right behavior. In particular, it can change the image type and icon location and not get inconsistent results. Some code to help suppress various navigational pages; this might be interesting when generating HTML to create HTML Help documents, since the navigation support creates confusing hits in the full text search. HTML Help also provides a lot of the navigational infrastructure, so duplicating it makes it more tedious to use.
* PNG version of the icons, converted from the GIFsFred Drake1999-09-226-0/+0
| | | | by Michael Hudson <mwh21@cam.ac.uk>.