/mocg

Website for the textbook Introduction to the Math of Computer Graphics

Primary LanguageHTML

This is a website for the textbook Introduction to the Mathematics of Computer Graphics, published by the Mathematical Association of America.

Users:

Visit the site here.

Developers/editors:

To build the site:

  • Ensure mkdocs and its material theme are installed:
    • pip install mkdocs-material
    • Don't use apt install or brew install for mkdocs or mkdocs 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.