Hello, I just posted this before, but I don't see it appearing, apologies for a duplicate post.
I am writing documentation for a boost:python project <https://github.com/statkraft/shyft-doc> with uses and underlying C++ .so file as a key module. It is read referenced within the `api.__init__.py` file in the following manner: from shyft.api._api import * I am trying every combination of :inherited-members:, :members:, :undoc-member:, etc.. but it seems only either functions/classes explicitly defined in the __init__.py file are exposed. How would I get the other modules/classes to be documented which exist within `_api.so` Thank you. -- 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.
