qutip / qutip-tutorials

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

Setup Publishing Pipeline #7

Closed christian512 closed 2 years ago

christian512 commented 2 years ago

I added a pipeline to automatically commit the executed notebooks (generated by the tests) to the branch gh-pages. From there, they are automatically deployed to qutip.github.io. Also the publishing only occurs if all notebooks passed the tests.

hodgestar commented 2 years ago

I activated gh-pages for this repo and the notebook should appear at https://qutip.org/qutip-tutorials once things work.

BoxiLi commented 2 years ago

Maybe this is not the right PR to mention this. I just want to comment that for Qcircuit plotting you can also refer to the installation guide https://qutip-qip.readthedocs.io/en/stable/installation.html#additional-software-for-plotting-circuits

christian512 commented 2 years ago

Maybe this is not the right PR to mention this. I just want to comment that for Qcircuit plotting you can also refer to the installation guide https://qutip-qip.readthedocs.io/en/stable/installation.html#additional-software-for-plotting-circuits

I will add the software to the Action Setup once we have notebooks requiring that installation. I will also refer to that in the Readme. Thanks!