Hi Everyone. I was wondering if there was a way to do something like the autodoc extension but with the classes I have defined in my rst files. I'd like to get the 'data/methods inherited from' info in a separate class...
For example, I have Class A defined: .. class:: A attributes & methods Class A is the base class of B so.. .. class:: B(A) attributes & methods defined here... # Autodoc this part from A class - Same as you would get with help(B) in a console attributes & methods inherited from A... Thanks for your time... -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-...@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.