You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-52Lines changed: 1 addition & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,55 +26,4 @@ The project provides tools to
26
26
- transfer data efficiently in and out of the WebAssembly runtime.
27
27
- perform asynchronous, parallel execution of processing pipelines in a worker pool.
28
28
29
-
*ITK-Wasm* can be used to execute [ITK](https://www.itk.org/) or arbitrary C++ codes in the browser, on the command line, and in languages like Python via [WASI](https://wasi.dev/) and [Emscripten](https://emscripten.org) runtimes.
30
-
31
-
```{toctree}
32
-
:hidden:
33
-
:maxdepth: 3
34
-
:caption: 👋 Introduction
35
-
36
-
introduction/packages.md
37
-
introduction/parts.md
38
-
model/index.md
39
-
introduction/file_formats/index.md
40
-
```
41
-
42
-
```{toctree}
43
-
:hidden:
44
-
:maxdepth: 3
45
-
:caption: 🌐 JavaScript/TypeScript
46
-
47
-
typescript/interface_types/index.md
48
-
typescript/index.md
49
-
typescript/distribution/index.md
50
-
```
51
-
52
-
```{toctree}
53
-
:hidden:
54
-
:maxdepth: 3
55
-
:caption: 🐍 Python
56
-
57
-
python/introduction.md
58
-
python/numpy.md
59
-
python/itk_python.md
60
-
apidocs/index.rst
61
-
```
62
-
63
-
```{toctree}
64
-
:hidden:
65
-
:maxdepth: 3
66
-
:caption: 📖 C++ Wasm Processing Pipelines
67
-
68
-
cxx/installation.md
69
-
cxx/tutorial/index.md
70
-
cxx/interface_types.md
71
-
```
72
-
73
-
```{toctree}
74
-
:hidden:
75
-
:maxdepth: 3
76
-
:caption: 🔨 ITK-Wasm Development
77
-
78
-
development/hacking_itk_wasm.md
79
-
development/itk_js_to_itk_wasm_migration_guide.md
80
-
```
29
+
*ITK-Wasm* can be used to execute [ITK](https://www.itk.org/) or arbitrary C++ codes in the browser, on the command line, and in languages like Python via [WASI](https://wasi.dev/) and [Emscripten](https://emscripten.org) runtimes.
Copy file name to clipboardExpand all lines: docs/myst.yml
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ project:
7
7
short_title: "ITK-Wasm"
8
8
description: "ITK-Wasm combines ITK and WebAssembly to enable high-performance spatial analysis in a web browser or system-level environments and reproducible execution across programming languages and hardware architectures."
0 commit comments