-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathmyst.yml
More file actions
49 lines (49 loc) · 1.28 KB
/
myst.yml
File metadata and controls
49 lines (49 loc) · 1.28 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
version: 1
project:
title: PolicyEngine UK documentation
authors:
- name: PolicyEngine
copyright: "2024"
github: https://github.com/policyengine/policyengine-uk
repository:
url: https://github.com/policyengine/policyengine-uk
branch: master
path: docs/book
toc:
- file: docs/book/index.md
- title: Usage
children:
- file: docs/book/usage/getting-started
- file: docs/book/usage/simulations
- file: docs/book/usage/scenarios
- file: docs/book/usage/dynamics
- title: Assumptions
children:
- file: docs/book/assumptions/growthfactors
- file: docs/book/assumptions/water-bills
- title: Validation
children:
- file: docs/book/validation/hbai
- title: Policy
children:
- file: docs/book/policy/model-baseline
- file: docs/book/policy/uc-rebalancing
site:
options:
logo: docs/book/logo.png
template: book-theme
extensions:
- sphinx.ext.autodoc
- sphinx.ext.viewcode
- sphinx.ext.napoleon
- sphinx_math_dollar
- sphinx.ext.mathjax
config:
html_js_files:
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
html_theme: furo
pygments_style: default
html_css_files:
- style.css
execute:
execute_notebooks: off