pounder_test/book
Ryan Summers e601fe62cc Fixing directory, site-url 2021-08-09 16:54:19 +02:00
..
src Removing stale markdown 2021-08-09 15:23:47 +02:00
theme Adding mdbook-based user manual 2021-08-09 15:21:42 +02:00
.gitignore Fixing gitignore 2021-08-09 15:36:58 +02:00
README.md Adding mdbook-based user manual 2021-08-09 15:21:42 +02:00
book.toml Fixing directory, site-url 2021-08-09 16:54:19 +02:00

README.md

Stabilzer User Manual

This folder hosts the source used for generating Stabilizer's user manual.

The user manual is generated using mdbook, which can be installed via cargo:

cargo install mdbook
cargo install mdbook-linkcheck

To build the user manual locally, build docs for the firmware, copy them into the book source directory, and then sere the book:

cargo doc --no-deps -p miniconf -p stabilizer -p dsp -p ad9959
mv target/thumbv7em-none-eabihf/doc book/src/firmware
cd book
mdbook serve

Once the mdbook serve command is run, the manual can be found on a web browser at localhost:3000.