summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* Update publish-to-SourceForge scripts to automatically determine if theFred Drake2001-04-222-7/+26
| | | | | branch is the head (development) branch or a maintenance brach, and use the appropriate target directory for each.
* encode(): Handle Latin-1 input characters better.Fred Drake2001-04-211-3/+7
|
* Add support for <memberline/> (needs markup improvement!).Fred Drake2001-04-211-1/+5
| | | | | | Update <versionadded/> to recent addition of optional explanatory text; make the explanation text take the same attribute name for both <versionadded/> and <versionchanged/>.
* Update the helper scripts that push development docs to SourceForge;Fred Drake2001-04-132-5/+5
| | | | | this version avoids having to build a separate authenticated connection to push the update-docs.sh script to SF.
* Update the XML conversion specification.Fred Drake2001-04-101-0/+2
|
* Allow the <author/> element to appear before a paragraph without beingFred Drake2001-03-291-1/+1
| | | | made a part of the paragraph.
* Remove the annoying __version__ definitions.Fred Drake2001-03-233-4/+0
|
* Lots of small changes to make this work with the Python DOM bindingsFred Drake2001-03-231-91/+95
| | | | | | | (minidom in particular); it was using PyDOM which is now obsolete. Only write the output file on success -- this avoids updating the timestamp on the file on failure, which confuses "make".
* Pick up the "encode" function from esistools instead of defining our ownFred Drake2001-03-231-15/+9
| | | | | | (broken) version. Remove Conversion.err_write() -- use dbgmsg() consistently.
* Re-write to no longer depend on an old version of PyXML. This nowFred Drake2001-03-231-46/+273
| | | | | | | implements a SAX XMLReader interface instead of the old Builder interface used with PyDOM (now obsolete). This only depends on the standard library, not PyXML.
* Pick the "escape" function from the standard library instead of from PyXML.Fred Drake2001-03-231-1/+1
|
* Add conversions for more of the markup -- not all of this was around whenFred Drake2001-03-231-1/+32
| | | | this file was written!
* Remove debugging "set -x".Fred Drake2001-03-031-3/+0
|
* Revise the scripts I use to update the documentation on the SourceForgeFred Drake2001-03-022-37/+41
| | | | | | site. These now seem (slightly) more reliable, and easier to work with since update-docs.sh no longer needs to be installed ahead of time on my account at SF.
* Job.build_html(): When formatting HTML into more than one HTML page, andFred Drake2001-03-021-7/+25
| | | | | | | not doing the \label{foo} --> foo.html transformation (--numeric was specified on the command line), still look to see if there is an "About this document..." node and copy that to "about.html", since the page footers use that as the target.
* Add an option allowing the user to determine where the output HTML is built.Fred Drake2001-02-191-3/+8
| | | | | Provide a way to set the paper size by name instead of only supporting separate options for each size.
* Be more careful to avoid spurious output from the shell script thatFred Drake2001-02-141-1/+5
| | | | unpacks the development version of the docs on SF.
* Jon Nelson <jnelson@users.sourceforge.net>:Fred Drake2001-02-122-14/+17
| | | | | | | Make the documentation tools work with Python 1.5.2. [Slightly modified from submitted patch. --FLD] This closes SF bug #132005.
* Jon Nelson <jnelson@users.sourceforge.net>:Fred Drake2001-02-123-8/+9
| | | | Make the documentation tools compatibile with Python 2.0.
* Improve diagnostic output when an external command returns a non-zero exitFred Drake2001-02-041-0/+19
| | | | | | code, showing the transcript for that command. This closes SF bug #129740.
* Do not pass names of individual files to shutil.rmtree(); use os.unlink()Fred Drake2001-02-021-2/+3
| | | | for that.
* Make HTML the default output format, since that is what people actuallyFred Drake2001-01-301-3/+3
| | | | want most of the time.
* When generating the source package, copy in the LICENSE file from the mainFred Drake2001-01-221-4/+6
| | | | source directory.
* Added a --global-module-index option to specify a (possibly relative) URLFred Drake2001-01-091-1/+6
| | | | | | | | | to the Global Module Index for a set of documents. This is used to include a reference to the global index from the per-document module indexes, so that it is just a little easier to find. (Someone suggested this, but I do not remember who. Please let me know if it was you -- thanks!)
* Adjust to allow an explanation of the changes to be included in theFred Drake2000-11-302-2/+13
| | | | notification message.
* Use a subclass of buildindex.Node to clean up the HTML and get theFred Drake2000-11-281-4/+18
| | | | | | ordering fixed up (this makes sure that "xml.dom" comes before "xml.dom.minidom" in the Module Index, which was not true before because some HTML cruft crept into the data structures).
* Conversion.write_ordinal(): Not used, remove it.Fred Drake2000-11-221-4/+0
|
* Convert the LaTeX "tie" (~) to a simple space.Fred Drake2000-11-221-4/+40
| | | | | | Add support for some combining characters. Remove unnecessary imports and dependencies on PyXML and esistools.
* Update to reflect the process changes.Fred Drake2000-11-221-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 Drake2000-11-222-22/+27
| | | | entirely so that debugging can be performed independently.
* Add support for (relatively) recent additions and changes to python.sty,Fred Drake2000-11-221-2/+30
| | | | and one more standard LaTeX macro.
* Note that readframes() returns data in linear format, even if the originalFred Drake2000-11-172-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 Drake2000-11-031-1/+4
|
* Revise the message to be a little nicer.Fred Drake2000-10-291-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 ofFred Drake2000-10-241-0/+1
| | | | just sitting around in my working directory.
* Helper scripts used in published the "development" snapshots of theFred Drake2000-10-192-0/+43
| | | | Python documentation.
* Substantially revise to handle the fact that Python CVS is no longer in aFred Drake2000-10-101-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 Drake2000-10-073-78/+78
|
* Use the cvsinfo module instead of a module stuff off in my personalFred Drake2000-10-061-3/+2
| | | | collection.
* Support module to help work with checked-out CVS trees.Fred Drake2000-10-061-0/+81
|
* Better add at least a short docstring to the module!Fred Drake2000-10-051-1/+5
|
* New script to convert the ACKS file to a nicely formatted HTML file.Fred Drake2000-10-051-0/+62
| | | | Uses the new support module.
* Use the new support module instead of including all the getoptFred Drake2000-10-051-113/+23
| | | | processing and style information directly.
* Factor out some of the presentation and shared code from mkmodindex andFred Drake2000-10-051-0/+144
| | | | a mkackshtml (not yet checked in).
* Remove styling information that conflicts with or duplicates the stylesheet;Fred Drake2000-10-041-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 forFred Drake2000-10-031-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 regularFred Drake2000-09-221-7/+10
| | | | expression!
* .use_latex(): Make this a little smarter so that it only runs pdflatexFred Drake2000-09-201-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 outputFred Drake2000-09-141-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 Drake2000-09-121-4/+5
| | | | functions.