-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
50 lines (49 loc) · 1.29 KB
/
_quarto.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
project:
title: "cityseer-examples"
output-dir: ./output
type: website
website:
title: Cityseer Guide
description: A guide and some examples of how to use cityseer.
page-navigation: true
repo-url: https://github.com/benchmark-urbanism/cityseer-examples
navbar:
search: true
search:
location: navbar
type: overlay
sidebar:
logo: ./assets/round_logo.png
style: "docked"
collapse-level: 2
contents:
- href: index.qmd
text: Home
- section: Preparation
contents:
- examples/osm_boundaries.qmd
- examples/graph_cleaning.ipynb
- examples/graph_corrections.ipynb
- section: Conversion
contents:
- examples/save_to_geopandas.qmd
- examples/momepy_to_cityseer.ipynb
- examples/osm_to_cityseer.ipynb
- section: Networks
contents:
- examples/london_centralities.ipynb
- section: Accessibility
contents:
- examples/london_amenities.ipynb
- section: Continuity
contents:
- examples/continuity/continuity_os_open.ipynb
- examples/continuity/continuity_osm.ipynb
format:
html:
theme: simplex
toc: true
mermaid:
theme: dark
highlight-style: breezedark
css: ./custom-style.css