radio-astro-tools / spectral-cube

Library for reading and analyzing astrophysical spectral data cubes
http://spectral-cube.rtfd.org
BSD 3-Clause "New" or "Revised" License
95 stars 62 forks source link

API docs for SpectralCube don't show BaseSpectralCube functionality #323

Open cdeil opened 8 years ago

cdeil commented 8 years ago

I'm looking here to try and find out all the wonderful methods that SpectralCube has: http://spectral-cube.readthedocs.io/en/latest/api/spectral_cube.SpectralCube.html

But currently there's only 3 methods listed: convolve_to, spectral_interpolate, spectral_smooth.

Is is possible to either add BaseSpectralCube to the API docs or have the BaseSpectralCube methods shown for the SpectralCube class?

keflavich commented 8 years ago

Huh... yes, we need to do that. I didn't realize that changing the inheritance structure had broken the docs.

pllim commented 8 years ago

See fix in #342