This is the source files of the website https://eliemichel.github.io/LearnWebGPU.
Building the website requires Python.
- It is recommended, but not mandatory, to set up a virtual Python environment:
$ virtualenv venv
$ venv/Scripts/activate
- Then install Python packages
pip install -r requirements.txt
- And finally build the website by running:
make html
- To build the source code defined by Sphinx Literate, run
make tangle