Open
Description
Right now we have a commented out preprocessor for the MDBook:
# TODO (autoparallel): there's a bunch to fix with this
# [preprocessor.keeper]
# command ="mdbook-keeper"
# manifest_dir="."
# externs =["ronkathon", "rand"]
If we uncomment this, code snippets in the book will run and be checked like doctests, which is nice. However, many of these are broken as is.
To replicate:
Make sure you:
cargo install mdbook
cargo install mdbook-keeper
Then from the root:
mdbook build