Update documentation to copy tags when forking, so versioning is reasonable#10576
Merged
shoyer merged 12 commits intopydata:mainfrom Jul 29, 2025
Merged
Update documentation to copy tags when forking, so versioning is reasonable#10576shoyer merged 12 commits intopydata:mainfrom
shoyer merged 12 commits intopydata:mainfrom
Conversation
…ction of these docs
for more information, see https://pre-commit.ci
shoyer
reviewed
Jul 28, 2025
| If the *xarray* ``main`` branch version has updated since you last fetched changes, | ||
| you may also wish to reinstall xarray so that the pip version reflects the *xarray* | ||
| version:: | ||
| pip install -e . |
Member
There was a problem hiding this comment.
I think you need an extra line break before code here, which is why the doc build is failing:
/home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/10576/doc/contribute/contributing.rst:282: ERROR: Unexpected indentation.
Contributor
Author
There was a problem hiding this comment.
Thanks; it was skipping over the error and building locally, but I think it's not throwing the error any more
…icit target name: "documentation""
Member
|
Thank you, Jemma! |
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.

The first of the commits is most critical to closing #10568, later commits are just to smooth out the reader's experience. The biggest change is moving "Create a develoment environment" up to when it's first mentioned, otherwise the flow of the docs seems to involve skipping to a later section and then skipping back.
Also tidied up a hyperlink that seemed to unintentionally link to pandas, and another one that used a https webpage instead of an internal cross-reference
@ianhi