Hello,

I have a boost:python project and I am working on the documentation: Shyft 
<https://github.com/statkraft/shyft-doc>.

I am trying to use autodoc with sphinx. One of the main modules is pure C++ 
.so library and we have the following line in a module's `__init__.py` file:

from shyft.api._api import *

I am setting `:inherited-members:` and `:undoc-members:`, but it seems this 
will only add any functions defined explicitly in the `__init__.py`, but 
not the ones imported.

Suggestions?


-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to