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
- Host: GitHub
- URL: https://github.com/monarc-project/method-guide
- Owner: monarc-project
- Created: 2017-10-13T09:43:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T09:02:31.000Z (over 1 year ago)
- Last Synced: 2024-11-25T10:22:12.442Z (over 1 year ago)
- Topics: documentation, guide, risk-evaluation, risk-treatment
- Language: Makefile
- Homepage: https://www.monarc.lu/documentation/method-guide
- Size: 7.85 MB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```