Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

PennyLaneAI/pennylane.ai

Repository files navigation

pennylane.ai

Description

This repo houses the static content for pennylane.ai.

Compiling Templates

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.