-
Notifications
You must be signed in to change notification settings - Fork 38
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
Attempt at trait documentation #183
Conversation
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.
Love it, thanks!!! I think it could mostly be merged as is. One suggestion that might help the novice users - put more of this info in the trait's overall documentation rather than into individual methods. For example, FeatureProcessor
doc should explain that its members will be called in the following order (and document the order, with links to the actual methods). Then you don't actually need most of the per-method documentation, apart from parameter documentation.
Co-authored-by: Michael Kirk <[email protected]>
(As an aside, seems like the merge queue is working 👍) |
This is relatively a shot in the dark, and I have no idea how much of this is accurate. I'm trying to implement geozero APIs in geoarrow and it's hard to know what I can count on and what I can't.
Closes #182