On Thu, Nov 18, 2010 at 6:05 PM, Ondrej Certik <[email protected]> wrote: > > * you can have your own domain point to the pages (e.g. docs.sympy.org > are hosted at github servers)
Yup, I didn't bother but it's easy to do. > * you can set the "gh-pages" as the default (and only) branch in the > datarray-doc, just like this: https://github.com/sympy/sympy_doc, and > then this little issue becomes a non-issue, because you just pull and > push into the repo and don't worry about anything (there is no master > branch, just the gh-pages branch, and as a result, you just do "git > pull, git push origin") Yes, that's precisely what the script I pointed to does. It automates the process of building the docs in that separate repo with gh-pages as its only branch. In practice it works very well, and there's no pollution of the project repo with the gh-pages builds. Cheers, f _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
