forked from Tars4815/belvedere-summer-school
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
96 lines (87 loc) · 2.57 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
site_name: Belvedere summer school
# Configuration
theme:
name: material
palette:
primary: blue
font:
text: Open Sans
language: en
features:
- navigation.path
- navigation.footer
# Customization
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/LabMGF
- icon: fontawesome/brands/github
link: https://github.com/labmgf-polimi
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
repo_url: https://github.com/Tars4815/belvedere-summer-school
plugins:
- search
- mkdocs-jupyter
# - i18n:
# languages:
# it: "Italiano"
# en: "English"
# default_language: 'en'
# no_translation:
# it: "Questa pagina non è tradotta in italiano."
# en: "This page isn't translated to English."
markdown_extensions:
- attr_list
- pymdownx.arithmatex: # Add support for LaTeX math
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# Page tree
nav:
- Home: index.md
- Introduction: introduction.md
- Module 1:
- module1/module1.md
- module1/instrumental-techniques.md
- module1/monitoring-campaigns.md
- module1/monitoring-results.md
- Module 2:
- module2/module2.md
- module2/intro.md
- module2/intro-metashape.md
- module2/workflow-metashape.md
- Module 3:
- module3/module3.md
- module3/intro.md
- module3/gnss.md
- module3/positioning.md
- Module 4:
- module4/module4.md
- module4/intro.md
- module4/vector.md
- module4/raster.md
- module4/layout.md
- Module 5:
- "Overview": "module5/module5.md"
- "Getting started": "module5/getting_started.md"
- "Data preparation": "module5/data_preparation.md"
- "Feature matching": "module5/matching.ipynb"
- "Stereo reconstruction": "module5/single_epoch_stereo_reconstruction.ipynb"
- "Multi-epoch processing": "module5/multi_epoch_processing.ipynb"
- Module 6:
- module6/module6.md
- module6/intro.md
- module6/getting-started.md
- module6/web-viewer.md
- module6/custom-viewer.md
- Belvedere Open Data: data.md
- Credits: credits.md
- References: references.md