Removing v4 warnings in init and docs banner - #2835
Draft
erikvansebille wants to merge 2 commits into
Draft
Conversation
7 tasks
| "type": "fontawesome", | ||
| } | ||
| ], | ||
| "announcement": "WARNING: This documentation is built for v4 of Parcels, which is unreleased and in active development. Use the version switcher in the bottom right to select your version of Parcels, or see <a href='https://docs.parcels-code.org/'>stable docs</a>.", |
Contributor
There was a problem hiding this comment.
How about
"announcement": "Parcels v4 has been released! 🎉 See <a href='https://parcels-code.org/...'>our release blog post</a> for more info",
Contributor
There was a problem hiding this comment.
Maybe it makes more sense to put the new banner in a future PR
- Remove warning and banner
- Do release
- Post blog post
- Add new banner in, which links to now posted blog post
Member
Author
There was a problem hiding this comment.
Yep, I was also thinking about putting a new banner up post-release
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.
Description
This PR removes the v4 warnings in the
parcels.__init__and the banner on the documentation page; in preparation for the v4 releaseChecklist
mainfor normal development,v3-supportfor v3 support)AI Disclosure
None