[Data][Docs] Sort references in Loading data and Saving data references (#60084)#60091
Merged
bveeramani merged 2 commits intoray-project:masterfrom Jan 19, 2026
Merged
Conversation
Contributor
|
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
Contributor
Author
|
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
Contributor
Author
|
bveeramani
reviewed
Jan 16, 2026
Member
bveeramani
left a comment
There was a problem hiding this comment.
ty for the contribution.
Overall LGTM
| read_webdataset | ||
|
|
||
| Kafka | ||
| Developer APIs |
Member
Contributor
Author
There was a problem hiding this comment.
Ack, updated. Qq, Is there a convenient way to render the sphinx changes?
Member
There was a problem hiding this comment.
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 <mg.choi.239@gmail.com>
bef7120 to
1e3892a
Compare
Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu>
jinbum-kim
pushed a commit
to jinbum-kim/ray
that referenced
this pull request
Jan 29, 2026
…es (ray-project#60084) (ray-project#60091) Categorize APIs into Public APIs and Developer APIs, and sort them alphabetically by service name. Changes: - Reorganized loading_data.rst and saving_data.rst with Public APIs first, then Developer APIs - Sorted all APIs alphabetically by service name within each section - Sections that originally had APIs for both Public and Developer APIs were divided to respective sections - Removed datasource.FastFileMetadataProvider API that has been removed ([reference](ray-project#59027)) Fixes ray-project#60084 Signed-off-by: mgchoi239 <mg.choi.239@gmail.com> --------- Signed-off-by: mgchoi239 <mg.choi.239@gmail.com> Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu> Co-authored-by: mgchoi239 <mg.choi.239@gmail.com> Co-authored-by: Balaji Veeramani <bveeramani@berkeley.edu> Signed-off-by: jinbum-kim <jinbum9958@gmail.com>
ryanaoleary
pushed a commit
to ryanaoleary/ray
that referenced
this pull request
Feb 3, 2026
…es (ray-project#60084) (ray-project#60091) Categorize APIs into Public APIs and Developer APIs, and sort them alphabetically by service name. Changes: - Reorganized loading_data.rst and saving_data.rst with Public APIs first, then Developer APIs - Sorted all APIs alphabetically by service name within each section - Sections that originally had APIs for both Public and Developer APIs were divided to respective sections - Removed datasource.FastFileMetadataProvider API that has been removed ([reference](ray-project#59027)) Fixes ray-project#60084 Signed-off-by: mgchoi239 <mg.choi.239@gmail.com> --------- Signed-off-by: mgchoi239 <mg.choi.239@gmail.com> Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu> Co-authored-by: mgchoi239 <mg.choi.239@gmail.com> Co-authored-by: Balaji Veeramani <bveeramani@berkeley.edu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Categorize APIs into Public APIs and Developer APIs, and sort them alphabetically by service name.
Changes:
Fixes #60084
Signed-off-by: mgchoi239 mg.choi.239@gmail.com