On Thu, Nov 18, 2010 at 7:51 PM, Fernando Perez <[email protected]> wrote:
> 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.

Well, but if I go here:

https://github.com/fperez/datarray-doc/branches

it says the main repo is "master", and "gh-pages" is another branch.
If I go here:

https://github.com/sympy/sympy_doc/branches

there is only one main branch, gh-pages. That's what I was trying to point out.

>
> In practice it works very well, and there's no pollution of the
> project repo with the gh-pages builds.

Yep, it's not an issue.

Ondrej
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to