qutip / qutip-tutorials

QuTiP Tutorials
BSD 3-Clause "New" or "Revised" License
33 stars 34 forks source link

setup gh-pages branch #6

Closed christian512 closed 2 years ago

christian512 commented 2 years ago

This creates a branch for publishing to GitHub pages. I removed all files that are not relevant for publishing. For testing there are two notebooks that can be accessed via the qutip.github.io/qutip-tutorials/notebooks/notebookname.ipynb. These will be overwritten by the CI pipeline for the notebooks (see PR #7 ).

hodgestar commented 2 years ago

I think we can perhaps avoid this PR entirely and just use https://github.com/c-w/ghp-import. I can create an empty orphan gh-pages branch here when the build PR is ready.

christian512 commented 2 years ago

Okay, I will take a look into ghp-import and close this PR. Thanks for the hint!