Files
isaqb-cpsa-f/README.md
2024-02-13 15:51:50 +01:00

651 B

iSAQB CPSA-F book

These are the learning materials for the Scandio CPSA-F course.

Preliminaries

The book is built using 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 and the mdbook-graphviz GitHub for installation instructions.

Serving the book

mdbook serve --open

Further information

See the mdBook documentation.