Commit Graph

21 Commits

Author SHA1 Message Date
Olivier Grisel 643e7cba37 DOC update FAQ on multiprocessing forkserver 2015-09-01 16:23:13 +02:00
Olivier Grisel 254b815cc0 DOC explain fork related issues in FAQ + stopgap for Python 3.4 2015-08-27 12:40:26 +02:00
Data1010 de48574eb0 DOC FAQ on loading data as numpy arrays 2015-08-27 11:29:55 +02:00
Andreas Mueller e2f56656e6 Make more clear that adding algorithms is not the preferred way to start contributing. 2015-07-28 13:06:31 -05:00
Gael Varoquaux 748c750a9d Fix rst formatting 2015-02-03 10:14:00 +01:00
Andreas Mueller 8e3eea81b1 Explain why we are somewhat selective, lower citiation rule of thumb 2015-01-20 23:35:46 -05:00
Andreas Mueller c970fb51e7 COSMIT spelling 2015-01-15 15:09:35 -05:00
Andreas Mueller d3ed841c5e make related packages more prominent 2015-01-14 10:59:54 -05:00
Joel Nothman 5489c84d59 DOC more expansive description of well-established algorithms 2014-12-03 21:24:48 +11:00
Lars Buitinck 4aea364982 DOC: FAQ: what to do with strings 2014-10-16 23:02:56 +02:00
Gael Varoquaux 9da134e81d DOC:Typo in doc
Fixes #3553
2014-08-12 16:12:36 +02:00
Andreas Mueller 67b8601314 Minor fixes in the docs 2014-06-07 16:38:53 +02:00
Arnaud Joly 528c75be1b DOC typo 2014-05-08 10:53:36 +02:00
Lars Buitinck 477b47e374 DOC: add PyPy support to FAQ
People ask me this all the time.
2014-05-08 10:49:53 +02:00
Alexandre Gramfort 5e5ed7a5a7 typo 2014-05-08 08:52:43 +02:00
Andreas Mueller 9c69e2baa8 DOC faq formulation 2014-05-08 08:32:33 +02:00
Andreas Mueller 992686736a Add GPU support (there is none and will probably be none) to faq. 2014-05-08 08:32:33 +02:00
Andreas Mueller c7d912bbcc removed sklearn, removed statsmodel, capitalization in SciPy 2014-05-08 08:32:33 +02:00
Andreas Mueller 4464a5608a Add FAQ to docs. 2014-05-08 08:32:33 +02:00
Fabian Pedregosa b3f4268fb8 Documentation update.
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@562 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-03-17 15:25:39 +00:00
Fabian Pedregosa 558cca0ce2 Add ReST docs.
Added some new documentation, like contribute, with details about the
development process and added to the index some existing
documentation, like the em module.

Sphinx now uses numpydoc extension, so that docstrings appear just as
they do on numpy's documentation.

To build the docs, run "make html" from the doc/ directory.

From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@357 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-01-19 12:43:30 +00:00