-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
60 lines (57 loc) · 1.46 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
56
57
58
59
60
site_name: GTFS Segments
repo_name: UTEL-UIUC/gtfs_segments
repo_url: https://github.com/UTEL-UIUC/gtfs_segments
theme:
name: material
logo: https://github.com/UTEL-UIUC/gtfs_segments/blob/main/images/logo.jpg?raw=true
palette:
- scheme: default
primary: black
accent: blue
font:
text: Roboto
code: Roboto Mono
favicon: assets/logo.svg
icon:
repo: fontawesome/brands/github
nav_style: dark
include_homepage_in_sidebar: true
prev_next_buttons_location: bottom
shortcuts:
help: 191 # ?
next: 78 # n
previous: 80 # p
search: 83 # s
highlightjs: true
hljs_languages:
- yaml
- python
- shell
plugins:
- search
- mkdocstrings
- mkdocs-jupyter:
theme: material
include_source: true
ignore_h1_titles: true
execute: false
nav:
- Home: index.md
- Getting Started:
- Installation: installation.md
- Usage: usage.md
- Tutorials:
- SFMTA Example: tutorials/SFMTA.ipynb
- Visualization: tutorials/Visualization.ipynb
- API Reference:
- gtfs_segments: gtfs_segments.md
- gtfs_segments.utils: utils.md
- gtfs_segments.geom_utils: geom_utils.md
- gtfs_segments.route_stats: route_stats.md
- gtfs_segments.mobility: mobility.md
- gtfs_segments.partridge_func: partridge_func.md
- License: license.md
- Contributing: CONTRIBUTING.md
extra:
version:
provider: mike