-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
ENH Improving the contribution guidelines #7236
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
d00c927
ENH contributing guidelines are now all in one place
NelleV 419ce52
ENH Improved contributing documentation
NelleV 0b9974c
DOC remove transformation.rst and hide license doc
NelleV 085844a
FIX typo
NelleV 9799d66
DOC improved organization and titles
NelleV 9547bc7
ENH better styling for notes, warnings and see also section
NelleV 5a9f988
DOC Better crosslinking of dev references
NelleV c97d6ac
DOC better title
NelleV 54e0c9c
DOC no more addition to pyplot
NelleV 76a5ab2
DOC fixes to the reviewer's guide
NelleV 19603a5
DOC added easy-fix and new-contributor-friendly tags
NelleV 388a4a0
DOC better styling for topic sections
NelleV 4d8963f
DOC Transformations are now documented in the API
NelleV File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
DOC better title
- Loading branch information
commit c97d6ac0cb4fa47d9855060417537c0bd24f90d9
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,10 +67,9 @@ environment <http://conda.pydata.org/docs/using/envs.html>`_ | |
|
||
.. note:: | ||
|
||
**Additional dependencies for testing**: nose_ (version 1.0 or later), | ||
`mock <http://www.voidspace.org.uk/python/mock/>`_ (if python < 3.3), | ||
`Ghostscript <http://pages.cs.wisc.edu/~ghost/>`_, `Inkscape | ||
<http://inkscape.org>`_ | ||
**Additional dependencies for testing**: nose_ (version 1.0 or later), `mock | ||
<http://www.voidspace.org.uk/python/mock/>`_ (if python < 3.3), `Ghostscript | ||
<http://pages.cs.wisc.edu/~ghost/>`_, `Inkscape <http://inkscape.org>`_ | ||
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. Ghostscript link might be outdated as well. http -> https on the Inkscape link. |
||
|
||
.. note:: To make sure the tests run locally: | ||
|
||
|
@@ -87,7 +86,6 @@ environment <http://conda.pydata.org/docs/using/envs.html>`_ is recommended. | |
.. seealso:: | ||
|
||
* :ref:`testing` | ||
* :ref:`using-git` | ||
|
||
|
||
Contributing code | ||
|
@@ -106,7 +104,7 @@ then submit a "pull request" (PR): | |
2. Fork the `project repository | ||
<https://github.com/matplotlib/matplotlib>`__: click on the 'Fork' button | ||
near the top of the page. This creates a copy of the code under your | ||
account scikit-learnon the GitHub server. | ||
account on the GitHub server. | ||
|
||
3. Clone this copy to your local disk:: | ||
|
||
|
@@ -137,6 +135,7 @@ visibility. | |
|
||
* `Git documentation <https://git-scm.com/documentation>`_ | ||
* :ref:`development-workflow`. | ||
* :ref:`using-git` | ||
|
||
Contributing pull requests | ||
-------------------------- | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
.. _development-workflow: | ||
|
||
==================== | ||
Development workflow | ||
==================== | ||
========================= | ||
Git Development workflow | ||
========================= | ||
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. Looks like an extra |
||
|
||
You've discovered a bug or something else you want to change | ||
in matplotlib_ .. |emdash| excellent! | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This link might be outdated.