-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
good first issue 👋Good for newcomersGood for newcomerspriority-medium ⚡Medium priority tasksMedium priority taskstech debt 🏗️Technical debt and cleanup tasksTechnical debt and cleanup tasks
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
Metadata
Metadata
Assignees
Labels
good first issue 👋Good for newcomersGood for newcomerspriority-medium ⚡Medium priority tasksMedium priority taskstech debt 🏗️Technical debt and cleanup tasksTechnical debt and cleanup tasks