scikit-learn/doc
waterponey 6e50c8f35e [MRG+2] DOC framework for keeping API refs for deprecated classes/funcs (#7725)
* DOC framework for keeping API refs for deprecated classes/funcs

* DOC tagging deprecated for 0.20

* suggestion for LDA/QDA deprecation

* simplify deprecation message for GaussianProcess

* simplify deprecation messages

* fixup avoid import QuadraticDiscriminantAnalysis in qda.QDA (and similar for LDA).

* fixup test alias lda.LDA is instance of LinearDiscriminantAnalysis
2016-10-30 16:04:35 +01:00
..
datasets DOC fixed avoidable warning of test-doc (#7524) 2016-10-10 20:15:40 +11:00
developers dev-7360: Explain the meaning of prefix [MRG + 1] and [MRG + 2] in the title of the pull request. (#7636) 2016-10-10 22:44:37 -04:00
images website: added NYU funding to front-page footer and the about section. 2015-11-24 15:20:59 -05:00
includes
logos
modules [MRG+2] DOC framework for keeping API refs for deprecated classes/funcs (#7725) 2016-10-30 16:04:35 +01:00
sphinxext [MRG] DOC :issue: role to simplify what's news (#7657) 2016-10-26 00:04:35 +11:00
templates [MRG+2] DOC framework for keeping API refs for deprecated classes/funcs (#7725) 2016-10-30 16:04:35 +01:00
testimonials Rangespan testimonial has misformatted link (#7576) 2016-10-04 12:41:27 -07:00
themes/scikit-learn [MRG+2] DOC framework for keeping API refs for deprecated classes/funcs (#7725) 2016-10-30 16:04:35 +01:00
tutorial DOC fixed avoidable warning of test-doc (#7524) 2016-10-10 20:15:40 +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 [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 [MRG] DOC :issue: role to simplify what's news (#7657) 2016-10-26 00:04:35 +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 DOC mention JOBLIB_START_METHOD in crash/freeze FAQ 2016-10-19 11:57:14 +02:00
index.rst minor doc fixes (#7514) 2016-09-28 11:31:29 -07:00
install.rst Update install instructions for Windows (#7550) 2016-10-07 11:20:08 +02:00
make.bat
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 [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] ENH PCA variants now expose singular values (#7685) 2016-10-30 21:07:14 +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