scikit-learn/doc
Scott Andrews f241f5f14e Fixed issue #5830, capitalization in advanced installation documenation 2016-09-12 18:31:04 -04:00
..
datasets DOC Updates sklearn naming convention for consistency (#7268) 2016-08-29 08:20:13 +10:00
developers Fixed issue #5830, capitalization in advanced installation documenation 2016-09-12 18:31:04 -04: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 DOC mention true positives etc in confusion matrix docs (#7392) 2016-09-12 12:22:41 -04:00
sphinxext [MAINT] update to sphinx-gallery v0.1.2 2016-08-03 20:23:50 +02:00
templates DOC/SPHINX Add template for classes which don't have init (Exception classes) 2015-10-19 22:35:36 +02:00
testimonials DOC minor doc fixes for sphinx. (#7357) 2016-09-08 10:07:40 +10:00
themes/scikit-learn [MRG + 1] Rebased navbar fix (#7202) 2016-08-29 11:36:16 +02:00
tutorial [MRG+1] ENH/MNT Rename labels --> groups in CV tools (#6660) 2016-09-11 19:14:41 +02: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 [MRG] edit citation indentation in about.rst and add gsoc info for '15 '16 (#7191) 2016-08-16 12:11:36 +10:00
conf.py MAINT/DOC: pngmath deprecated for sphinx >= 1.4 (#7279) 2016-08-29 11:43:41 +02:00
data_transforms.rst minor grammatical fix 2015-11-16 14:27:51 -08:00
documentation.rst REL add 0.17.0 release to news, fix versions in menu 2015-11-19 18:00:10 -05:00
faq.rst [MRG + 1] doc: specifically address reinforcement learning in faq (#6479) 2016-08-27 11:29:43 +02:00
index.rst Contributing statement (#7097) 2016-08-03 15:57:47 -07:00
install.rst change installation description to not discourage people from installing scipy or numpy with pip. (#7313) 2016-09-08 10:09:56 +02: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 Address reviewer comments 2016-08-10 17:00:57 -07:00
supervised_learning.rst (WIP) Added Multi-layer perceptron (MLP) 2015-10-21 14:41:40 -04:00
support.rst Fix docs links (#7005) 2016-07-27 16:58:25 -04:00
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] ENH/MNT Rename labels --> groups in CV tools (#6660) 2016-09-11 19:14:41 +02: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