-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
68 lines (62 loc) · 1.91 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
61
62
63
64
65
66
67
68
site_name: PyForestScan
site_url: https://pyforestscan.sefa.ai
repo_url: https://github.com/iosefa/PyForestScan
theme:
name: material
palette:
primary: green
accent: deep-orange
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- search.highlight
custom_dir: overrides
plugins:
- search
- mkdocstrings
- git-revision-date
- mkdocs-jupyter:
include_source: true
execute: false
ignore_h1_titles: true
markdown_extensions:
- attr_list
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
linenums: true
- toc:
permalink: true
nav:
- Home: index.md
- Installation: installation.md
- Usage:
- usage/getting-started-import-and-preprocess.md
- usage/digital-terrain-models.md
- Forest Structure:
- usage/forest-structure/intro.md
- usage/forest-structure/chm.md
- usage/forest-structure/pad.md
- usage/forest-structure/pai.md
- usage/forest-structure/fhd.md
- Benchmarks: benchmarks.md
- Contributing: contributing.md
- Changelog: https://github.com/iosefa/PyForestScan/releases
- Report Issues: https://github.com/iosefa/PyForestScan/issues
- Examples:
- examples/getting-started-importing-preprocessing-dtm-chm.ipynb
- examples/calculate-forest-metrics.ipynb
- examples/working-with-large-point-clouds.ipynb
- API Reference:
- calculate module: api/calculate.md
- filters module: api/filters.md
- handlers module: api/handlers.md
- pipeline module: api/pipeline.md
- process module: api/process.md
- visualize module: api/visualize.md
extra_css:
- overrides/custom.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/tex-mml-chtml.js