-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Dev docs update #15617
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
Dev docs update #15617
Conversation
32c9a41
to
262d6d4
Compare
e8d6f55
to
91fcbef
Compare
@tacaswell Thanks for the comments! I addressed them all. |
@tacaswell Could you please take another look? I'm up for more edits if it needs it. |
@pambot Hope you don't mind I took the liberty of resolving some of the discussions by pushing commits! |
doc/index.rst
Outdated
@@ -53,6 +53,7 @@ This is the documentation for Matplotlib version |version|. | |||
|
|||
To get started, read the :doc:`User's Guide <users/index>`. | |||
|
|||
|
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.
remove the change here?
Co-Authored-By: Thomas A Caswell <tcaswell@gmail.com>
a7a734d
to
9cdcad2
Compare
This makes sure they won't get out of sync
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.
I would prefer all the simple/easy/etc stripped out but as this is so overdue that can go into a follow up PR.
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.
Some restructuredText formatting issues.
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
Will merge if the docs come back green. |
Thanks @pambot ! Sorry this got lost in the shuffle for so long. |
PR Summary
This closes #15610, which is about some missing information in the development installation docs.
git clean -xfd
if you want to change configs and rebuildpip install -e .
for devPR Checklist