-
Notifications
You must be signed in to change notification settings - Fork 53
/
mkdocs.yml
55 lines (48 loc) · 1.21 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: lidar
site_url: https://lidar.github.org
repo_url: https://github.com/opengeos/lidar
theme:
palette:
scheme: preference
name: material
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
# - navigation.expand
# - navigation.tabs
- search.highlight
custom_dir: "docs/overrides"
plugins:
- search
- mkdocstrings
- git-revision-date
# - pdf-export
- mkdocs-jupyter:
include_source: True
# execute: True
markdown_extensions:
- attr_list
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- toc:
permalink: true
# google_analytics:
# - UA-186406134-1
# - auto
nav:
- Home: index.md
- Installation: installation.md
- Get Started: get-started.md
- Usage: usage.md
- Contributing: contributing.md
- Citations: citations.md
- Changelog: changelog.md
- Report Issues: https://github.com/opengeos/lidar/issues
- API Reference:
- common module: common.md
- filling module: filling.md
- filtering module: filtering.md
- mounts module: mounts.md
- slicing module: slicing.md