Re: [HappyDoc-discuss] Viewing the source
Brought to you by:
doughellmann,
krlosaqp
From: Doug H. <do...@he...> - 2002-05-20 15:43:13
|
On Monday 20 May 2002 10:57, Aaron Held wrote: > We have been testing out happyDoc to use against the source for > Webware.sourceforge.net and its great so far. > > Currently the project comes with a simple source based documentation that > just writes our the pages as html. Is there a way to map the classes and > methods in the HappyDoc output to the actual source pages. (In the highly > unlikely event that some methods are not documented?) Do you just want to add a link in the pages HappyDoc produces that points to the external source? You could add a StructuredText link in the docstring at the top of each module that would point to the "right place" (probably using relative links, but maybe it would be easier to start all of the links at /). I don't think there's any way to do it more automatically. You might be able to add the feature by subclassing the default docset implementation to provide your own custom version. If you decide to do that, you may be able to build a link at the point where the filename is written into the page header. > HappyDocs at webware.metrony.com for now. I poked around a bit, but wasn't able to find them. Are they already online? Doug |