Skip to content
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

[Data] Remove RandomAccessDataset from doc #43823

Merged
merged 2 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/source/data/api/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Ray Data API
execution_options.rst
grouped_data.rst
data_context.rst
random_access_dataset.rst
utility.rst
preprocessor.rst
from_other_data_libs.rst
1 change: 0 additions & 1 deletion doc/source/data/api/dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ I/O and Conversion
Dataset.to_pandas_refs
Dataset.to_numpy_refs
Dataset.to_arrow_refs
Dataset.to_random_access_dataset

Inspecting Metadata
-------------------
Expand Down
27 changes: 0 additions & 27 deletions doc/source/data/api/random_access_dataset.rst

This file was deleted.

Loading