Re: [Epydoc-devel] chm files
Brought to you by:
edloper
From: <jU...@ar...> - 2007-02-27 17:16:30
|
Daniele Varrazzo schrieb: >> Daniele Varrazzo schrieb: >> >>>> Can i have a sample of how the hhc, hhk, hhp file should appear? You may >>>> use >>>> the tracker item above to post the files, to keep all the chm stuff >>>> together >>>> (i marked the item as to be done for 3.1 release; now i'm mostly focused >>>> on >>>> functional testing for the 3.0 release). >>>> >>>> >>>> >> There seems no way to attatch files in tracker comments, so I dumped some >> samples and links for further reading into the comment box of the tracker. >> > > Thank you for the exaustive description: it will be very useful to put > together the chm support. > > ...took a bit closer look at epydoc now and ran a test compile. Everything works fine, micros compiler is complaining about the xml decls in the html files, but does the job. Generating a Chm from epydoc seems to be no more than running a parser over the generated html output to bring the (dotted) names epydoc throws out into hirarchical form ++ a bit of this and a bit of that. Should be no problem to get some reasonable output in a few days without even toutching the internals of epydoc. In case you are interested, see: chm_doc.py http://frogpie.svn.sourceforge.net/svnroot/frogpie/trunk/sandbox/chm BTW: epydoc looks great as Chm. Congrats.... Jürgen |