2011/11/7 Gael Varoquaux <[email protected]>: > On Mon, Nov 07, 2011 at 08:18:22AM +0100, Fabian Pedregosa wrote: >> Following the ipython workflow, how about we create a repo >> scikit-learn-webpage that everyone can edit and a cron job to update >> the sf account ? > > Or, simply host the webpage on github, as we are doing it for > scipy-lectures or NISL? One of the reasons why I am striving to have > scikit-learn.org the reference URL is to enable such a move if we feel > that it is better for the project.
You can reuse the gh-pages / ghp-import script from the scikit-learn-tutorial repo to make it possible to push the doc to the right branch of github in a single "make github" command. This is a very nice in practice. However it will probably harder to setup the stable / dev redirections on github (I don't know if it's possible or not). -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
