forked from Faux16/crml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
108 lines (96 loc) · 3.63 KB
/
mkdocs.yml
File metadata and controls
108 lines (96 loc) · 3.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
site_name: "CRML Documentation"
site_url: "https://Faux16.github.io/crml/"
docs_dir: wiki
theme:
name: material
features:
- navigation.instant
- navigation.sections
- navigation.expand
- search.suggest
- search.highlight
nav:
- Home: Home.md
- Language (crml_lang):
- Overview: Language/Overview.md
- Installation: Language/Installation.md
- Python API: Language/Python-API.md
- Validation: Language/Validation.md
- CRML Schema: Reference/CRML-Schema.md
- Engine (crml_engine):
- Overview: Engine/Overview.md
- Installation: Engine/Installation.md
- CLI: Engine/CLI.md
- Python API: Engine/Python-API.md
- Capabilities:
- Supported Models: Engine/Capabilities/Supported-Models.md
- Portfolio Execution: Engine/Capabilities/Portfolio-Execution.md
- Controls: Engine/Capabilities/Controls.md
- Results: Engine/Capabilities/Results.md
- Multi-Currency Support: Multi-Currency-Support.md
- Control Effectiveness: Control-Effectiveness.md
- Getting Started:
- Quickstart: Quickstart.md
- Getting Started: Getting-Started.md
- Guides:
- Writing CRML Models: Guides/Writing-CRML.md
- Lessons (Examples): Guides/Lessons-Example-Suite.md
- Excel Controls & Mappings: Guides/Excel-Controls-and-Mappings.md
- Understanding Parameters: Guides/Understanding-Parameters.md
- Executive Reporting: Guides/Executive-Reporting.md
- Tool Integration: Guides/Tool-Integration.md
- OSCAL Interop: Guides/OSCAL.md
- Calibrate from Data: Guides/Calibrate-from-Data.md
- Add New Distribution: Guides/Add-New-Distribution.md
- Auto-Calibration: Auto-Calibration.md
- Examples:
- Overview: Examples.md
- By Industry: Examples/By-Industry.md
- Full Examples: Examples/Full-Examples.md
- FAIR Baseline Model: Examples/FAIR-Baseline-Model.md
- QBER Enterprise Model: Examples/QBER-Enterprise-Model.md
- Best Practices: Examples/Best-Practices.md
- Specification Examples: Examples/Spec-Examples.md
- Concepts:
- Architecture: Concepts/Architecture.md
- FAIR vs QBER: Concepts/FAIR-vs-QBER.md
- Attack Graphs: Concepts/Attack-Graphs.md
- Runtime (Frequency): Concepts/Runtime-Frequency.md
- Runtime (Severity): Concepts/Runtime-Severity.md
- Runtime (Entropy): Concepts/Runtime-Entropy.md
- Runtime (Copula): Concepts/Runtime-Copula.md
- Runtime (MCMC): Concepts/Runtime-MCMC.md
- Deep Mathematics: Concepts/Deep-Math.md
- Diagrams (Mermaid): Concepts/Mermaid-Diagrams.md
- Reference:
- CRML Specification (Overview): Reference/CRML-Specification.md
- FAQ: Reference/FAQ.md
- Troubleshooting: Reference/Troubleshooting.md
- Glossary: Reference/Glossary.md
- Project:
- Contributing: Contributing.md
markdown_extensions:
- admonition
- codehilite
- footnotes
- attr_list
- def_list
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.arithmatex
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/Faux16/crml
- icon: fontawesome/brands/python
link: https://pypi.org/project/crml-lang/
- icon: fontawesome/brands/python
link: https://pypi.org/project/crml-engine/
- icon: fontawesome/solid/envelope
link: mailto:research@zeron.one
- icon: fontawesome/solid/globe
link: https://zeron.one
copyright: |
© 2024 Zeron Research Labs. Licensed under <a href="https://opensource.org/licenses/MIT" target="_blank">MIT License</a>.<br>
CRML is an open-source project. <a href="https://github.com/Faux16/crml/blob/main/CONTRIBUTING.md" target="_blank">Contributions welcome</a>!