Skip to content

Commit

Permalink
[Data] Remove RandomAccessDataset from doc (#43823)
Browse files Browse the repository at this point in the history
Remove RandomAccessDataset from our documentation to discourage users to use it. Will deprecate it in future release.

---------

Signed-off-by: Cheng Su <[email protected]>
  • Loading branch information
c21 committed Mar 8, 2024
1 parent d68ddc9 commit 4854d2f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
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.

0 comments on commit 4854d2f

Please sign in to comment.