orgSailingVLM / vlmbook

Sailing vlm documentation
https://orgsailingvlm.github.io/vlmbook/
0 stars 0 forks source link

Building the book

The book is hosted at <orgsailingvlm.github.io/vlmbook>

Requirements

pip install jupyter-book

Build to html

jupyter-book build ../vlmbook/

Build to tex or pdf

jupyter-book build ../vlmbook/ --builder=<pdflatex/latex...>

to deploy

pip install ghp-import
ghp-import -n -p -f _build/html