Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update to reflect the process changes. | Fred Drake | 2000-11-22 | 1 | -21/+6 | |
| | | | | | Remove the SGML aspects; there's too much XML momentum to worry about the SGML flavor at this point. | |||||
* | Update the rules to separate the two phases for the ESIS generation, | Fred Drake | 2000-11-22 | 2 | -22/+27 | |
| | | | | entirely so that debugging can be performed independently. | |||||
* | Add support for (relatively) recent additions and changes to python.sty, | Fred Drake | 2000-11-22 | 1 | -2/+30 | |
| | | | | and one more standard LaTeX macro. | |||||
* | Note that readframes() returns data in linear format, even if the original | Fred Drake | 2000-11-17 | 2 | -8/+53 | |
| | | | | | | | is encoded in u-LAW format. Based on suggestion from Anthony Baxter <anthony_baxter@users.sourceforge.net>. This closes bug #122273. | |||||
* | Make sure we clean up the index data each time it is written by LaTeX. | Fred Drake | 2000-11-03 | 1 | -1/+4 | |
| | ||||||
* | Revise the message to be a little nicer. | Fred Drake | 2000-10-29 | 1 | -3/+6 | |
| | | | | Have the mail sent to the python-dev and Doc-SIG lists. | |||||
* | Make this actually work now that the tool is checked in here instead of | Fred Drake | 2000-10-24 | 1 | -0/+1 | |
| | | | | just sitting around in my working directory. | |||||
* | Helper scripts used in published the "development" snapshots of the | Fred Drake | 2000-10-19 | 2 | -0/+43 | |
| | | | | Python documentation. | |||||
* | Substantially revise to handle the fact that Python CVS is no longer in a | Fred Drake | 2000-10-10 | 1 | -16/+35 | |
| | | | | | | | file-system accessible repository. Add a little bit of smarts to convert the cvsroot to an anonymous cvsroot the real one requires an authenticated login to SourceForge; this avoids the SSH startup delay when doing the checkout or export to get a fresh copy of the tree. | |||||
* | Hush the nanny. | Fred Drake | 2000-10-07 | 3 | -78/+78 | |
| | ||||||
* | Use the cvsinfo module instead of a module stuff off in my personal | Fred Drake | 2000-10-06 | 1 | -3/+2 | |
| | | | | collection. | |||||
* | Support module to help work with checked-out CVS trees. | Fred Drake | 2000-10-06 | 1 | -0/+81 | |
| | ||||||
* | Better add at least a short docstring to the module! | Fred Drake | 2000-10-05 | 1 | -1/+5 | |
| | ||||||
* | New script to convert the ACKS file to a nicely formatted HTML file. | Fred Drake | 2000-10-05 | 1 | -0/+62 | |
| | | | | Uses the new support module. | |||||
* | Use the new support module instead of including all the getopt | Fred Drake | 2000-10-05 | 1 | -113/+23 | |
| | | | | processing and style information directly. | |||||
* | Factor out some of the presentation and shared code from mkmodindex and | Fred Drake | 2000-10-05 | 1 | -0/+144 | |
| | | | | a mkackshtml (not yet checked in). | |||||
* | Remove styling information that conflicts with or duplicates the stylesheet; | Fred Drake | 2000-10-04 | 1 | -3/+2 | |
| | | | | | | | different browsers resolve the conflicts differently, and the "proper" resolution is not what we actually want. Reported by Peter Funk <pf@artcom-gmbh.de>. | |||||
* | Preliminary tool to troll through the CVS logs and LaTeX sources for | Fred Drake | 2000-10-03 | 1 | -0/+162 | |
| | | | | | | | the names of people that should be in the ACKS file. This relies on some personal code that is not yet available, but should be by the time we release 2.0c1. | |||||
* | Fix the way we found relevant cfuncdesc lines; PREFIX was not a regular | Fred Drake | 2000-09-22 | 1 | -7/+10 | |
| | | | | expression! | |||||
* | .use_latex(): Make this a little smarter so that it only runs pdflatex | Fred Drake | 2000-09-20 | 1 | -31/+24 | |
| | | | | | once if all the temporary files are available from building a DVI file. This can avoid two runs of pdflatex. | |||||
* | Before running LaTeX2HTML, remove all the HTML files from the output | Fred Drake | 2000-09-14 | 1 | -0/+3 | |
| | | | | | | directory. This avoids acretion of HTML from previous runs which may have a new name; this would have avoided a lot of the packaging problems related to changing labels from the old distutils documentation. | |||||
* | Make this script handle PyVarObject* functions as well as PyObject* | Fred Drake | 2000-09-12 | 1 | -4/+5 | |
| | | | | functions. | |||||
* | Make the HTML more XHTML-friendly. | Fred Drake | 2000-09-07 | 1 | -22/+22 | |
| | | | | Small nits in the layout of the generated markup. | |||||
* | Fix mkhowto so that the bookmarks for the PDF work for both "howto" and | Fred Drake | 2000-09-05 | 1 | -1/+5 | |
| | | | | "manual" class documents. | |||||
* | Add --up-link and --up-title parameters to allow linking the top level | Fred Drake | 2000-08-31 | 1 | -1/+12 | |
| | | | | | of the generated document to an external index. These correspond to the -up_url and -up_title parameters of LaTeX2HTML. | |||||
* | Remove obsolete scripts. | Fred Drake | 2000-08-31 | 3 | -159/+0 | |
| | ||||||
* | Add --l2h-init option, which can augment the standard LaTeX2HTML | Fred Drake | 2000-08-31 | 1 | -3/+11 | |
| | | | | | initialization with additional Perl files. This can be given more than once. | |||||
* | Add a --style option to allow specifying an alternate CSS style sheet for | Fred Drake | 2000-08-29 | 1 | -4/+8 | |
| | | | | | | | | HTML generation; the machinery was there but no option to set it was defined. Simplify some of the path-math since we can assume a recent version of Python. | |||||
* | Small changes to reflect changes in LaTeX2HTML support for newer versions | Fred Drake | 2000-07-31 | 2 | -3/+8 | |
| | | | | of LaTeX2HTML. | |||||
* | Only use one initialization file for LaTeX2HTML; more recent versions only | Fred Drake | 2000-07-24 | 1 | -4/+5 | |
| | | | | | use the last one specified on the command line instead of all of them. Smaller changes to reflect updated support. | |||||
* | Martin von Loewis <loewis@informatik.hu-berlin.de>: | Fred Drake | 2000-07-01 | 1 | -1/+1 | |
| | | | | Correct typo that caused a well-formedness failure. | |||||
* | Removed --l2h-config option; it introduced unnecessary complexity and | Fred Drake | 2000-06-29 | 1 | -10/+1 | |
| | | | | is not needed anywhere. | |||||
* | Remove unused "import curses". | Guido van Rossum | 2000-05-24 | 1 | -1/+0 | |
| | ||||||
* | Added the Distutils manuals. | Greg Ward | 2000-04-28 | 1 | -0/+2 | |
| | ||||||
* | If the refcount field is "null", that's ok; the value will be None. | Fred Drake | 2000-04-10 | 1 | -1/+3 | |
| | ||||||
* | For functions which return a PyObject* but use "null" for the | Fred Drake | 2000-04-10 | 1 | -1/+5 | |
| | | | | | | reference count field, state that the return value is always NULL. (Useful for some PyErr_*() flavors.) | |||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 8 | -13/+57 | |
| | ||||||
* | Added --numeric option, similar to mkhtml.sh. | Fred Drake | 2000-03-31 | 1 | -2/+7 | |
| | ||||||
* | Script to annotate api.tex with reference count information. | Fred Drake | 2000-03-15 | 1 | -0/+63 | |
| | ||||||
* | Script to help locate markup that LaTeX2HTML has a problem with. | Fred Drake | 2000-02-21 | 1 | -0/+26 | |
| | ||||||
* | Don't insert extra indentation before <title> elements. | Fred Drake | 2000-01-20 | 1 | -12/+12 | |
| | ||||||
* | rewrite_descriptor(): Fixup conversion of arguments (simpler). | Fred Drake | 1999-11-23 | 1 | -12/+35 | |
| | | | | | | | | join_adjacent_elements(): Hack to merge adjacent instances of <option>; the source \programopt with GNU-style long options created problems with LaTeX2HTML; this removes the evil workaround, which should never be necessary from structured documents(!). | |||||
* | Don't rename \var to <varname>; DocBook is too verbose here. | Fred Drake | 1999-11-23 | 1 | -4/+9 | |
| | | | | | | | | Do adopt DocBook's <command>, <option>, <envar> names for \program, \programopt, \envvar. Add \filenq --> <filename quote="no"> (it has to go somewhere, at least for now). | |||||
* | Added citetitle and programopt. | Fred Drake | 1999-11-09 | 1 | -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. | |||||
* | Change the suggestions pointer at the bottom of generated HTML pages. | Fred Drake | 1999-10-29 | 1 | -3/+3 | |
| | ||||||
* | Module/script to parse the reference count data file and make the | Fred Drake | 1999-10-20 | 1 | -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 --about option to specify the file to load "About this | Fred Drake | 1999-09-23 | 1 | -1/+8 | |
| | | | | document..." text from, defaulting to ../html/about.dat. | |||||
* | Added --image-type option to allow use of either GIF or PNG images. | Fred Drake | 1999-09-22 | 1 | -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(). | |||||
* | Update the instructions slightly. | Fred Drake | 1999-08-26 | 1 | -4/+44 | |
| | | | | | Add a new section describing what each of the tools does, in general terms. | |||||
* | Removed; no longer needed now that the other tools can handle entity | Fred Drake | 1999-08-26 | 1 | -24/+0 | |
| | | | | references directly. |