forked from scikit-learn/scikit-learn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added contributing subsection and fixed link to web doc
- Loading branch information
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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 |
---|---|---|
|
@@ -71,13 +71,24 @@ GIT | |
|
||
You can check the latest sources with the command:: | ||
|
||
git clone git://github.com/scikit-learn/scikit-learn.git | ||
git clone https://github.com/scikit-learn/scikit-learn.git | ||
|
||
or if you have write privileges:: | ||
|
||
git clone [email protected]:scikit-learn/scikit-learn.git | ||
|
||
|
||
Contributing | ||
~~~~~~~~~~~~ | ||
|
||
Quick tutorial on how to go about setting up your environment to | ||
contribute to scikit-learn: https://github.com/scikit-learn/scikit-learn/blob/master/CONTRIBUTING.md | ||
|
||
Before opening a Pull Request, have a look at the | ||
full Contributing page to make sure your code complies | ||
with our guidelines: http://scikit-learn.org/stable/developers/index.html | ||
|
||
|
||
Testing | ||
------- | ||
|
||
|
@@ -91,3 +102,8 @@ for more information. | |
|
||
Random number generation can be controlled during testing by setting | ||
the ``SKLEARN_SEED`` environment variable. | ||
|
||
|
||
|
||
|
||
|