-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving documentation into gh-pages #158
Comments
Yes, absolutely. I might be able to help you all deploy this... |
Good to hear from you again @banesullivan ! We use Jekyll (via GitHub Pages) to deploy a static site on The way I see it, there are pros and cons to moving
What's the best practice for a situation like this? |
Normally, I will have to think about this a bit more as the docs for LaGriT are a bit fragmented at the moment and there is a lot of material to include. Perhaps this should come after #196. In that PR, the examples need to be executed to ensure they and the Python API are all in working order. But after that, it might be a good idea to migrate those examples directly into the documentation and use sphinx gallery to test and include those examples. |
I definitely agree that PyLaGriT Sphinx documentation should be built as either part of CI or as a Travis cron job. I don't think we'll migrate the main documentation from Jekyll to Sphinx though, for the following reasons:
Just my two cents. :) I've experimented with just about every major static site generation framework and Jekyll is one of my least favorites, but the native integration with GitHub Pages is unbeatable for our particular use-case IMHO. |
Would it make more sense over the long term to move all documentation from
master
intogh-pages
?Benefits: less documentation commits in master tree, CI isn't triggered on each doc change
The text was updated successfully, but these errors were encountered: