-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Add information on fetching tags for contributors building pandas. #54618
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: Add information on fetching tags for contributors building pandas. #54618
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks!
@@ -228,6 +228,14 @@ To compile pandas with meson, run:: | |||
# If you do not want to see this, omit everything after --no-build-isolation | |||
python -m pip install -ve . --no-build-isolation --config-settings editable-verbose=true | |||
|
|||
.. note:: | |||
The version number is pulled from the latest repository tag. Be sure to fetch the latest tags from upstream | |||
before building:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you use code-block:: shell
instead of ::
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mroeschke FWIW, the code block just above with the install command also uses ::
, so I think the current version is fine here to keep it consistent.
(if we want to generally move to use code-block:: shell
, it might be better to first do a PR to change it consistently in the full file?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay sure this can be a follow up
Thanks @stefmolin |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.