[sphinx-dev] Re: Annoucing robin, a new Doxygen to Sphinx bridge

2012-07-05 Thread David Leach
A minor suggestion then. From a project perspective, you probably wouldn't want to check in to your source archive something that is the output of a process (like running doxygen). I would think you would have a documentation build process that would make a doxygen pass over your code base to ge

Re: [sphinx-dev] autodoc and optional parameters

2012-07-04 Thread David Leach
Yeah, I was looking at the underlying code to autodoc and I think I see how to add support for this... But I'm not real proficient with python. It looks like autodoc uses the inspect module to get a clean string of the function prototype. If you then use string functions to search for '=' you c