This repository contains the companion web version of the Bayesian Decision-making Algorithms book, which has been built with the designed to last philosophy in mind.
The build pipeline is as follows:
- Convert the TeX source to Markdown using a Node script.1
- Build the HTML site using Zola.
- Render all math server-side using KaTeX with a small helper script.
For copyright reasons, this repository does not accept pull requests directly. If you find an error or other issue with the book, please file a GitHub issue.
Footnotes
-
The designed-to-last philosophy does not extend to this script, which very much relies on an approach where only final output is verified rather than intermediate logic. ↩