Python, Sphinx: display superclasses -
Python, Sphinx: display superclasses -
i've given rtfm shot, sphinx big package, , have specific question.
i'm looking @ docs open source project generated sphinx. 1 thing useful me right see each class list of parent classes top level. i'm used seeing in java docs. current docs show parent 1 generation higher. i've notice sphinx has automodule , show_inheritance, it's not clear want, nor clear how mod existing source utilize it.
how can display parent class hierarchy? there other means walk entire python module , display entire class hierarchy?
python python-sphinx
Comments
Post a Comment