-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
46 lines (39 loc) · 1.31 KB
/
_quarto.yml
File metadata and controls
46 lines (39 loc) · 1.31 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
project:
type: website
output-dir: docs # This is required for GitHub Pages, ensures that GitHub Pages can find the published website files.
website:
title: "EMME Version Comparison"
sidebar:
style: "docked"
search: true
contents:
- section: "EMME OpenPath VS. EMME 4.3.7"
contents:
- section: "Highway Network"
contents:
- notebooks/VMT_VHT_VHD.ipynb
- notebooks/Speed.ipynb
- section: "Traffic Skims"
contents:
- notebooks/TrafficSkimAM.ipynb
- notebooks/TrafficSkimPM.ipynb
- section: "Transit Skims"
contents:
- notebooks/TransitSkimAM_compare.ipynb
- notebooks/TransitSkimPM_compare.ipynb
- section: "Tests"
contents:
- notebooks/TransitSkimAM_OpenPaths_OBS.ipynb
- notebooks/TransitSkimAM_EMME437_OBS.ipynb
- notebooks/TransitSkimAM_EMME437_transitAssign.ipynb
- notebooks/TransitSkimAM_compare_test1.ipynb
- notebooks/TransitSkimAM_compare_test2.ipynb
- notebooks/TransitSkimAM_compare_test3.ipynb
execute:
freeze: auto
format:
html:
theme:
- cosmo
css: styles.css
toc: true