Hi,
I would like to define explicitly inheritance relations without using
autodoc. I am building a customize doc. For instance I have a class A that
inherits from B. In my docs I have
.. class:: B
.. method:: funB(i)
:param i:
:type i: int32
:rtype: int32
.. class:: A
.. method:: funA(i)
:param i:
:type i: int32
:rtype: int32
How can I add the inheritance of A from B?
Thanks in advance.
--
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 http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.