scikit-learn/doc
Fabian Pedregosa cfc0deed8f DOC: add reference to FastICA from the ICA docs. 2011-06-21 12:37:02 +02:00
..
datasets typo 2011-06-15 00:58:23 +02:00
developers Merge branch 'master' of https://github.com/scikit-learn/scikit-learn 2011-06-18 15:04:31 +02:00
images DOC: make the face recognition example static (to avoid having to download the dataset to build the doc) 2011-04-11 13:55:52 +02:00
includes DOC: Less warnings during build 2011-04-10 13:59:29 +02:00
logos Add png logo. 2010-10-06 12:09:06 +02:00
modules DOC: add reference to FastICA from the ICA docs. 2011-06-21 12:37:02 +02:00
sphinxext kill trailing spaces 2011-05-04 17:49:17 +02:00
templates Add function template for doc. 2010-10-05 14:33:24 +02:00
themes/scikit-learn DOC: fix errors in manifold doc + style tweaks. 2011-06-06 11:44:38 +02:00
Makefile BUG: giving up on cleaning build 2011-04-03 14:56:16 +02:00
README Implement make html-noplot for building the doc. 2010-11-17 13:08:20 +01:00
about.rst typo 2011-05-04 15:12:13 +02:00
conf.py 2010 is so last year 2011-05-30 10:49:05 +02:00
contents.rst FIX: make the dataset doctest fixture modular 2011-06-15 00:55:35 +02:00
index.rst Initial implementation of Locally Linear Embedding. 2011-05-04 11:35:16 +02:00
install.rst Changelog 2011-05-10 14:17:15 +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 DOC: Less warnings during build 2011-04-10 13:59:29 +02:00
support.rst Changelog 2011-05-10 14:17:15 +02:00
tutorial.rst FIX: reflect SVC API change (eps -> tol) in doc/tutorial.rst 2011-05-11 12:21:16 -04:00
unsupervised_learning.rst Merge branch 'master' of github.com:scikit-learn/scikit-learn into manifold 2011-05-20 09:34:11 +02:00
user_guide.rst DOC: Fix more warnings 2011-04-10 17:27:53 +02:00
whats_new.rst Fix pprett's website URL (<> caused it to be a relative URL) 2011-06-09 16:51:12 +02:00

README

Documentation for scikits.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 _build/html/ jsmith,scikit-learn@web.sourceforge.net:htdocs/ -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
...