This is a website for the textbook Introduction to the Mathematics of Computer Graphics, published by the Mathematical Association of America.
To build the site:
- Ensure mkdocs and its material theme are installed:
pip install mkdocs-material
- Don't use
apt install
orbrew install
formkdocs
ormkdocs
won't find the material theme. - If you already had
mkdocs
installed by one of those means, uninstall every copy and start again. - See details here.
- Preview the site with
mkdocs serve
. - If it looks good, rebuild with
mkdocs build
. - Commit and push to make it live.