@@ -31,12 +31,12 @@ SciPy and is distributed under the 3-Clause BSD license.
31
31
32
32
The project was started in 2007 by David Cournapeau as a Google Summer
33
33
of Code project, and since then many volunteers have contributed. See
34
- the `About us <http ://scikit-learn.org/dev/about.html#authors >`__ page
34
+ the `About us <https ://scikit-learn.org/dev/about.html#authors >`__ page
35
35
for a list of core contributors.
36
36
37
37
It is currently maintained by a team of volunteers.
38
38
39
- Website: http ://scikit-learn.org
39
+ Website: https ://scikit-learn.org
40
40
41
41
42
42
Installation
@@ -73,21 +73,21 @@ or ``conda``::
73
73
74
74
conda install scikit-learn
75
75
76
- The documentation includes more detailed `installation instructions <http ://scikit-learn.org/stable/install.html >`_.
76
+ The documentation includes more detailed `installation instructions <https ://scikit-learn.org/stable/install.html >`_.
77
77
78
78
79
79
Changelog
80
80
---------
81
81
82
- See the `changelog <http ://scikit-learn.org/dev/whats_new.html >`__
82
+ See the `changelog <https ://scikit-learn.org/dev/whats_new.html >`__
83
83
for a history of notable changes to scikit-learn.
84
84
85
85
Development
86
86
-----------
87
87
88
88
We welcome new contributors of all experience levels. The scikit-learn
89
89
community goals are to be helpful, welcoming, and effective. The
90
- `Development Guide <http ://scikit-learn.org/stable/developers/index.html >`_
90
+ `Development Guide <https ://scikit-learn.org/stable/developers/index.html >`_
91
91
has detailed information about contributing code, documentation, tests, and
92
92
more. We've included some basic information in this README.
93
93
@@ -120,7 +120,7 @@ source directory (you will need to have ``pytest`` >= 3.3.0 installed)::
120
120
121
121
pytest sklearn
122
122
123
- See the web page http ://scikit-learn.org/dev/developers/advanced_installation.html#testing
123
+ See the web page https ://scikit-learn.org/dev/developers/advanced_installation.html#testing
124
124
for more information.
125
125
126
126
Random number generation can be controlled during testing by setting
@@ -131,15 +131,15 @@ Submitting a Pull Request
131
131
132
132
Before opening a Pull Request, have a look at the
133
133
full Contributing page to make sure your code complies
134
- with our guidelines: http ://scikit-learn.org/stable/developers/index.html
134
+ with our guidelines: https ://scikit-learn.org/stable/developers/index.html
135
135
136
136
137
137
Project History
138
138
---------------
139
139
140
140
The project was started in 2007 by David Cournapeau as a Google Summer
141
141
of Code project, and since then many volunteers have contributed. See
142
- the `About us <http ://scikit-learn.org/dev/about.html#authors >`__ page
142
+ the `About us <https ://scikit-learn.org/dev/about.html#authors >`__ page
143
143
for a list of core contributors.
144
144
145
145
The project is currently maintained by a team of volunteers.
@@ -153,19 +153,19 @@ Help and Support
153
153
Documentation
154
154
~~~~~~~~~~~~~
155
155
156
- - HTML documentation (stable release): http ://scikit-learn.org
157
- - HTML documentation (development version): http ://scikit-learn.org/dev/
158
- - FAQ: http ://scikit-learn.org/stable/faq.html
156
+ - HTML documentation (stable release): https ://scikit-learn.org
157
+ - HTML documentation (development version): https ://scikit-learn.org/dev/
158
+ - FAQ: https ://scikit-learn.org/stable/faq.html
159
159
160
160
Communication
161
161
~~~~~~~~~~~~~
162
162
163
163
- Mailing list: https://mail.python.org/mailman/listinfo/scikit-learn
164
164
- IRC channel: ``#scikit-learn `` at ``webchat.freenode.net ``
165
165
- Stack Overflow: https://stackoverflow.com/questions/tagged/scikit-learn
166
- - Website: http ://scikit-learn.org
166
+ - Website: https ://scikit-learn.org
167
167
168
168
Citation
169
169
~~~~~~~~
170
170
171
- If you use scikit-learn in a scientific publication, we would appreciate citations: http ://scikit-learn.org/stable/about.html#citing-scikit-learn
171
+ If you use scikit-learn in a scientific publication, we would appreciate citations: https ://scikit-learn.org/stable/about.html#citing-scikit-learn
0 commit comments