scikit-learn/doc
Ankit Agrawal 8ffee3f4f4 Wrapping line in naive_bayes.rst and specifying bin_seeding argument as optional 2013-10-16 15:52:50 +05:30
..
datasets DOC add link to fetch_covertype to covertype narrative docs 2013-08-04 17:12:55 +02:00
developers DOC+COSMIT: typos, lots of them 2013-09-13 16:29:42 +02:00
images DOC optimized PNG images with OptiPNG 2013-09-26 17:15:24 +02:00
includes DOC: Less warnings during build 2011-04-10 13:59:29 +02:00
logos DOC optimized PNG images with OptiPNG 2013-09-26 17:15:24 +02:00
modules Wrapping line in naive_bayes.rst and specifying bin_seeding argument as optional 2013-10-16 15:52:50 +05:30
sphinxext MAINT use subprocess.call, not os.system 2013-10-13 16:39:44 +02:00
templates DOC added a new template to sphinx so view the "__call__" function. 2013-02-03 15:49:38 +01:00
testimonials logo lossless compressions 2013-10-04 14:53:43 +02:00
themes/scikit-learn logo lossless compressions 2013-10-04 14:53:43 +02:00
tutorial FIX #2372: non-shuffling StratifiedKFold implementation and updated tests 2013-09-25 15:56:47 +02:00
Makefile DOC now building to html/stable 2013-07-30 09:40:07 +02:00
README DOC now building to html/stable 2013-07-30 09:40:07 +02:00
about.rst COSMIT sphinx fixes 2013-07-23 15:02:10 +02:00
conf.py MAINT/DOC: bump docs and rev numbers to 0.15-git 2013-08-08 01:13:06 +02:00
data_transforms.rst DOC: put feature extraction before pre-processing. 2013-04-18 22:50:51 +09:00
documentation.rst MAINT/DOC: bump docs and rev numbers to 0.15-git 2013-08-08 01:13:06 +02:00
index.rst logo lossless compressions 2013-10-04 14:53:43 +02:00
install.rst DOC dependency installation with yum (Red Hat, CentOS) 2013-06-01 16:34:20 +02:00
make.bat Initial import of rst docs. 2010-01-14 15:13:39 +00:00
model_selection.rst Add some narrative doc. 2012-11-19 23:03:03 +09:00
presentations.rst minor typo thing 2013-07-28 11:15:03 +02:00
supervised_learning.rst DOC reference and rename cross decomposition module 2013-07-28 02:56:12 +02:00
support.rst DOC spellfixes 2013-06-29 16:18:23 +03:00
unsupervised_learning.rst DOC fixing some sphinx stuff. 2013-07-27 18:16:46 +02:00
user_guide.rst added link to user guide + small cosmit 2013-09-06 17:45:31 +02:00
whats_new.rst update what's new 2013-09-30 09:08:10 +02:00

README

Documentation for scikit-learn
-------------------------------

This section contains the full manual and web page as displayed in
http://scikit-learn.sf.net. 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 of, generate the html documentation::

    make html

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


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
...