sphinx-automodapi
sphinx-automodapi copied to clipboard
Add ability to ignore certain classes in the hierarchy
Let's consider the following class hierarchy: SpectralAxis(SpectralCoord(SpectralQuantity(Quantity(ndarray)))) - it would be nice to have a way to document SpectralAxis, including all the methods on SpectralCoord and SpectralQuantity, but ignoring Quantity and ndarray.