This repo houses the static content for pennylane.ai.
To compile templates, run compile.py. Running this script will generate all html files in the site/ directory.
On Linux you can also run the watch command to watch for changes in any templates and automatically
recompile. In order to do so you must install inotify-tools in your local distribution.
On Mac run ./mac_watch.sh to automatically compile changes.