Prerequisites
One-time installation of dependenciespython3 -m pip install -U jupyter-book ghp-importYou simply modify the markdown files in the docs folder and run
jb build docs && ghp-import -n -p -f docs/_build/htmlPrerequisites
You need to have pdflatex installed. If not, you can install texliveRun
jb build docs/ --builder pdflatexThe book.pdf will be generated in the docs/_build/latex folder.