That's a fair bit of time on the plane. I can see why you'd want offline docs.
I'd recommend checking out the subversion repository. Since there are svn:externals set up, it will automatically grab the code from kid, sqlobject, cherrypy, mochikit and formencode. All but turbogears and cherrypy have their docs in restructured text, so you can conveniently read just like that. You can generate an offline version of the TurboGears site by running: python setup.py docs You will probably hit an error if you do that on a machine other than mine. If you delete the "copydirs" line in setup.cfg, though, it should work just fine. You won't have the epydoc API docs that way. (But, you've got all of the code anyhow...) Kevin On 10/6/05, Bill Woodward <[EMAIL PROTECTED]> wrote: > > Good morning, > > I'm going to be travelling this weekend (Austin, TX to Heidelberg, > Germany), without network access. I'd like to do some work with > TurboGears, and was wondering if there was a download for the docs for > TurboGears, Kid, SQLObject, CherryPy, and MochiKit, so I can access > them offline. I, of course, have already downloaded to 20-minute Wiki > video, but I need something a little more complete. > > TIA, > - Bill > > -- > Bill Woodward [EMAIL PROTECTED] http://www.saifa.net > > "I have more trouble with D. L. Moody than with any other man I ever > met." -- D. L. Moody > s/D. L. Moody/Bill Woodward/g > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

