[doc]: added section Verify installation#26565
Conversation
| Verify the Installation | ||
| ======================= | ||
|
|
||
| 1. Run the following command to make sure you have correctly installed matplotlib in editable mode. |
There was a problem hiding this comment.
| 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, |
There was a problem hiding this comment.
| 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, |
There was a problem hiding this comment.
Ok the suggested changes are done, can you help to re-review it, thanks.
|
Does this supersede #26416? |
91ca64c to
6f6241a
Compare
|
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. |
| 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__)" | ||
|
|
There was a problem hiding this comment.
| 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
|
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
6f6241a to
d03fce0
Compare
|
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🥳 |
…565-on-v3.8.x Backport PR #26565 on branch v3.8.x ([doc]: added section Verify installation)
PR summary
PR checklist