-
Notifications
You must be signed in to change notification settings - Fork 32
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
Doc Cleanup #977
Doc Cleanup #977
Conversation
Thoughts on removing the "Internal" and "User" API split that we've been employing since the start of the package? The only benefit of having an internal API on our documentation would be for developers. The majority of documentations I've looked at for packages only consist of the user API. Xarray doesn't provide an internal API. |
Just yesterday I had a discussion with @rljacob Yes, we should remove that distinction. There are a few changes I have in mind for cleaning up the Docs. I will also contribute to the pr. |
Sounds great! Feel free to discuss anything here. We could hop on a call and/or work on some together next week also. |
Sounds good to me |
…o philipc2/doc-cleanup
…rray into philipc2/doc-cleanup
@rajeeja @erogluorhan @aaronzedwick @rytam2 This should be ready for review now. There's a good chance I've probably missed something (especially in the API reference). I'm also open to any other improvements that either of you may suggest! |
only difference and gradient have links. gradient examples isn't formatted right: https://uxarray--977.org.readthedocs.build/en/977/generated/uxarray.UxDataArray.gradient.html#uxarray.UxDataArray.gradient |
Good catches! |
I am thinking a bit more on the
Other sections looks very neat! |
Thanks for the comments @rytam2 !
The constructor isn't intended for direct construction, as that is what the class methods and API functions are for.
This might introduce too many sub-headers.
Right now the order is:
Do you mean moving it before the coordinates?
Good idea! Will add this |
Got it; just wondering is there another term for constructor? It's fine too if there isn't.
Fair, I think we can keep it as is.
Yes! |
Closes #641 #884 #743 #407
Overview
xarray
Rendered Documentation with Changes