sat-rs/satrs-book
Robin Mueller 63f37f0917
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
Re-worked TMTC modules
2024-04-16 11:04:22 +02:00
..
src Re-worked TMTC modules 2024-04-16 11:04:22 +02:00
.gitignore satrs-book init 2023-08-15 21:10:12 +02:00
book.toml Improvements for example and documentation 2024-02-08 17:42:36 +01:00
README.md update pool docs 2024-02-10 12:54:13 +01:00

sat-rs book

High-level documentation of the sat-rs project.

Building

If you have not done so, install the pre-requisites first:

cargo install mdbook --locked
cargo install mdbook-linkcheck --locked

After that, you can build the book with:

mdbook build