forked from opengeos/segment-geospatial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
68 lines (61 loc) · 1.76 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: segment-geospatial
site_url: https://samgeo.gishub.org
repo_url: https://github.com/opengeos/segment-geospatial
theme:
palette:
scheme: preference
name: material
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- search.highlight
# - navigation.expand
# - navigation.tabs
custom_dir: "docs/overrides"
plugins:
- search
- mkdocstrings
- git-revision-date
- mkdocs-jupyter:
include_source: True
execute: False
ignore_h1_titles: True
# execute_ignore: "*.ipynb"
markdown_extensions:
- attr_list
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- toc:
permalink: true
# extra:
# analytics:
# provider: google
# property: UA-XXXXXXXXX-X
nav:
- Home: index.md
- Installation: installation.md
- Usage: usage.md
- Contributing: contributing.md
- FAQ: faq.md
- Changelog: changelog.md
- Report Issues: https://github.com/opengeos/segment-geospatial/issues
- Examples:
- examples/satellite.ipynb
- examples/automatic_mask_generator.ipynb
- examples/automatic_mask_generator_hq.ipynb
- examples/input_prompts.ipynb
- examples/input_prompts_hq.ipynb
- examples/box_prompts.ipynb
- examples/text_prompts.ipynb
- examples/text_prompts_batch.ipynb
- examples/fast_sam.ipynb
- examples/swimming_pools.ipynb
- examples/arcgis.ipynb
- API Reference:
- common module: common.md
- samgeo module: samgeo.md
- fast_sam module: fast_sam.md
- hq_sam module: hq_sam.md
- text_sam module: text_sam.md