-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a developing with spectral-cube docs page #798
Conversation
Codecov Report
@@ Coverage Diff @@
## master #798 +/- ##
=========================================
Coverage ? 77.94%
=========================================
Files ? 24
Lines ? 5853
Branches ? 0
=========================================
Hits ? 4562
Misses ? 1291
Partials ? 0 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few copy-edits. Could probably use another reviewer later, but very good
|
||
Notes for development using spectral-cube | ||
========================================= | ||
.. currentmodule:: spectral_cube |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whooaaaa didn't know you could do this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me either! I copy-pasted from docs Chris wrote.
Co-authored-by: Adam Ginsburg <[email protected]>
Adding a page that lists out suggestions for incorporating spectral-cube in new packages, or adding custom functions to apply to cubes.
Also adds a bit more detail into how we use
dask.Array
under the hood.