On Mon, Nov 16, 2009 at 12:49 PM, Edward Z. Yang < [email protected]> wrote:
> > Does Sphinx have any facilities for generating annotated source code > along with documentation? I've always found it really helpful if I > could click a little [src] link next to some API documentation and > see exactly what the function is, as well as be able to click around > the codebase. > > Edward > > I'm not aware of anything built into Sphinx to do this, but it should be relatively easy to add. There is an extension to automatically generate links to Epydoc documentation, which you could take a look at for an example of how to do something like this: http://git.savannah.gnu.org/cgit/kenozooid.git/tree/doc/extapi.py Kevin Horn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
