Update API documentation#663
Conversation
|
This also adds documentation for private ( |
|
Side note: @pnuu, in the bilinear resampler, there was some warning about the way delayed was used. I didn't understand the exact error message but did notice the Delayed function was a method on the resampler class. This almost always a problem for dask in distributed processing as it means the entire resampler class has to be serialized and sent between nodes. I fixed that by using the |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #663 +/- ##
==========================================
+ Coverage 93.99% 94.00% +0.01%
==========================================
Files 89 89
Lines 13621 13616 -5
==========================================
- Hits 12803 12800 -3
+ Misses 818 816 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi @djhoese , I noticed you’ve been keeping docs up-to-date, always good to see. I built a small LLM-based tool for maintaining high-level docs (SDK guides, API references, READMEs, tutorials). It auto-updates them on PRs to prevent drift. No pressure at all, but thought it might be useful: https://github.com/marketplace/deepdocsai |
|
@djhoese the bilinear interpolator would also need to be adjusted to work properly with |
This PR adopts the same API strategy as Satpy. It also fixes various reference warnings/issues.
Note: I have not run sphinx in nitpicky mode to look at every reference issue. I'm not sure I'm ready to go down that rabbit hole yet.