sphinx-automodapi icon indicating copy to clipboard operation
sphinx-automodapi copied to clipboard

Add ability to ignore certain classes in the hierarchy

Open astrofrog opened this issue 5 years ago • 0 comments

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.

astrofrog avatar May 11 '20 14:05 astrofrog