-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC : whole bunch of documentation clean up #3170
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
Changes from 1 commit
a727bdc
9e1c9cf
5f60a1e
0c85dfe
050f3af
6cfccbf
284135e
d11fc1a
9aa5f70
81e963b
23a63da
b1f0a60
b21e34d
5b613d4
ed65167
6d0503b
a9b25e1
6fcd723
a26114d
19e8ad1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
|
||
.. _howto-faq: | ||
|
||
****** | ||
|
@@ -489,22 +490,31 @@ The development of matplotlib is organized through `github | |
<https://github.com/matplotlib/matplotlib>`_. If you would like | ||
to report a bug or submit a patch please use that interface. | ||
|
||
To report a bug (or request a feature) just `create an issue | ||
To report a bug just `create an issue | ||
<https://github.com/matplotlib/matplotlib/issues/new>`_ on github. | ||
Please include a `Short, Self Contained, Correct (Compilable), Example | ||
<http://sscce.org>`_ demonstrating what is wrong. This makes it much | ||
easier for the developers to evaluate the bug report and gives them a | ||
start on where to start looking for the bug. The easier it is for the | ||
developers to understand your problem the faster it will get fixed. | ||
Expect that the bug reports will be a conversation. If you do not | ||
want to register with github, please email bug reports to `the mailing | ||
want to register with github, please email bug reports to the `mailing | ||
list <matplotlib-devel@lists.sourceforge.net>`_. | ||
|
||
|
||
The easiest way to submit patches to matplotlib is through pull | ||
requests on github. Please see the :ref:`developers-guide-index` for | ||
the details. | ||
|
||
.. _how-to-request-feature: | ||
|
||
Request a new feature | ||
--------------------- | ||
|
||
Is there a feature you wish matplotlib had? Then ask! The best | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Comment that this is an open source project, and that there is no way that we can guarantee that it will get done... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This has been dealt with, just not in a way that triggered the auto-hide logic. |
||
way to get started is to email the developer `mailing | ||
list <matplotlib-devel@lists.sourceforge.net>`_ for discussion. | ||
|
||
|
||
.. _how-to-contribute-docs: | ||
|
||
|
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.
Is that sentence grammatically correct?