[Epydoc-devel] Re: epydoc questions
Brought to you by:
edloper
From: Robin D. <ro...@al...> - 2004-04-23 21:01:41
|
Edward Loper wrote: > Robin Dunn wrote: > [...] >> * Using the new wx package several of the core submodules are imported >> into the package namespace so the programmer doesn't have to worry >> about explicitly importing those submodules. For example, instead of >> using wx.core.Window the programmer will just use wx.Window. Is there >> any trick you can think of to make epydoc document the objects in >> those submodules as if they were actually in wx itself? That way the >> reader of the docs still won't have to know anything about the >> implementation details and the docs will accurately reflect how it is >> supposed to be used. > > > This would be hard to do with the current system. But it should become > easier after I make some of the architectural changes I mentioned. Hi Edward, Is there anything written about this new architecture that I could review? Is there an ETA? And if I decide that I am insane enough <wink!> to try and implement the above feature on the current system do you have any suggestions for how to go about doing it? -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! |