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] [docs] Datastream docs rename [5/n] #34512

Merged
merged 63 commits into from
Apr 20, 2023
Merged
Show file tree
Hide file tree
Changes from 51 commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
4e124ea
wip
ericl Apr 14, 2023
189586c
rename imports
ericl Apr 14, 2023
0971800
fix imports
ericl Apr 14, 2023
b2044a7
format
ericl Apr 14, 2023
45ddc15
format
ericl Apr 14, 2023
14d6e12
put some names back
ericl Apr 14, 2023
7960c50
Merge remote-tracking branch 'upstream/master' into rename-files
ericl Apr 17, 2023
c544954
fix ref
ericl Apr 17, 2023
3ba9ff0
Merge remote-tracking branch 'upstream/master' into rename-files
ericl Apr 17, 2023
a99e333
datastream svg
ericl Apr 17, 2023
bd6778a
wip
ericl Apr 17, 2023
c3ca939
Merge branch 'rename-files' into datastream-rename
ericl Apr 17, 2023
47580c9
Merge remote-tracking branch 'upstream/master' into datastream-rename
ericl Apr 17, 2023
6b937c4
rename 1
ericl Apr 17, 2023
d5c6e19
rename 2
ericl Apr 17, 2023
fa2c8a1
rename 3
ericl Apr 17, 2023
0dbeba3
wip
ericl Apr 17, 2023
b072462
wip
ericl Apr 17, 2023
dd7e93d
wip
ericl Apr 17, 2023
8bf0e91
wip 4
ericl Apr 17, 2023
27fc2cb
update
ericl Apr 17, 2023
cc6e22b
wip
ericl Apr 17, 2023
5e0c289
rename
ericl Apr 17, 2023
b0e6b06
wip
ericl Apr 18, 2023
fd4506f
wip2
ericl Apr 18, 2023
3179ace
intro page
ericl Apr 18, 2023
7934ec8
wip
ericl Apr 18, 2023
add2a86
Merge remote-tracking branch 'upstream/master' into rename-files
ericl Apr 18, 2023
92a40cc
Merge branch 'rename-files' into datastream-rename
ericl Apr 18, 2023
2ad5ff0
drop pipeline
ericl Apr 18, 2023
2d97c97
finish getting started
ericl Apr 18, 2023
e3a28d5
key concepts done
ericl Apr 18, 2023
cc63228
ml compute
ericl Apr 18, 2023
669b288
clarify shuffle
ericl Apr 18, 2023
687645b
Merge remote-tracking branch 'upstream/master' into datastream-rename
ericl Apr 18, 2023
cbde914
new diagram
ericl Apr 18, 2023
4cc120f
update tagline
ericl Apr 18, 2023
3821268
creating ds
ericl Apr 18, 2023
0cdc392
transforming ds
ericl Apr 18, 2023
84dbe8f
consuming ds
ericl Apr 18, 2023
9fc4bd7
perf
ericl Apr 18, 2023
e27c61d
update
ericl Apr 18, 2023
56b7106
cleanup api
ericl Apr 18, 2023
1dbe3e8
update faq
ericl Apr 18, 2023
8398d8f
simple
ericl Apr 18, 2023
988b6ab
update
ericl Apr 19, 2023
94027d5
fix
ericl Apr 19, 2023
41c87ee
update
ericl Apr 19, 2023
938f361
fix key concepts
ericl Apr 19, 2023
d925287
fix lint
ericl Apr 19, 2023
7b6aa4d
fix tests
ericl Apr 19, 2023
47f81b6
rename rest of docs
ericl Apr 19, 2023
10bde99
rename py files
ericl Apr 19, 2023
55ee18f
rename py2
ericl Apr 19, 2023
f214509
rename more py
ericl Apr 19, 2023
2766cea
rename py 3
ericl Apr 19, 2023
fd80f46
Merge remote-tracking branch 'upstream/master' into datastream-rename
ericl Apr 19, 2023
8ea0465
fix broken links
ericl Apr 19, 2023
5d32622
fix comments and test
ericl Apr 19, 2023
e60214c
Merge remote-tracking branch 'upstream/master' into datastream-rename
ericl Apr 19, 2023
8ea18d9
fix doctest
ericl Apr 19, 2023
b98a927
misc link fixes
ericl Apr 19, 2023
7479108
fix getting started test
ericl Apr 19, 2023
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
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Ray is a unified framework for scaling AI and Python applications. Ray consists

Learn more about `Ray AIR`_ and its libraries:

- `Datasets`_: Distributed Data Preprocessing
- `Data`_: Distributed ML Preprocessing
- `Train`_: Distributed Training
- `Tune`_: Scalable Hyperparameter Tuning
- `RLlib`_: Scalable Reinforcement Learning
Expand All @@ -44,7 +44,7 @@ Install Ray with: ``pip install ray``. For nightly wheels, see the
`Installation page <https://docs.ray.io/en/latest/installation.html>`__.

.. _`Serve`: https://docs.ray.io/en/latest/serve/index.html
.. _`Datasets`: https://docs.ray.io/en/latest/data/dataset.html
.. _`Data`: https://docs.ray.io/en/latest/data/data.html
.. _`Workflow`: https://docs.ray.io/en/latest/workflows/concepts.html
.. _`Train`: https://docs.ray.io/en/latest/train/train.html
.. _`Tune`: https://docs.ray.io/en/latest/tune/index.html
Expand Down
2 changes: 1 addition & 1 deletion doc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ py_test_run_all_subdirectory(
include = ["source/data/doc_code/*.py"],
exclude = [
"source/ray-air/doc_code/predictors.py",
"source/data/doc_code/creating_datasets_untested.py"
"source/data/doc_code/creating_datastreams_untested.py"
],
extra_srcs = [],
tags = ["exclusive", "team:core"],
Expand Down
2 changes: 1 addition & 1 deletion doc/source/_static/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ document.addEventListener("DOMContentLoaded", function() {
"Ray Clusters", "Deploying on Kubernetes", "Deploying on VMs",
"Applications Guide", "Ray Cluster Management API",
"Ray AI Runtime (AIR)", "Ray AIR API",
"Ray Data", "Ray Datasets API", "Integrations",
"Ray Data", "Ray Data API", "Integrations",
"Ray Train", "Ray Train API",
"Ray Tune", "Ray Tune Examples", "Ray Tune API",
"Ray Serve", "Ray Serve API",
Expand Down
2 changes: 1 addition & 1 deletion doc/source/_static/js/top-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ librariesMenu.innerHTML = "<a href='#'>Libraries" + downCaret + "</a>"
librariesList = document.createElement("ul")
librariesList.innerHTML += "<li><a href='" + getNavURL("ray-core/walkthrough.html") + "'><span class='primary'>Ray Core</span><span class='secondary'>Scale general Python applications</span></a></li>"
librariesList.innerHTML += "<li><a href='" + getNavURL("ray-air/getting-started.html") + "'><span class='primary'>Ray AIR</span><span class='secondary'>Scale AI applications</span></a></li>"
librariesList.innerHTML += "<li><a href='" + getNavURL("data/dataset.html") + "'><span class='primary'>Ray Datasets</span><span class='secondary'>Scale data ingest and preprocessing</span></a></li>"
librariesList.innerHTML += "<li><a href='" + getNavURL("data/dataset.html") + "'><span class='primary'>Ray Data</span><span class='secondary'>Scale data ingest and preprocessing</span></a></li>"
librariesList.innerHTML += "<li><a href='" + getNavURL("train/train.html") + "'><span class='primary'>Ray Train</span><span class='secondary'>Scale machine learning training</span></a></li>"
librariesList.innerHTML += "<li><a href='" + getNavURL("tune/index.html") + "'><span class='primary'>Ray Tune</span><span class='secondary'>Scale hyperparameter tuning</span></a></li>"
librariesList.innerHTML += "<li><a href='" + getNavURL("serve/index.html") + "'><span class='primary'>Ray Serve</span><span class='secondary'>Scale model serving</span></a></li>"
Expand Down
7 changes: 3 additions & 4 deletions doc/source/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ parts:
- file: ray-air/api/api
- file: ray-air/benchmarks

- file: data/dataset
- file: data/data
title: Ray Data
sections:
- file: data/getting-started
Expand All @@ -95,10 +95,9 @@ parts:
- file: data/examples/nyc_taxi_basic_processing
title: Processing the NYC taxi dataset
- file: data/examples/batch_training
title: Batch Training with Ray Datasets
title: Batch Training with Ray Data
- file: data/examples/ocr_example
title: Scaling OCR with Ray Datasets
- file: data/examples/advanced-pipelines
title: Scaling OCR with Ray Data
- file: data/examples/random-access
- file: data/faq
- file: data/api/api
Expand Down
11 changes: 5 additions & 6 deletions doc/source/data/api/api.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
.. _data-api:

Ray Datasets API
Ray Data API
================

.. toctree::
:maxdepth: 2

input_output.rst
dataset.rst
dataset_iterator.rst
dataset_pipeline.rst
datastream.rst
data_iterator.rst
execution_options.rst
grouped_dataset.rst
dataset_context.rst
grouped_data.rst
data_context.rst
data_representations.rst
random_access_dataset.rst
utility.rst
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _dataset-context-api:
.. _data-context-api:

DataContext API
===============
Expand Down
6 changes: 3 additions & 3 deletions doc/source/data/api/data_representations.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _data-representations:

Data Representations
====================
Data Representations (internal)
===============================

.. currentmodule:: ray.data

Expand Down Expand Up @@ -34,7 +34,7 @@ Row API

row.TableRow

.. _dataset-tensor-extension-api:
.. _datastream-tensor-extension-api:

Tensor Column Extension API
---------------------------
Expand Down
165 changes: 0 additions & 165 deletions doc/source/data/api/dataset.rst

This file was deleted.

99 changes: 0 additions & 99 deletions doc/source/data/api/dataset_pipeline.rst

This file was deleted.

Loading