Doc: add a "please use dev version" to top of contribute docs#27386
Merged
QuLogic merged 1 commit intomatplotlib:mainfrom Nov 30, 2023
Merged
Doc: add a "please use dev version" to top of contribute docs#27386QuLogic merged 1 commit intomatplotlib:mainfrom
QuLogic merged 1 commit intomatplotlib:mainfrom
Conversation
Member
|
Would it be better if we just redirected the contribute page to the dev docs? |
Member
Author
|
Probably yes (#18402) but that got tangled up w/ extracting the version independent docs #22866 & this is at least a quick fix ETA: On #22866, it was waiting on the overhaul of devdocs/ripping out of gitwash, and that's been basically done. I'm trying to more or less close out big changes to the devdocs organization w/ #27265 - I still would like to get Noa's triage docs in, but I don't think that's a blocker. |
Member
Author
|
So thinking about broad redirects, should dependencies then be moved out to /install and cross linked? B/c it is version dependent for runtime + building non-editable from source? |
5 tasks
QuLogic
approved these changes
Nov 30, 2023
meeseeksmachine
pushed a commit
to meeseeksmachine/matplotlib
that referenced
this pull request
Nov 30, 2023
…top of contribute docs
meeseeksmachine
pushed a commit
to meeseeksmachine/matplotlib
that referenced
this pull request
Nov 30, 2023
…top of contribute docs
oscargus
added a commit
that referenced
this pull request
Nov 30, 2023
…386-on-v3.8.x Backport PR #27386 on branch v3.8.x (Doc: add a "please use dev version" to top of contribute docs)
oscargus
added a commit
that referenced
this pull request
Nov 30, 2023
…386-on-v3.8.2-doc Backport PR #27386 on branch v3.8.2-doc (Doc: add a "please use dev version" to top of contribute docs)
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.
PR summary
Motivated by a top issue for new contributors being that they're not using the dev docs. xref #18402
So I tried to version guard this so the admonishment will only show on non devel versions but I don't think I can test if this works on non-backports. Aim is it looks like this
PR checklist