-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[Data][Docs] Sort references in Loading data and Saving data references (#60084) #60091
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
base: master
Are you sure you want to change the base?
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
cfafc0b to
8e55680
Compare
|
Note: I categorized this based on API annotations (@publicapi vs @DeveloperAPI) so some libraries (e.g., Pandas, NumPy, Arrow) appear in both sections. Happy to merge this into a single section if that’s preferred. |
8e55680 to
b3f39c4
Compare
3e712fc to
c8d35c5
Compare
|
bveeramani
left a comment
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.
ty for the contribution.
Overall LGTM
| read_webdataset | ||
|
|
||
| Kafka | ||
| Developer APIs |
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.
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.
Ack, updated. Qq, Is there a convenient way to render the sphinx changes?
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.
Eh...there's https://docs.ray.io/en/latest/ray-contribute/docs.html#building-the-ray-documentation, but Sphinx overall is kinda clunky
…es (ray-project#60084) Categorize APIs into Public APIs and Developer APIs, and sort them alphabetically. Changes: - Reorganized loading_data.rst and saving_data.rst with Public APIs first, then Developer APIs with respective Headings - Sorted all APIs alphabetically by service name within each section - Split sections with both Public and Developer APIs (Arrow, NumPy, Pandas) into separate sections in both loading_data.rst and saving_data.rst Signed-off-by: mgchoi239 <[email protected]>
bef7120 to
1e3892a
Compare

Categorize APIs into Public APIs and Developer APIs, and sort them alphabetically by service name.
Changes:
Fixes #60084
Signed-off-by: mgchoi239 [email protected]