Initial commit

This commit is contained in:
2024-02-13 15:51:50 +01:00
commit 192194b0ec
45 changed files with 2062 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# iSAQB CPSA-F book
These are the learning materials for the Scandio CPSA-F course.
## Preliminaries
The book is built using [mdBook](https://rust-lang.github.io/mdBook/), so you should install it first: `cargo install mdbook`.
The book uses the `mdbook-graphviz` preprocessor and the GraphViz `dot` binary for rendering diagrams. See [the GraphViz page](https://graphviz.org/download/) and the [mdbook-graphviz GitHub](https://github.com/dylanowen/mdbook-graphviz) for installation instructions.
## Serving the book
```shell
mdbook serve --open
```
## Further information
See [the mdBook documentation](https://rust-lang.github.io/mdBook/).