-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
55 lines (53 loc) · 1.38 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
site_name: network-routing
theme:
theme:
name: material
features:
- navigation.instant
# - navigation.tabs
- header.autohide
icon:
logo: material/map-marker-path
repo: fontawesome/brands/github
palette:
- scheme: default
primary: deep purple
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: lime
toggle:
icon: material/weather-sunny
name: Switch to light mode
repo_url: https://github.com/dvrpc/network-routing
repo_name: dvrpc/network-routing
plugins:
- search
- mkdocstrings:
handlers:
python:
rendering:
show_root_toc_entry: false
show_if_no_docstring: true
group_by_category: false
markdown_extensions:
- pymdownx.tabbed
- def_list
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- markdown_include.include:
base_path: docs
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- About: index.md
- Installation & Setup: installation.md
- Prepare the Database: database.md
- Sidewalk Gap Analysis: sidewalk_gap_analysis.md
- Other Analyses: other_analyses.md
- Network Analysis Methodology: methodology.md
- Run the Analysis in the Cloud: cloud.md