scikit-learn/doc
Joel Nothman 067adadad2 DOC describe scikit-learn-contrib in related projects and contributing docs (#8440) 2017-02-24 11:40:04 +01:00
..
datasets DOC fixed avoidable warning of test-doc (#7524) 2016-10-10 20:15:40 +11:00
developers DOC describe scikit-learn-contrib in related projects and contributing docs (#8440) 2017-02-24 11:40:04 +01:00
images website: added NYU funding to front-page footer and the about section. 2015-11-24 15:20:59 -05:00
includes DOC: Less warnings during build 2011-04-10 13:59:29 +02:00
logos DOC optimize some PNG images, shaves off 24kB 2014-07-09 17:40:57 +02:00
modules [MRG] Add MAE formula in the regression criteria docs. (#8402) 2017-02-24 13:24:20 +11:00
sphinxext Test sphinx extensions doctests only on Circle. (#8228) 2017-01-25 22:40:47 +01:00
templates [MRG+2] DOC framework for keeping API refs for deprecated classes/funcs (#7725) 2016-10-30 16:04:35 +01:00
testimonials Added Zopa testimonial (#8309) 2017-02-08 08:53:29 +01:00
themes/scikit-learn Upgrade html documentation to jQuery v3.1.1 (#8145) 2017-01-09 19:11:10 +01:00
tutorial [MRG] Fix Parameters in tutorials (#8345) 2017-02-23 21:27:28 +11:00
Makefile DOC provide PDF documentation for download 2015-09-01 19:22:50 +10:00
README.md [DOC] update and rename readme to readme.md (#6669) 2016-04-25 19:51:16 +02:00
about.rst Adding Columbia logo to sponsors listing (#7964) 2016-12-06 10:23:07 +11:00
conf.py [MRG] update copyright years for 2017 (#8138) 2017-01-02 08:45:34 +11:00
data_transforms.rst minor grammatical fix 2015-11-16 14:27:51 -08:00
documentation.rst DOC Changed Contributor's Guide to Development Guide #7690 (#7691) 2016-10-19 10:16:11 +11:00
faq.rst [MRG] #8218: in FAQ, link deep learning question to GPU question (#8220) 2017-01-20 15:08:58 +01:00
index.rst Adding Columbia logo to sponsors listing (#7964) 2016-12-06 10:23:07 +11:00
install.rst [MRG+1] Dropping python 2.6 support (#7890) 2016-11-23 17:11:04 -05:00
make.bat Initial import of rst docs. 2010-01-14 15:13:39 +00:00
model_selection.rst DOC Add the learning curve documentation to model_selection.rst 2015-11-04 15:22:09 +01:00
preface.rst minor fixes to the doc build 2015-09-11 17:32:51 -04:00
presentations.rst Fix docs links (#7005) 2016-07-27 16:58:25 -04:00
related_projects.rst DOC describe scikit-learn-contrib in related projects and contributing docs (#8440) 2017-02-24 11:40:04 +01:00
supervised_learning.rst (WIP) Added Multi-layer perceptron (MLP) 2015-10-21 14:41:40 -04:00
support.rst [MRG] bump master to 0.19-dev (#7413) 2016-09-23 10:43:31 +05:30
tune_toc.rst sidebar hide on css 2015-05-25 18:25:11 +02:00
unsupervised_learning.rst (WIP) Added Multi-layer perceptron (MLP) 2015-10-21 14:41:40 -04:00
user_guide.rst DOC organise documentation hierarchy / table of contents 2015-06-12 08:09:41 +10:00
whats_new.rst [MRG+1] Fixes incorrect output when input is precomputed sparse matrix in DBSCAN. (#8339) 2017-02-23 21:29:16 +11:00

README.md

#Documentation for scikit-learn

This section contains the full manual and web page as displayed in http://scikit-learn.org. To generate the full web page, including the example gallery (this might take a while):

make html

Or, if you'd rather not build the example gallery:

make html-noplot

That should create all the doc in directory _build/html

To build the PDF manual, run

make latexpdf

The website is hosted at github and can be updated manually (for releases) by pushing to the https://github.com/scikit-learn/scikit-learn.github.io repository.

It's recommended to run OptiPNG, before uploading the website. The PNG files generated by Matplotlib tend to be ~20% too big, and they're costing us bandwidth. You can run OptiPNG with::

make optipng

#Development documentation automated build

A Rackspace cloud server named 'docbuilder' is continuously building the master branch to update the http://scikit-learn.org/dev tree of the website.

The configuration of this server is managed at:

https://github.com/scikit-learn/sklearn-docbuilder