summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass around a list of known empty elements, since the ESISFred Drake1998-12-101-5/+6
| | | | contains "e" events for them. This wasn't used anyway.
* Added a transform to start cleaning up the modulesynopsis stuff aFred Drake1998-12-101-0/+17
| | | | little; more thinking is needed about what we really want.
* Nits.Fred Drake1998-12-101-11/+11
|
* Handle SGML variant as well as XML variant. SGML is *much* moreFred Drake1998-12-101-0/+12
| | | | likely to be used.
* Update the descriptions of strftime() and strptime() to avoidFred Drake1998-12-081-45/+47
| | | | confusion, and describe what the "directives" are about.
* Correct the poplib example. Stephan Richter pointed out some problemsGuido van Rossum1998-12-081-3/+3
| | | | with it.
* Rename the parameters of atan2(), based on comments from Guido & PeterFred Drake1998-12-081-2/+2
| | | | A. Koren <pkoren@hex.net>.
* Sjoerd writes:Guido van Rossum1998-12-071-1/+2
| | | | | | When literal mode is entered it should exit automatically when the matching close tag of the last unclosed open tag is encountered. This patch fixes this.
* "singed" --> "signed" (3 places)Fred Drake1998-12-071-3/+3
| | | | Noticed by Andrew MacIntyre <andymac@bullseye.apana.org.au>.
* Clarify evaluation of default arguments at def time with more text andGuido van Rossum1998-12-041-2/+20
| | | | an example.
* Add explicit example on how to import a submodule of a package usingGuido van Rossum1998-12-041-0/+15
| | | | __import__ and getattr().
* General comments on what's here and how to try it out. NoteFred Drake1998-12-021-0/+23
| | | | dependence on the XML package.
* Moved NotImplementedError into alphabetical order, and rewordBarry Warsaw1998-12-011-9/+7
| | | | description.
* Added documentation for NotImplementedError. Fred (I'm sure) willBarry Warsaw1998-12-011-0/+9
| | | | sanitize for your protection :-)
* Support conversions to both SGML and XML; SGML is the "default".Fred Drake1998-12-011-14/+20
| | | | Add dependency on esistools.py for the ESIS intermediate files.
* Use esistools.Fred Drake1998-12-011-29/+25
| | | | Lots of changes to the conversion table.
* Use esistools.Fred Drake1998-12-011-15/+66
| | | | | Generate ESIS data instead of XML. Misc. changes to some transforms.
* Use esistools, getopt.Fred Drake1998-12-011-31/+27
|
* Utility functions and misc. classes used in handling ESIS data.Fred Drake1998-12-011-0/+80
|
* Ignore the byproducts of SGML/XML conversions for now.Fred Drake1998-12-016-6/+18
|
* Nits to support conversions.Fred Drake1998-12-011-2/+2
|
* Nits to support conversions.Fred Drake1998-11-301-7/+4
|
* Remove $(CUTCRUFT) garbage; now in fixgenents.sh.Fred Drake1998-11-301-6/+8
| | | | | Separate ESIS generation from XML generation. This will evolve a bit more in a couple of days.
* Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean upFred Drake1998-11-301-1/+4
| | | | make.rules.
* Fix minor nit with respect to conversion.Fred Drake1998-11-301-39/+43
| | | | Update some logical markup.
* Remove {\rm ...} constructs.Fred Drake1998-11-301-1/+1
|
* Remove some remaining {\rm ...} constructs.Fred Drake1998-11-301-37/+38
| | | | Update logical markup in a few spots.
* Change "for" explanation slightly based on comment passed along byFred Drake1998-11-301-7/+10
| | | | Blake Winton <BlakeW@pcdocs.com>.
* l2hoption: Do the "right thing" to quote the right-hand-side of PerlFred Drake1998-11-301-1/+2
| | | | | assignments. This allows '"', '$', and '@' to be included in the values passed to parameters like --address.
* Add a --address parameter to the mkhowto command line to directFred Drake1998-11-301-2/+2
| | | | | | | documentation comments appropriately. In response to comment from Martijn Faassen <faassen@vet.uu.nl>. Add dependency to about.dat.
* Add a -address parameter to the LaTeX2HTML command line to directFred Drake1998-11-301-0/+1
| | | | | documentation comments appropriately. In response to comment from Martijn Faassen <faassen@vet.uu.nl>.
* Oops, remove LaTeX2HTML version number. Could become wrong and isn'tFred Drake1998-11-301-2/+1
| | | | | needed, since it's always added to the comments in the page header anyway.
* do_cmd_textohtmlinfopage(): Rip out most of the boilerplate and moveFred Drake1998-11-301-12/+13
| | | | | | it to the about.dat file. Only what really needs to be generated is, and the remainder is easier to maintain than Perl code.
* New file. Contains boilerplate text for the "About this document..."Fred Drake1998-11-301-0/+27
| | | | | | section of LaTeX2HTML-generated documents. Includes credit to Christopher Petrilli for the navigation icons.
* Markup nit to ease conversions.Fred Drake1998-11-301-1/+1
|
* Markup improvements to help with conversions.Fred Drake1998-11-301-27/+33
|
* Remove cruft from the old Texinfo conversion. This simplifies some ofFred Drake1998-11-301-10/+0
| | | | the newer processing.
* Remove bogus \@.Fred Drake1998-11-301-1/+1
|
* Minor markup nit to ease conversion processing.Fred Drake1998-11-301-2/+2
|
* Do all the right imports. Problem reported by Martijn FaassenFred Drake1998-11-301-1/+2
| | | | <faassen@vet.uu.nl>.
* Several small adjustments.Fred Drake1998-11-301-60/+88
|
* Make \var work correctly in math mode.Fred Drake1998-11-301-2/+8
|
* Handle output of \geq and \leq.Fred Drake1998-11-301-0/+2
|
* Logical markup.Fred Drake1998-11-251-341/+240
| | | | | | | Fix a few things for the conversion to structured markup. Removed texinfo special cases, since there's likely a new info process.
* Fix remaining {\rm ...} construct.Fred Drake1998-11-251-1/+1
|
* Remove some optional parameters that are unnecessary in context.Fred Drake1998-11-251-4/+4
|
* Remove bogus \@.Fred Drake1998-11-251-3/+3
|
* Remove bogus \@.Fred Drake1998-11-251-1/+1
|
* Do the right stuff to convert what was originally \e, \ldots, and ---Fred Drake1998-11-251-0/+3
| | | | in the LaTeX sources.
* Remove two remaining {\tt ...} constructs.Fred Drake1998-11-251-1/+1
|