Link to Built Pages: https://andystopia.github.io/diffeqrxn-docs/
-
Have Nix.
-
Run:
nix develop
make htmlDone. Docs built.
Alternatively, for to autobuild on change in
the current shell session run, instead of make html,
run:
watchexec -w source/ -- make html
# you may want to do: watchexec -w source/ -- "rm -r build/ && make html'