DOC: Remove inherited-members Sphinx role.

Documenting inherited methods and attributes can lead to overly verbose docs. For example, the `Image` class, which subclasses ndarray, and various viewer-related classes, which subclass PyQt and Matplotlib classes, have hundreds of irrelevant methods added to the API docs.
This commit is contained in:
Tony S Yu
2012-09-02 13:22:58 -04:00
parent 0a92bf84e1
commit e6ca084aee
-1
View File
@@ -300,7 +300,6 @@ class ApiDocWriter(object):
ad += ' :members:\n' \
' :undoc-members:\n' \
' :show-inheritance:\n' \
' :inherited-members:\n' \
'\n' \
' .. automethod:: __init__\n'
# if multi_fx: