Looking for something like PyDoc that can generate a set of Wiki style pages vs the current HTML ones that export out of PyDoc. I would like to be able to export these in Google Code's Wiki as an extension to the current docs up there now.
+1
A:
Take a look at pydoc.TextDoc. If this contains too little markup, you can inherit from it and make it generate markup according to your wiki's syntax.
Martin v. Löwis
2009-07-23 04:49:58
Thats what I was thinking about doing. Just was hoping someone had already done the work or had the idea already.
NerdyNick
2009-07-23 05:37:13
I have, but I don't think it exports to Wiki format. Yet alone it does more then what I need at this point as all I'm looking for is a basic package, module, class break down documentation. It might be something to look into expanding it like suggest above with PyDoc to do a Wiki style generation.
NerdyNick
2009-07-24 17:57:46