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

https://github.com/monarc-project/method-guide

Method guide of MONARC
https://github.com/monarc-project/method-guide

documentation guide risk-evaluation risk-treatment

Last synced: about 1 year ago
JSON representation

Method guide of MONARC

Awesome Lists containing this project

README

          

# method-guide

Method guide of [MONARC](http://monarc.lu), explain the risk analysis method behind MONARC.

In order to generate the documentation install
[Asciidoctor](http://asciidoctor.org/#installation), then:

```bash
$ sudo apt-get install asciidoctor
$ sudo gem install --pre asciidoctor-pdf
$ sudo gem install coderay pygments.rb

$ make html
$ make pdf
```