scikit-learn/doc
Isaac Sijaranamual fde69cb505 Fixes the link to Bawa et al., "LSH Forest: Self-Tuning Indexes for Similarity Search", WWW'05 in the Nearest Neighbor section. 2015-12-19 17:21:52 +01:00
..
datasets More doc fixes. Latex builds again. 2015-11-20 16:30:45 -05:00
developers DOC: few minor typos spotted 2015-12-15 20:56:34 -05: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 Fixes the link to Bawa et al., "LSH Forest: Self-Tuning Indexes for Similarity Search", WWW'05 in the Nearest Neighbor section. 2015-12-19 17:21:52 +01:00
sphinxext dict.has_key() deprecated 2015-11-19 17:16:44 +01:00
templates DOC/SPHINX Add template for classes which don't have init (Exception classes) 2015-10-19 22:35:36 +02:00
testimonials Add link to ETL. 2015-10-13 00:26:20 +09:00
themes/scikit-learn Merge pull request #5890 from amueller/post_release_dev_doc_fixes 2015-12-09 10:58:36 -05:00
tutorial dict.has_key() deprecated 2015-11-19 17:16:44 +01:00
Makefile DOC provide PDF documentation for download 2015-09-01 19:22:50 +10:00
README The docs have moved 2015-10-26 08:41:10 +01:00
about.rst website: added NYU funding to front-page footer and the about section. 2015-11-24 15:20:59 -05:00
conf.py Update copyright year in the doc footer (2014 → 2015) 2015-11-05 00:20:45 +01: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 edited FAQ to include info about deep learning 2015-12-17 19:20:12 -08:00
index.rst Merge pull request #5890 from amueller/post_release_dev_doc_fixes 2015-12-09 10:58:36 -05:00
install.rst split installation into simple and advanced part 2015-11-04 14:28:25 -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 add scipy2013 tutorial links to presentations on website. 2015-03-05 11:44:07 -05:00
related_projects.rst Merge pull request #5999 from jseabold/doc-fix 2015-12-10 16:44:50 -05:00
supervised_learning.rst (WIP) Added Multi-layer perceptron (MLP) 2015-10-21 14:41:40 -04:00
support.rst adding 0.17 support link 2015-12-09 17:04:29 +01: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 Merge pull request #5829 from joshuacook/repair_link 2015-12-08 19:37:19 -05:00

README

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


Upload the generated doc to sourceforge
---------------------------------------

First off, generate HTML documentation::

    make html

This should create a directory _build/html/stable with the documentation in
html format.

Next, make sure you have the PNG optimizer OptiPNG installed.
The PNG files generated by Matplotlib tend to be ~20% too big, and they're
costing us bandwidth. Then issue::

    make optipng

This may take some time. If you have a big machine at your disposal,
check the ``Makefile``; it has a hint on how to speed up this target.

Now can upload the generated HTML documentation using scp or some other SFTP
clients.

    * Project web Hostname: web.sourceforge.net
    * Path: htdocs/
    * Username: Combine your SourceForge.net Username with your SourceForge.net
      project UNIX name using a comma ( "," ); see below
    * Password: Your SourceForge.net Password

An example session might look like the following for Username "jsmith"
uploading a file for this project, using rsync with the right switch for the
permissions:

[jsmith@linux ~]$ rsync -rltvz --delete _build/html/stable/ \
> jsmith,scikit-learn@web.sourceforge.net:htdocs/dev -essh
Connecting to web.sourceforge.net...
The authenticity of host 'web.sourceforge.net (216.34.181.57)' can't be established.
RSA key fingerprint is 68:b3:26:02:a0:07:e4:78:d4:ec:7f:2f:6a:4d:32:c5.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'web.sourceforge.net,216.34.181.57' (RSA) to the list of known hosts.
jsmith,fooproject@web.sourceforge.net's password:
sending incremental file list
...


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:

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