Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC: Moved dependencies under install because they're version dependent#27395
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
0713d4a
tob6ab6d9
CompareUh oh!
There was an error while loading.Please reload this page.
8a616f4
to9535ca6
Comparecleaned up the headings a bit
9535ca6
to71a7abe
CompareSo I think moving this out to install is an improvement b/c it is part of the general installation process and it helps with scoping '/devel' to docs where only the latest version matters - regardless of whether we end up w/ a bulk redirect or extracting out or just rewriting some links. |
@QuLogic doesn't this need to be backported to stable if stable gets redirected? |
Yes, if you want it published to stable, it'll need to be backported. And@ksunden will have to rebuild and push. @meeseeksdev backport to v3.8.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free tosuggest an improvement. |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free tosuggest an improvement. |
DOC: Moved dependencies under install because they're version dependent(cherry picked from commitd267a1d)
DOC: Moved dependencies under install because they're version dependent(cherry picked from commitd267a1d)
DOC: Moved dependencies under install because they're version dependent(cherry picked from commitd267a1d)
…v3.8.xManual backport of#27395 on v3.8.x
…v3.8.2-docManual backport of#27395 on v3.8.2-doc
Uh oh!
There was an error while loading.Please reload this page.
PR summary
Based on discussion in#27386 and#22866, it seems consensus is towards the documents under
/devel
being version independent. Since the dependencies are tracked to the version, I moved thedependencies
document from/devel
tousers/installing/
and updated the cross references. ETA: this move is specifically intended so thatdependencies.html
does not get caught in a bulk redirect to the development version.Changes
/devel/dependencies
->/users/installing/dependencies
/devel/index
because its explicitly listed as a step in development_setup/devel/index
and add a link in thebuild options
section ofinstallation
because thats where we mention the other environment variablesMy preference would be to move
/installing
out of/users
and make it a top level folder, sodoc/install
now that/doc
is the root documentation folder, but that's out of scope here.PR checklist