On 04/15/2010 03:53 AM, Murray Cumming wrote:
(If anyone can suggest a better alternative to nasty pydoc, I'd be
glad.)

Well, Sphinx, <http://sphinx.pocoo.org/>, is the new standard for Python documentation, but I don't think it has any way to extract documentation from your boost python module. For that purpose, I'm using Breathe, <http://github.com/michaeljones/breathe>, which takes the output of Doxygen and adapts it to Sphinx. It isn't perfect, but it seems useful. I think it has the potential to get much better.

--Jim Amundson
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to