2011/11/7 Fabian Pedregosa <[email protected]>: > On Mon, Nov 7, 2011 at 10:34 AM, Gael Varoquaux > <[email protected]> wrote: >> On Mon, Nov 07, 2011 at 10:30:36AM +0100, Olivier Grisel wrote: >>> 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. >> >> Agreed. This is how we do it for both nisl and scipy-lecture, and I am >> very happy about it. > > I don't think this fits us, a single snapshot of our doc makes 20MB, > so we better separate it if we don't want to end with a really huge > git repo.
AFAIK, unless you do a complete "git fetch" (without branch names) git only download the fraction of the repo that is actually used (e.g. the master branch in our case). Only people building the documentation to push it will have that branch in their repo. -- 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
