-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
141 lines (133 loc) · 3.72 KB
/
mkdocs.yml
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
site_name: Bank Risk Management Simulation
site_author: Mingze Gao
site_url: https://bankrisk.org/
site_description: >-
A bank risk management simulation framework
repo_url: https://github.com/mgao6767/brms
repo_name: brms
copyright: Copyright © 2025 <a href="https://mingze-gao.com">Mingze Gao</a>
extra_css:
- stylesheets/extra.css
validation:
links:
absolute_links: relative_to_docs
theme:
name: material
custom_dir: overrides
favicon: icon.png
logo: icon.png
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: custom
accent: custom
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to system preference
icon:
repo: fontawesome/brands/github
admonition:
example: octicons/log-24
features:
- announce.dismiss
- navigation.footer
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.code.select
- content.code.annotate
- content.tabs.link
- toc.follow
- navigation.prune
- navigation.tabs
- navigation.path
- navigation.indexes
- navigation.top
- navigation.expand
extra:
generator: false
version:
provider: mike
alias: true
social:
- icon: fontawesome/brands/github
link: https://github.com/mgao6767/brms
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/adriangao
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
exclude:
- "reference/*"
- gen-files:
scripts:
- scripts/gen_ref_nav.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_options:
ignore_init_summary: true
docstring_section_style: list
filters: ["!^_"]
heading_level: 1
inherited_members: true
merge_init_into_class: true
parameter_headings: true
preload_modules: [brms]
relative_crossrefs: true
scoped_crossrefs: true
separate_signature: true
show_bases: true
show_inheritance_diagram: true
show_root_heading: true
show_root_full_path: false
show_signature_annotations: true
show_source: false
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true
summary: true
unwrap_annotated: true
nav:
- Home: index.md
- Basel III:
- basel_3/index.md
- Risk-Based Capital Requirements: basel_3/rbc.md
- Definition of Capital: basel_3/capital.md
- Risk-Weighted Assets (RWA):
- basel_3/rwa/index.md
- RWA for Credit Risk: basel_3/rwa/credit_risk.md
- RWA for Market Risk: basel_3/rwa/market_risk.md
- RWA for Operational Risk: basel_3/rwa/operational_risk.md
- Leverage Ratio: basel_3/lev.md
- Liquidity Coverage Ratio (LCR): basel_3/lcr.md
- Net Stable Funding Ratio (NSFR): basel_3/nsfr.md
- API Reference: reference/