-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
159 lines (154 loc) · 4.33 KB
/
Copy path_quarto.yml
File metadata and controls
159 lines (154 loc) · 4.33 KB
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
project:
type: website
output-dir: _site
pre-render:
- uv run python scripts/update_site_title.py
filters:
- filters/render-data-model.lua
execute:
eval: false
warning: false
format:
html:
theme:
light: cosmo
dark: darkly
toc: true
code-copy: true
code-overflow: wrap
css: styles.css
bibliography: references.bib
website:
title: "DASDAE Inventory (v0.0.1)"
site-url: "https://dasdae.github.io/inventory"
repo-url: "https://github.com/DASDAE/inventory"
repo-actions: [edit]
page-navigation: true
navbar:
background: light
search: true
left:
- text: "Intro"
href: Intro/index.qmd
- text: "Model"
href: Model/model.qmd
- text: "API"
href: API/spool.qmd
- text: "Examples"
href: Examples/index.qmd
- text: "Q&A"
href: Q&A/index.qmd
- text: "References"
href: References/index.qmd
right:
- text: "Join the Conversation"
icon: github
href: "https://github.com/dasdae/inventory/discussions"
aria-label: "Join the DASDAE Inventory discussion"
sidebar:
- id: intro
title: "Intro"
style: "floating"
collapse-level: 2
contents:
- text: "Overview"
href: Intro/index.qmd
- text: "Changelog"
href: Intro/changelog.qmd
- id: model
title: "Model"
style: "floating"
collapse-level: 2
contents:
- text: "Model At A Glance"
href: Model/model.qmd
- text: "OpticalPath"
href: Model/optical-path.qmd
- text: "Optical Components"
href: Model/optical-components.qmd
- id: references
title: "References"
style: "floating"
collapse-level: 2
contents:
- text: "Object Reference"
href: References/index.qmd
- text: "Acquisition"
href: References/Acquisition.qmd
- text: "Cable"
href: References/Cable.qmd
- text: "Channel"
href: References/Channel.qmd
- text: "Connector"
href: References/Connector.qmd
- text: "CoordinateReferenceSystem"
href: References/CoordinateReferenceSystem.qmd
- text: "CouplingCondition"
href: References/CouplingCondition.qmd
- text: "DistanceMap"
href: References/DistanceMap.qmd
- text: "Enclosure"
href: References/Enclosure.qmd
- text: "ExternalResource"
href: References/ExternalResource.qmd
- text: "FiberArray"
href: References/FiberArray.qmd
- text: "FiberSegment"
href: References/FiberSegment.qmd
- text: "Geometry"
href: References/Geometry.qmd
- text: "Interrogator"
href: References/Interrogator.qmd
- text: "Inventory"
href: References/Inventory.qmd
- text: "Network"
href: References/Network.qmd
- text: "OpticalComponent"
href: References/OpticalComponent.qmd
- text: "OpticalPath"
href: References/OpticalPath.qmd
- text: "OpticalPathAnnotation"
href: References/OpticalPathAnnotation.qmd
- text: "References"
href: References/References.qmd
- text: "Response"
href: References/Response.qmd
- text: "Splice"
href: References/Splice.qmd
- text: "Station"
href: References/Station.qmd
- text: "Terminator"
href: References/Terminator.qmd
- id: examples
title: "Examples"
style: "floating"
collapse-level: 2
contents:
- text: "Overview"
href: Examples/index.qmd
- text: "Quickstart"
href: Examples/quickstart.qmd
- text: "Simple Inventory"
href: Examples/simple-inventory.qmd
- text: "NORFOX"
href: Examples/norfox.qmd
- id: qa
title: "Q&A"
style: "floating"
collapse-level: 2
contents:
- text: "Overview"
href: Q&A/index.qmd
- id: api
title: "API"
style: "floating"
collapse-level: 2
contents:
- text: "Spool"
href: API/spool.qmd
- text: "Inventory"
href: API/inventory.qmd
- text: "Authoring"
href: API/authoring.qmd
- text: "OpticalPath"
href: API/optical-path.qmd