scikit-learn/doc
Gael varoquaux 58af2061f4 DOC: Minor scikits -> scikit 2011-09-03 13:01:17 +02:00
..
datasets DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +02:00
developers DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +02:00
images Forgot to add a blank image for the docs. 2011-09-02 11:55:15 +02:00
includes DOC: Less warnings during build 2011-04-10 13:59:29 +02:00
logos Generate thumbnails in the example gallery 2011-09-01 09:35:29 +02:00
modules DOC: Minor scikits -> scikit 2011-09-03 13:01:17 +02:00
sphinxext layout tweaks 2011-09-02 10:29:10 +02:00
templates Add function template for doc. 2010-10-05 14:33:24 +02:00
themes/scikit-learn DOC: scikits.learn -> scikit-learn 2011-09-01 22:12:40 +02:00
Makefile BUG: giving up on cleaning build 2011-04-03 14:56:16 +02:00
README DOC: scikits.learn -> scikit-learn 2011-09-01 22:12:40 +02:00
about.rst typo 2011-05-04 15:12:13 +02:00
conf.py correct imports 2011-09-02 12:15:56 +02:00
contents.rst Fix doc! 2011-08-29 19:19:15 +09:00
index.rst DOC: change the name scikits.learn to scikit-learn 2011-08-29 20:44:01 +02:00
install.rst Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
make.bat Initial import of rst docs. 2010-01-14 15:13:39 +00:00
model_selection.rst DOC: Less warnings during build 2011-04-10 13:59:29 +02:00
supervised_learning.rst Fix doc! 2011-08-29 19:19:15 +09:00
support.rst FIX the IRC chan used is scikit-learn, and not learn 2011-07-15 19:00:20 +02:00
tutorial.rst Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
unsupervised_learning.rst Some documentation for hmm module, and a warning. 2011-07-12 11:31:57 +02:00
user_guide.rst DOC: Fix more warnings 2011-04-10 17:27:53 +02:00
whats_new.rst Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +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, you should first make the latex docs:

    make latex

and then:

   cd _build/latex
   make all-pdf


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

First of, generate the html documentation::

    make html

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


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 Example
    * 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/ 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
...