@@ -13,6 +13,167 @@ project:
13
13
code : Apache-2.0
14
14
content : CC-BY-4.0
15
15
# To autogenerate a Table of Contents, run "myst init --write-toc"
16
+ toc :
17
+ # Auto-generated by `myst init --write-toc`
18
+ - file : index.md
19
+ - file : itk-webassemblyinterface-description.md
20
+ - title : Cxx
21
+ children :
22
+ - file : cxx/installation.md
23
+ - file : cxx/interface_types.md
24
+ - title : Tutorial
25
+ children :
26
+ - file : cxx/tutorial/debugging.md
27
+ - file : cxx/tutorial/hello_pipeline.md
28
+ - file : cxx/tutorial/hello_world.md
29
+ - file : cxx/tutorial/index.md
30
+ - file : cxx/tutorial/inputs_outputs.md
31
+ - title : Development
32
+ children :
33
+ - file : development/hacking_itk_wasm.md
34
+ - file : development/itk_js_to_itk_wasm_migration_guide.md
35
+ - title : Introduction
36
+ children :
37
+ - file : introduction/packages.md
38
+ - file : introduction/parts.md
39
+ - title : File Formats
40
+ children :
41
+ - file : introduction/file_formats/dicom.md
42
+ - file : introduction/file_formats/images.md
43
+ - file : introduction/file_formats/index.md
44
+ - file : introduction/file_formats/meshes.md
45
+ - title : Model
46
+ children :
47
+ - file : model/BinaryData.md
48
+ - file : model/binaryFile__data.md
49
+ - file : model/BinaryFile.md
50
+ - file : model/binaryStream__data.md
51
+ - file : model/BinaryStream.md
52
+ - file : model/cellComponentType.md
53
+ - file : model/cellPixelComponents.md
54
+ - file : model/cellPixelComponentType.md
55
+ - file : model/cellPixelType.md
56
+ - file : model/components.md
57
+ - file : model/componentType.md
58
+ - file : model/dimension.md
59
+ - file : model/doubleList__values.md
60
+ - file : model/DoubleList.md
61
+ - file : model/floatList__values.md
62
+ - file : model/FloatList.md
63
+ - file : model/FloatTypes.md
64
+ - file : model/image__data.md
65
+ - file : model/image__direction.md
66
+ - file : model/image__imageType.md
67
+ - file : model/image__metadata.md
68
+ - file : model/image__name.md
69
+ - file : model/image__origin.md
70
+ - file : model/image__size.md
71
+ - file : model/image__spacing.md
72
+ - file : model/Image.md
73
+ - file : model/ImageType.md
74
+ - file : model/index.md
75
+ - file : model/integerList__values.md
76
+ - file : model/IntegerList.md
77
+ - file : model/InterfaceType.md
78
+ - file : model/IntTypes.md
79
+ - file : model/JsonCompatible.md
80
+ - file : model/mesh__cellBufferSize.md
81
+ - file : model/mesh__cellData.md
82
+ - file : model/mesh__cells.md
83
+ - file : model/mesh__meshType.md
84
+ - file : model/mesh__name.md
85
+ - file : model/mesh__numberOfCellPixels.md
86
+ - file : model/mesh__numberOfCells.md
87
+ - file : model/mesh__numberOfPointPixels.md
88
+ - file : model/mesh__numberOfPoints.md
89
+ - file : model/mesh__pointData.md
90
+ - file : model/mesh__points.md
91
+ - file : model/Mesh.md
92
+ - file : model/MeshType.md
93
+ - file : model/metadata__entries.md
94
+ - file : model/Metadata.md
95
+ - file : model/metadataEntry__key.md
96
+ - file : model/metadataEntry__value.md
97
+ - file : model/MetadataEntry.md
98
+ - file : model/path.md
99
+ - file : model/pixelType.md
100
+ - file : model/PixelTypes.md
101
+ - file : model/pointComponentType.md
102
+ - file : model/pointPixelComponents.md
103
+ - file : model/pointPixelComponentType.md
104
+ - file : model/pointPixelType.md
105
+ - file : model/polyData__cellData.md
106
+ - file : model/polyData__lines.md
107
+ - file : model/polyData__linesBufferSize.md
108
+ - file : model/polyData__name.md
109
+ - file : model/polyData__numberOfCellPixels.md
110
+ - file : model/polyData__numberOfPointPixels.md
111
+ - file : model/polyData__numberOfPoints.md
112
+ - file : model/polyData__pointData.md
113
+ - file : model/polyData__points.md
114
+ - file : model/polyData__polygons.md
115
+ - file : model/polyData__polygonsBufferSize.md
116
+ - file : model/PolyData.md
117
+ - file : model/stringList__values.md
118
+ - file : model/StringList.md
119
+ - file : model/textFile__data.md
120
+ - file : model/TextFile.md
121
+ - file : model/textStream__data.md
122
+ - file : model/TextStream.md
123
+ - title : Types
124
+ children :
125
+ - file : model/types/Boolean.md
126
+ - file : model/types/Curie.md
127
+ - file : model/types/Date.md
128
+ - file : model/types/DateOrDatetime.md
129
+ - file : model/types/Datetime.md
130
+ - file : model/types/Decimal.md
131
+ - file : model/types/Double.md
132
+ - file : model/types/Float.md
133
+ - file : model/types/Integer.md
134
+ - file : model/types/Jsonpath.md
135
+ - file : model/types/Jsonpointer.md
136
+ - file : model/types/Ncname.md
137
+ - file : model/types/Nodeidentifier.md
138
+ - file : model/types/Objectidentifier.md
139
+ - file : model/types/Sparqlpath.md
140
+ - file : model/types/String.md
141
+ - file : model/types/Time.md
142
+ - file : model/types/Uri.md
143
+ - file : model/types/Uriorcurie.md
144
+ - title : Python
145
+ children :
146
+ - file : python/introduction.md
147
+ - file : python/itk_python.md
148
+ - file : python/numpy.md
149
+ - title : Typescript
150
+ children :
151
+ - file : typescript/browser_io.md
152
+ - file : typescript/browser_pipelines.md
153
+ - file : typescript/index.md
154
+ - file : typescript/node_io.md
155
+ - file : typescript/node_pipelines.md
156
+ - title : Distribution
157
+ children :
158
+ - file : typescript/distribution/index.md
159
+ - file : typescript/distribution/node.md
160
+ - file : typescript/distribution/umd.md
161
+ - file : typescript/distribution/vite.md
162
+ - file : typescript/distribution/webpack.md
163
+ - title : Interface Types
164
+ children :
165
+ - file : typescript/interface_types/BinaryFile.md
166
+ - file : typescript/interface_types/BinaryStream.md
167
+ - file : typescript/interface_types/Image.md
168
+ - file : typescript/interface_types/ImageType.md
169
+ - file : typescript/interface_types/index.md
170
+ - file : typescript/interface_types/JsonCompatible.md
171
+ - file : typescript/interface_types/Mesh.md
172
+ - file : typescript/interface_types/MeshType.md
173
+ - file : typescript/interface_types/PolyData.md
174
+ - file : typescript/interface_types/TextFile.md
175
+ - file : typescript/interface_types/TextStream.md
176
+
16
177
site :
17
178
title : " ITK-Wasm documentation"
18
179
template : book-theme
0 commit comments