-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: reorganizing contributing docs to clean up toc, better separate topics #27265
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
Conversation
c283644
to
9053d14
Compare
3c30056
to
3be520a
Compare
dc5d794
to
6522557
Compare
Just want to mention that the only new content here is the documentation and coding section of the contribute guide & I'm not super attached to the language, I just wanted some content there to establish that the scope of that page is supposed to be introductory background/context setting/roadmapping for contributing and that other pages are where they can find the coding/doc/etc guides. |
ccb3960
to
6f24c7a
Compare
@timhoffm you might want to skim this since I move around the API guidelines a bit, but I don't change any guidelines. The changes I made specifically are:
|
6f24c7a
to
c23f41f
Compare
0723cb5
to
81fdb40
Compare
f006688
to
283e299
Compare
doc/devel/triage.rst
Outdated
@@ -11,24 +12,28 @@ identifying major projects to work on, and discussing priorities. For | |||
this reason, it is important to curate the issue list, adding labels | |||
to issues and closing issues that are resolved or unresolvable. | |||
|
|||
Improving issues increases their chances of being successfully resolved. |
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 find "Improving issues" somewhat confusing, because it can have one of the two meanings:
- work towards solving the issue (= improving an issue of the library)
- work towards improving the issue description.
Would "Improving issue reports" be ok?
Take or leave as this has been there before. We want to take quick improvements along the way, but don't want to get lost in details.
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.
reworking this language to try and make it clearer its about writing the issue.
create seperation between guidelines make contributing guide more newbie oriented streamline triage guide moved api guide out of coding guidelines Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
283e299
to
3289773
Compare
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.
LGTM.
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
Removed the backport as doing this manually is not worth is IMHO. |
Bonus of matplotlib/matplotlib.org#36 is that there's often no need to backport dev docs anymore 😁 |
This is in the vein of #26196 and the high level improvement is that via reorganizing:
top card of the contribute landing page == roadmapped index into contribute.rst
each card in the policies and guidelines page is now a toctree:
Also much better left hand side since I understand how to make those now thanks to @jklymak (yes it took me this long to sort out that LHS goes by toctrees, like RHS goes by headers):
The other changes are:
https://output.circle-artifacts.com/output/job/d52e9e4d-a1b5-4271-9859-e6310853f31f/artifacts/0/doc/build/html/devel/coding_guide.html
PR summary
PR checklist