scikit-learn/doc
Fabian Pedregosa 8143abbadf Add a complete example of SVM classifier using a precomputed kernel. 2010-05-17 11:25:35 +02:00
..
images DOC: Adapt the getting started tutorial to complete beginners. 2010-04-22 19:10:17 +00:00
logos FIX: Compatibility Visual Studio 2010-04-30 13:24:15 +00:00
modules Add a complete example of SVM classifier using a precomputed kernel. 2010-05-17 11:25:35 +02:00
sphinxext Add a complete example of SVM classifier using a precomputed kernel. 2010-05-17 11:25:35 +02:00
Makefile Initial import of rst docs. 2010-01-14 15:13:39 +00:00
README DOC: Update docs README to use rsync and try to be careful about the 2010-04-21 08:57:29 +00:00
about.rst Documentation update. 2010-03-17 13:32:07 +00:00
classification.rst Documentation update. 2010-03-17 13:32:07 +00:00
conf.py Start of 0.4 development cycle. 2010-05-03 09:27:16 +00:00
contribute.rst Remove references to svn repo. 2010-05-07 11:23:38 +02:00
index.rst Add download link to main web page. 2010-05-03 09:24:59 +00:00
install.rst Update references to the svn in the docs. 2010-05-07 10:47:06 +02:00
make.bat Initial import of rst docs. 2010-01-14 15:13:39 +00:00
supervised_learning.rst DOC: Rework of the docs and examples: multiple commits because commits 2010-04-23 05:48:03 +00:00
tutorial.rst Update doc. 2010-05-12 15:35:29 +02:00
unsupervised_learning.rst DOC: Rework of the docs and examples: multiple commits because commits 2010-04-23 05:48:03 +00:00

README

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