-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
276 lines (254 loc) · 8.48 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
# Copyright (c) 2016-2024 Martin Donath <[email protected]>
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
# Project information
site_name: Augmented Carpentry
site_url: https://ibois-epfl.github.io/augmented-carpentry/
site_author: Andrea Settimi
site_description: >-
An open-source research to allow digital fabrication in timber construction with ordinary tools, without 2D drawings or marking, freely and..
# Repository
repo_name: ibois-epfl/augmented-carpentry
repo_url: https://github.com/ibois-epfl/augmented-carpentry
# Copyright
copyright: Copyright © 2021 - 2024 IBOIS, EPFL
# Configuration
theme:
name: material
custom_dir: material/overrides
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.code.select
# - content.footnote.tooltips
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.instant.prefetch
# - navigation.instant.progress
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
# - toc.follow
- toc.integrate # to replace toc with main content
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: astral-dark
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: astral-dark
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
font:
text: Roboto
code: Roboto Mono
logo: assets/logo.png
favicon: assets/favicon.ico
icon:
# FIXME: understand how tags' icons work
tag:
html: fontawesome/brands/github
js: fontawesome/brands/js
css: fontawesome/brands/css3
logo: logo
# Custom CSS
extra_css:
- stylesheets/extra.css
# Plugins
plugins:
# FIXME: understand how tags work
- tags:
HTML5: html
JavaScript: js
CSS: css
- blog
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- minify:
minify_html: true
- macros:
module_name: docs/scripts/main
# FIXME: >>> DOXY >>> uncomment before release
- mkdoxy:
enabled: !ENV [ENABLE_MKDOXY, True]
projects:
acdoxygen:
src-dirs: src
full-doc: True
doxy-cfg:
FILE_PATTERNS: "*.h* *.c *.cpp *.cc"
RECURSIVE: True
# save-api: docs/.mkdoxy # to output the .md files
full-doc: True
debug: False
ignore-errors: False
emojis-enabled: True
# FIXME: <<< DOXY <<< uncomment before release
# Hooks
hooks:
- material/overrides/hooks/shortcodes.py
- material/overrides/hooks/translations.py
# Additional configuration
extra:
status:
new: Recently added
deprecated: Deprecated
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
social:
- icon: official/ibois_logo_black
link: https://www.epfl.ch/labs/ibois/
- icon: official/epfl_logo_black
link: https://www.epfl.ch/en/
- icon: fontawesome/brands/github
link: https://github.com/ibois-epfl/augmented-carpentry
- icon: fontawesome/brands/docker
link: https://github.com/ibois-epfl/augmented-carpentry/pkgs/container/augmented-carpentry-ubuntu
- icon: fontawesome/solid/code
link: https://github.com/ibois-epfl/augmented-carpentry/releases/latest
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/school/ibois/
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/ibois_epfl/
- icon: fontawesome/brands/vimeo
link: https://vimeo.com/user87001008
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.blocks.html
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
normalize_issue_symbols: true
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
auto_append:
- includes/mkdocs.md
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
not_in_nav: |
/tutorials/**/*.md
# Page tree
nav:
- Home: index.md
- Getting started:
- Hardware:
- hardware/index.md
- Computing unit: hardware/computing.md
- Interface: hardware/interface.md
- Sensors: hardware/sensors.md
- Tools: hardware/woodworking-tools.md
- Stickers: hardware/stickers.md
- Software:
- Installation: installation.md
- Changelog:
- changelog/index.md
- Augmented Woodworking:
- augmented-woodworking/404.md # TODO: replace me when done
# - augmented-woodworking/index.md
- test1: augmented-woodworking/placeholder1.md
- test2: augmented-woodworking/placeholder2.md
- Camera calibration: augmented-woodworking/camera-calibration.md
- C++ docs:
- cpp-docs/index.md
# FIXME: >>> DOXY >>> uncomment before release
- Files: "acdoxygen/files.md"
- Functions: "acdoxygen/functions.md"
- Classes:
- Class List: "acdoxygen/annotated.md"
- Class Hierarchy: "acdoxygen/hierarchy.md"
- Class Members: "acdoxygen/class_members.md"
- Class Member Functions: "acdoxygen/class_member_functions.md"
- Class Member Variables: "acdoxygen/class_member_variables.md"
# FIXME: <<< DOXY <<< uncomment before release
- Variables: "acdoxygen/variables.md"
- Macros: "acdoxygen/macros.md"
- Developer guide:
- AR engine:
- Layer stack: developer-guide/AR-engine/layer-stack.md
- Geometry framework: developer-guide/AR-engine/geometry-framework.md
- Feedback system: developer-guide/AR-engine/feedback-system.md
- AR rendering: developer-guide/AR-engine/AR-rendering.md
- Toolhead: developer-guide/toolhead.md
- Guidelines:
- Code: developer-guide/CONTRIBUTING_copy.md # TODO: add a copy in the githhub action
- Tags: developer-guide/tags.md
- Community:
- contributing/index.md
- Reporting a bug: contributing/reporting-a-bug.md
- Reporting a docs issue: contributing/reporting-a-docs-issue.md
- Adding tools or mounts: contributing/add-new-tool.md
- Making a pull request: contributing/making-a-pull-request.md
- Asking a question: https://github.com/ibois-epfl/augmented-carpentry/discussions
- Publications: publications/index.md
- Research team: team/research_team.md