The cookbook for quantum simulation
pip install sphinx-proof
https://sphinx-proof.readthedocs.io/en/latest/syntax.html
If you'd like to develop and/or build the jupyter book, you should:
- Clone this repository
- Run
pip install -r requirements.txt
(it is recommended you do this within a virtual environment) - (Optional) Edit the books source files located in the
./
directory - Run
jupyter-book clean .
to remove any existing builds - Run
jupyter-book build .
A fully-rendered HTML version of the book will be built in ./_build/html/
.
ghp-import -n -p -f _build/html
more details read https://jupyterbook.org/en/stable/start/publish.html and https://jupyterbook.org/en/stable/publish/gh-pages.html ...