Remove rez bind --quickstart mention from docs. Resolves #1961#1982
Open
georgeantonopoulos wants to merge 5 commits intoAcademySoftwareFoundation:mainfrom
Open
Remove rez bind --quickstart mention from docs. Resolves #1961#1982georgeantonopoulos wants to merge 5 commits intoAcademySoftwareFoundation:mainfrom
georgeantonopoulos wants to merge 5 commits intoAcademySoftwareFoundation:mainfrom
Conversation
Signed-off-by: George Antonopoulos <GeeOBCR@gmail.com>
…nds mentioned previously but split into safe and optional based on previous note. Signed-off-by: George Antonopoulos <GeeOBCR@gmail.com>
Signed-off-by: George Antonopoulos <GeeOBCR@gmail.com>
* drop all rez-bind --quickstart examples
* add individual rez-bind commands
* warn about Windows reliability issues
Fixes AcademySoftwareFoundation#1961
Signed-off-by: George Antonopoulos <GeeOBCR@gmail.com>
4a6a2f5 to
f979668
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.
Changes Made
The PR contains three focused commits that systematically improve the documentation:
Mark quickstart references for removal (f5c396b): Added TODO comments to identify all instances of --quickstart references that needed to be removed.
Replace quickstart with individual commands (5e69b94):
Resolves #1961