[Docs] Reduce callout noise in development.rst#61503
Open
andrew-anyscale wants to merge 1 commit intomasterfrom
Open
[Docs] Reduce callout noise in development.rst#61503andrew-anyscale wants to merge 1 commit intomasterfrom
andrew-anyscale wants to merge 1 commit intomasterfrom
Conversation
Contributor
Author
This was referenced Mar 4, 2026
Contributor
Author
|
This was referenced Mar 4, 2026
Contributor
There was a problem hiding this comment.
Code Review
This pull request modifies doc/source/ray-contribute/development.rst to convert several .. note:: and .. tip:: directives into plain prose, with the goal of reducing visual noise in the development setup guide. The changes are consistent with the description, as important warnings and a specific tip are intentionally kept as callouts. The conversions to prose are done correctly, and no issues were found in these changes.
8b479ba to
7c2c92e
Compare
1287b63 to
2a080c4
Compare
15b6ed3 to
0abe1e0
Compare
2a080c4 to
3a1a26e
Compare
ronny-anyscale
approved these changes
Mar 5, 2026
| python python/ray/setup-dev.py | ||
|
|
||
| .. note:: [Advanced] You can also optionally skip creating symbolic links for specific directories: | ||
| You can also optionally skip creating symbolic links for specific directories: |
There was a problem hiding this comment.
Suggested change
| You can also optionally skip creating symbolic links for specific directories: | |
| You can optionally skip creating symbolic links for specific directories: |
Contributor
Author
There was a problem hiding this comment.
Good call-- pushing an update for this
3a1a26e to
404f351
Compare
0abe1e0 to
a9698fe
Compare
404f351 to
9f135ad
Compare
a9698fe to
2bb0a83
Compare
2bb0a83 to
99a4c5e
Compare
2844347 to
4a98140
Compare
99a4c5e to
3d9ba2f
Compare
Base automatically changed from
andrew/revup/master/style-wheel-docs
to
andrew/revup/master/add-refs
March 6, 2026 19:31
Convert note/tip boxes to plain prose throughout the Python-only and full source build sections. Keep the two warning boxes (pip uninstall, setup.py install) and the Tune/RLlib tip since those warn about destructive actions or save significant time. Topic: reduce-callouts Relative: style-wheel-docs Signed-off-by: andrew <andrew@anyscale.com>
3d9ba2f to
34f3e08
Compare
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.
Convert note/tip boxes to plain prose throughout the Python-only and full source build sections. Keep the two warning boxes (pip uninstall, setup.py install) and the Tune/RLlib tip since those warn about destructive actions or save significant time.
Topic: reduce-callouts
Relative: style-wheel-docs
Signed-off-by: andrew andrew@anyscale.com