Skip to content
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]: added section Verify installation #26565

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

devilsaint99
Copy link
Contributor

PR summary

PR checklist

Verify the Installation
=======================

1. Run the following command to make sure you have correctly installed matplotlib in editable mode.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Run the following command to make sure you have correctly installed matplotlib in editable mode.
Run the following command to make sure you have correctly installed Matplotlib in editable mode.

our style guide has Matplotlib always capitalized


This command should return : ``<matplotlib_local_repo>\lib\matplotlib\__init__.py``

2. We encourage you to run tests and build docs to verify that the code installed correctly and that the docs build are clean,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
2. We encourage you to run tests and build docs to verify that the code installed correctly and that the docs build are clean,
We encourage you to run tests and build docs to verify that the code installed correctly and that the docs build cleanly,

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok the suggested changes are done, can you help to re-review it, thanks.

@ksunden
Copy link
Member

ksunden commented Aug 21, 2023

Does this supersede #26416?

@story645
Copy link
Member

I'm not sure where the white space is - I suggest rerunning the hook locally and then staging and commiting the file after the hook runs.

Comment on lines 170 to 174
Run the following command to make sure you have correctly installed Matplotlib in editable mode.
The command should be run when the virtual environment is activated ::

python -c "import matplotlib; print(matplotlib.__file__)"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Run the following command to make sure you have correctly installed Matplotlib in editable mode.
The command should be run when the virtual environment is activated ::
python -c "import matplotlib; print(matplotlib.__file__)"
Run the following command to make sure you have correctly installed Matplotlib in editable mode.
The command should be run when the virtual environment is activated ::
python -c "import matplotlib; print(matplotlib.__file__)"

Hint: selecting text on github makes it easy to find where the trailing whitespace is

@story645
Copy link
Member

Um @devilsaint99 let us know if you'd like to do the rebase or have us do it?

[doc]: added section Verify Installation

[doc]: added section Verify installation
@story645 story645 added this to the v3.8-doc milestone Aug 25, 2023
@story645 story645 merged commit e5fd2d5 into matplotlib:main Aug 25, 2023
19 checks passed
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Aug 25, 2023
@story645
Copy link
Member

Congrats on your first PR to Matplotlib, thank you for all the effort you've put into this, and we hope to see you again🥳

ksunden added a commit that referenced this pull request Aug 25, 2023
…565-on-v3.8.x

Backport PR #26565 on branch v3.8.x ([doc]: added section Verify installation)
@QuLogic QuLogic modified the milestones: v3.8-doc, v3.8.0 Aug 25, 2023
@ksunden ksunden mentioned this pull request Sep 15, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

[doc]: add 'validate' section to install docs
4 participants