Sphinx and documenting python from a swigged C++ api [duplicate]
This question already has answers here : Is there a good way to produce documentation for swig interfaces? (2 answers) Closed last year . I'm basically asking the same question as this: Is there a good way to produce documentation for swig interfaces? However, that one was like two years old and now there is sphinx. Question is, can sphinx automatically get something out from the python code that swig produces, or does one need to manually 're-enter' the documentation that is in the C++ code? SWIG does not yet support extracting class/method/function documentation from comments in C++ header