Skip to content

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

Merged
merged 2 commits into from
Aug 18, 2023

Conversation

stefmolin
Copy link
Contributor

  • [N/A] closes #xxxx (Replace xxxx with the GitHub issue number)
  • [N/A] Tests added and passed if fixing a bug or adding a new feature
  • [N/A] All code checks passed.
  • [N/A] Added type annotations to new arguments/methods/functions.
  • [N/A] Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

@stefmolin stefmolin requested a review from noatamir as a code owner August 18, 2023 09:54
Copy link
Member

@jorisvandenbossche jorisvandenbossche left a 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::
Copy link
Member

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 ::?

Copy link
Member

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?)

Copy link
Member

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

@mroeschke mroeschke added the Docs label Aug 18, 2023
@mroeschke mroeschke added this to the 2.2 milestone Aug 18, 2023
@mroeschke mroeschke merged commit 70f90b7 into pandas-dev:main Aug 18, 2023
@mroeschke
Copy link
Member

Thanks @stefmolin

@stefmolin stefmolin deleted the doc/contributing-fetch-tags branch August 21, 2023 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants