-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(Python): Initialize itkwasm docs content, update formatting
Add: - Landing index.md - Introduction - API Reference - Links to C++/JavaScript docs Configuration updates: - Furo theme - Myst markdown - sphinx-copybutton - autodoc2 - sphinx opengraph - sphinx-design - Add ReadTheDocs yaml configuration Update main description to include Python.
- Loading branch information
Showing
26 changed files
with
191 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# .readthedocs.yml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.10" | ||
|
||
sphinx: | ||
configuration: packages/core/python/itkwasm/docs/conf.py | ||
|
||
python: | ||
install: | ||
- requirements: packages/core/python/itkwasm/docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
_build/ | ||
apidocs/ |
1 change: 1 addition & 0 deletions
1
packages/core/python/itkwasm/docs/_static/environment-dispatch-mermaid-history.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"state":{"code":"---\ntitle: itkwasm environment dispatch\n---\nflowchart TD\n A[fa:fa-box-open itkwasm-package-name] --> B{browser?}\n A -.-> |pip install| P[accelerator-package]\n B --> |yes| C[fa:fa-box-open itkwasm-package-name-emscripten]\n C --> |any OS, architecture| D([Chromium-based browser])\n C --> |any OS, architecture| E([Firefox])\n C --> |macOS, x86_64, ARM| F([Safari])\n B --> |no| wasi[fa:fa-box-open itkwasm-package-name-wasi]\n wasi --> G{architecture?}\n G --> H(x86_64)\n G --> I(ARM)\n H --> J(Linux)\n H --> K(macOS)\n H --> L(Windows)\n I --> M(Linux)\n I --> N(macOS)\n P --> Q(CUDA)\n P --> R(OpenCL)\n P --> S(WebGPU)\n S --> T{browser?}\n T --> |yes| U[fa:fa-box-open accelerator-package-emscripten]\n T --> |no| V[fa:fa-box-open accelerator-package-native]\n \n ","mermaid":"{\n \"theme\": \"dark\"\n}","autoSync":true,"updateDiagram":false},"time":1682285480249,"type":"manual","id":"32405602-2e6c-4c68-88e9-4ba6f2e3f6ce","name":"worried-megabyte"}] |
Binary file added
BIN
+108 KB
packages/core/python/itkwasm/docs/_static/environment-dispatch-mermaid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
packages/core/python/itkwasm/docs/_static/environment-dispatch-mermaid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
itkwasm | ||
======= | ||
|
||
> Universal spatial analysis and visualization. | ||
<div align="center"> | ||
|
||
![itk-wasm](_static/itk-webassembly.png) | ||
|
||
[![Examples](https://github.com/InsightSoftwareConsortium/itk-wasm/actions/workflows/examples.yml/badge.svg)](https://github.com/InsightSoftwareConsortium/itk-wasm/actions/workflows/examples.yml) [![Toolchains](https://github.com/InsightSoftwareConsortium/itk-wasm/actions/workflows/toolchains.yml/badge.svg)](https://github.com/InsightSoftwareConsortium/itk-wasm/actions/workflows/toolchains.yml) [![JavaScript,TypeScript](https://github.com/InsightSoftwareConsortium/itk-wasm/actions/workflows/javascript-typescript.yml/badge.svg)](https://github.com/InsightSoftwareConsortium/itk-wasm/actions/workflows/javascript-typescript.yml) [![Python WASM](https://github.com/InsightSoftwareConsortium/itk-wasm/actions/workflows/python-wasm.yml/badge.svg)](https://github.com/InsightSoftwareConsortium/itk-wasm/actions/workflows/python-wasm.yml) [![C++,Native Python](https://github.com/InsightSoftwareConsortium/itk-wasm/actions/workflows/cxx-python.yml/badge.svg)](https://github.com/InsightSoftwareConsortium/itk-wasm/actions/workflows/cxx-python.yml) [![WASI](https://github.com/InsightSoftwareConsortium/itk-wasm/actions/workflows/wasi.yml/badge.svg)](https://github.com/InsightSoftwareConsortium/itk-wasm/actions/workflows/wasi.yml) | ||
|
||
[![itkwasm version](https://badge.fury.io/py/itkwasm.svg)](https://pypi.org/project/itkwasm/) | ||
|
||
[![DOI](https://zenodo.org/badge/45812381.svg)](https://zenodo.org/badge/latestdoi/45812381) | ||
|
||
![License](https://img.shields.io/github/license/InsightSoftwareConsortium/itk-wasm) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/InsightSoftwareConsortium/itk-wasm) | ||
</div> | ||
|
||
*itk-wasm* combines [ITK](https://www.itk.org/) and [WebAssembly](https://webassembly.org/) to enable high-performance spatial analysis in a web browser or system-level environments and reproducible execution across programming languages and hardware architectures. | ||
|
||
The project provides tools to | ||
|
||
- build C/C++ code to [WebAssembly](https://webassembly.org/). | ||
- bridge local filesystems, JavaScript/TypeScript/Python data structures, and traditional file formats. | ||
- transfer data efficiently in and out of the WebAssembly runtime. | ||
- perform asynchronous, parallel execution of processing pipelines in a worker pool. | ||
|
||
*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. | ||
|
||
This site provides the Python documentation. There is also [C++ and JavaScript/TypeScript documentation](https://wasm.itk.org/). | ||
|
||
```{toctree} | ||
:hidden: | ||
introduction.md | ||
``` | ||
|
||
```{toctree} | ||
:hidden: | ||
:maxdepth: 3 | ||
:caption: 📖 Reference | ||
apidocs/index.rst | ||
C++/JavaScript Docs <https://wasm.itk.org/> | ||
``` |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.