-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (36 loc) · 1.05 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
site_name: Five Year Plan Analysis
theme:
name: material
palette:
primary: blue
features:
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
plugins:
- table-reader
nav:
- Home: index.md
- Install: install.md
- Usage:
- Overview: usage/overview.md
- Annual Updates: usage/updates.md
- Working Interactively: usage/interactive.md
- The Code Structure:
- Introduction: structure/intro.md
- The data/ folder:
- Overview: structure/data/overview.md
- Plan Details: structure/data/plan_details.md
- Analysis Steps:
- "1. Data Processing": structure/steps/1-processing.md
- "2. Forecast Prep": structure/steps/2-forecast-prep.md
- "3. Exploratory Modeling": structure/steps/3-exploratory.md
- "4. Forecasting": structure/steps/4-forecast.md