[docs] Polish the Ray Sandboxes networking section - #65863
Merged
Conversation
Drop non-standard trailing equal signs from parameter references (network, dns, capabilities), fix awkward DNS phrasing, and spell out VPC and OCI on first use. Keeps master in sync with the review feedback applied on the 2.58.0 cherry-pick. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Douglas Strodtman <douglas@anyscale.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the documentation in doc/source/ray-core/sandboxes.md to improve clarity and formatting. Key changes include expanding acronyms like 'OCI' and 'VPCs' to 'Open Container Initiative (OCI)' and 'virtual private clouds (VPCs)', clarifying DNS resolution behavior, and removing trailing equals signs from configuration option references (e.g., changing network= to network). There are no review comments, and I have no additional feedback to provide.
dstrodtman
enabled auto-merge (squash)
September 2, 2026 15:23
ronny-anyscale
approved these changes
Sep 2, 2026
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.
Applies the review feedback from the 2.58.0 cherry-pick (#65734) back to master, so the two don't diverge. The original style pass (#65627) landed on master before that feedback came in.
Prose-only, no behavior or API changes:
network=,dns=, andcapabilities=becomenetwork,dns, andcapabilities. The realcapabilities=[]code call is left as-is.publicdefaults can't resolve" into "so the defaultpublicDNS settings can't resolve queries."#pass-custom-oci-configurations-to-gvisoranchor.🤖 Generated with Claude Code