[data][docs] fix broken links#27818
Merged
richardliaw merged 3 commits intoray-project:masterfrom Aug 12, 2022
Merged
Conversation
Signed-off-by: Matthew Deng <matt@anyscale.com>
Contributor
Author
|
Test failure is unrelated and transient(?) https://github.com/ray-project/ray/blob/master/release/benchmarks/README.md works fine |
richardliaw
approved these changes
Aug 12, 2022
| " <!-- and also means that any transformations done to the images can be done in a zero-copy fashion. -->\n", | ||
| "\n", | ||
| "For this example, since we are just working with MNIST dataset, which is small, we use the [`SimpleTorchDataSource`](https://docs.ray.io/en/master/data/package-ref.html?highlight=SimpleTorchDatasource#ray.data.datasource.SimpleTorchDatasource) which just loads the full MNIST dataset into memory.\n", | ||
| "For this example, since we are just working with MNIST dataset, which is small, we use the [`SimpleTorchDataSource`](https://docs.ray.io/en/master/data/api/input_output.html?highlight=SimpleTorchDatasource#ray.data.datasource.SimpleTorchDatasource) which just loads the full MNIST dataset into memory.\n", |
Contributor
There was a problem hiding this comment.
we should update this to be a proper internal ref
Signed-off-by: Matthew Deng <matt@anyscale.com>
matthewdeng
added a commit
to matthewdeng/ray
that referenced
this pull request
Aug 12, 2022
7 tasks
matthewdeng
added a commit
that referenced
this pull request
Aug 13, 2022
Stefan-1313
pushed a commit
to Stefan-1313/ray_mod
that referenced
this pull request
Aug 18, 2022
Signed-off-by: Stefan van der Kleij <s.vanderkleij@viroteq.com>
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.
Signed-off-by: Matthew Deng matt@anyscale.com
Why are these changes needed?
Follow-up to #27592.
Fixes the broken links (which didn't surface until master docs updated):
Related issue number
Checks
git commit -s) in this PR.scripts/format.shto lint the changes in this PR.