-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
60 lines (57 loc) · 1.64 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: ICEpy4D
site_url: https://franioli.github.io/icepy4d
repo_url: https://github.com/franioli/icepy4d
site_author: Francesco Ioli
theme:
name: readthedocs
highlightjs: true
# name: material
# palette:
# primary: indigo
# font:
# text: Open Sans
features:
- navigation.path
- navigation.footer
plugins:
- search
- mkdocs-jupyter
- autorefs
# - gen-files:
# scripts:
# - docs/gen_ref_pages.py #
- mkdocstrings:
handlers:
python:
paths: [src] # search packages in the src folder
options:
show_source: false
heading_level: 2
nav:
- Home: index.md
- Installation: installation.md
- Getting started:
- 'Project set-up': getting_started.md
- 'matching.ipynb'
- 'single_epoch_stereo_reconstruction.ipynb'
# - 'Multi epoch reconstruction': 'notebooks/mutlitemporal_workflow.ipynb'
- Modules:
- Core:
- Epoch: core/epoch.md
- Camera: core/camera.md
- Images: core/images.md
- Features: core/features.md
- Points: core/points.md
- Point Cloud: core/point_cloud.md
- Targets: core/targets.md
- Matching:
- Matching: matching/matching.md
- Tracking: matching/tracking.md
- Templatematch: matching/templatematch.md
- Sfm:
- Two-view Geometry: sfm/two_view_geometry.md
- Absolute orientation: sfm/absolute_orientation.md
- Triangulation: sfm/triangulation.md
- Incremental reconstruction: sfm/reconstruction.md
- Visualization: visualization.md
- References: references.md