@@ -34,7 +34,8 @@ SciPy and distributed under the 3-Clause BSD license.
3434
3535The project was started in 2007 by David Cournapeau as a Google Summer
3636of Code project, and since then many volunteers have contributed. See
37- the `AUTHORS.rst <AUTHORS.rst >`_ file for a complete list of contributors.
37+ the `About us <http://scikit-learn.org/dev/about.html#authors >`_ page
38+ for a list of core contributors.
3839
3940It is currently maintained by a team of volunteers.
4041
@@ -63,7 +64,7 @@ scikit-learn also uses CBLAS, the C interface to the Basic Linear Algebra
6364Subprograms library. scikit-learn comes with a reference implementation, but
6465the system CBLAS will be detected by the build system and used if present.
6566CBLAS exists in many implementations; see `Linear algebra libraries
66- <http://scikit-learn.org/stable/modules/computational_performance.html #linear-algebra-libraries> `_
67+ <http://scikit-learn.org/stable/modules/computing #linear-algebra-libraries> `_
6768for known issues.
6869
6970User installation
@@ -100,7 +101,7 @@ Important links
100101~~~~~~~~~~~~~~~
101102
102103- Official source code repo: https://github.com/scikit-learn/scikit-learn
103- - Download releases: https://pypi.python. org/pypi /scikit-learn
104+ - Download releases: https://pypi.org/project /scikit-learn/
104105- Issue tracker: https://github.com/scikit-learn/scikit-learn/issues
105106
106107Source code
@@ -143,7 +144,8 @@ Project History
143144
144145The project was started in 2007 by David Cournapeau as a Google Summer
145146of Code project, and since then many volunteers have contributed. See
146- the `AUTHORS.rst <AUTHORS.rst >`_ file for a complete list of contributors.
147+ the `About us <http://scikit-learn.org/dev/about.html#authors >`_ page
148+ for a list of core contributors.
147149
148150The project is currently maintained by a team of volunteers.
149151
@@ -165,7 +167,7 @@ Communication
165167
166168- Mailing list: https://mail.python.org/mailman/listinfo/scikit-learn
167169- IRC channel: ``#scikit-learn `` at ``webchat.freenode.net ``
168- - Stack Overflow: http ://stackoverflow.com/questions/tagged/scikit-learn
170+ - Stack Overflow: https ://stackoverflow.com/questions/tagged/scikit-learn
169171- Website: http://scikit-learn.org
170172
171173Citation
0 commit comments