> As far as I can tell, Sphinx can't process doc strings from C++, but there > might be some workarounds using Doxygen
Check out this extension: http://old.nabble.com/Using-doxygen-and-sphinx-together-td20989904.html Numpy just writes everything out so you can separate the docs from the code, but if you do that you have to be quite diligent to update the docs everytime the code changes. _______________________________________________ Mailing list: https://launchpad.net/~fenics Post to : [email protected] Unsubscribe : https://launchpad.net/~fenics More help : https://help.launchpad.net/ListHelp

