RE: [Docstring-develop] Re: [Python-Dev] Re: AST mining (was Re: Direction of PyChec
Status: Pre-Alpha
Brought to you by:
goodger
From: Jeremy H. <je...@zo...> - 2001-08-15 12:05:08
|
>>>>> "TJI" == Tibs <Tony> writes: TJI> Jeremy Hylton wrote: >> A first and quite incomplete draft of docs for the compiler >> package has been checked in Tools/compiler/doc. The HTML version >> is currently available from >> http://www.python.org/~jeremy/compiler/ TJI> Great Stuff, but... TJI> Is there any chance of a "flat" version of this? - I would like TJI> something I could print out, and these hierarchical TJI> organisations can be a right pain. Fred's excellent documentation tools can be used to produce pdf, ps, html, etc. from the tex source. I'd like to avoid producing many different versions for intermediate drafts. Might you be able to grab the Python source tree and try it out: run Doc/tools/mkhowto on Tools/compiler/doc/compiler.tex. I'll produce all the various formats when I have a solid draft. Jeremy |