Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/federicoponzi/tlaplus-wiki

A community sourced free tla+ formal methods wiki.
https://github.com/federicoponzi/tlaplus-wiki

formal-methods mdbook-book model-checking tlaplus wiki

Last synced: 2 months ago
JSON representation

A community sourced free tla+ formal methods wiki.

Awesome Lists containing this project

README

        

# tlaplus-wiki
This is an effort to try to centralize some documentation related to TLA+.

Contribution are very welcome! Please find a page that is still in draft, open an issue and start working on it. Other than new content; fixes, feedback, comments, requests are all welcome.

---

## Bulding
You will need cargo (rust package manager) and some components:
```
cargo install mdbook
## to show last change date at the bottom of the pages.
cargo install mdbook-last-changed
## ToC
cargo install mdbook-toc
## better latex support
cargo install mdbook-katex
```

and run with:
```
mdbook serve --open
```