Skip to content

Commit

Permalink
DOC: Add documentation, app links to wasm package descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Oct 2, 2023
1 parent d4ef7c4 commit 439dfef
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"build:wasi": "itk-wasm -i itkwasm/wasi:20230917-38fb6f92 build",
"build:wasi:debug": "itk-wasm -i itkwasm/wasi:20230917-38fb6f92-debug build -- -DCMAKE_BUILD_TYPE:STRING=Debug",
"build:testData": "dam download wasm/test/data wasm/test/data.tar.gz bafybeie7oon27usqjgrtxodzkbd4i6sanfwobv26c3tf7adhxop46o2f3q https://data.kitware.com/api/v1/file/65196dede7f0366cdfec199e/download https://bafybeid5dvqt2z4uhyal7fws5sai7vc6vgrlicknr5tdqi2phx5q7vl3qm.ipfs.w3s.link/ipfs/bafybeid5dvqt2z4uhyal7fws5sai7vc6vgrlicknr5tdqi2phx5q7vl3qm/data.tar.gz",
"bindgen:typescript": "itk-wasm -b emscripten-build bindgen --output-dir wasm/typescript --package-name @itk-wasm/elastix --package-version 0.2.1 --package-description \"A toolbox for rigid and nonrigid registration of images.\" --repository 'https://github.com/InsightSoftwareConsortium/ITKElastix'",
"bindgen:python": "itk-wasm -b wasi-build bindgen --interface python --output-dir wasm/python --package-name itkwasm-elastix --package-version 0.2.1 --package-description \"A toolbox for rigid and nonrigid registration of images.\" --repository 'https://github.com/InsightSoftwareConsortium/ITKElastix'",
"bindgen:typescript": "itk-wasm -b emscripten-build bindgen --output-dir wasm/typescript --package-name @itk-wasm/elastix --package-version 0.2.2 --package-description \"A toolbox for rigid and nonrigid registration of images.\" --repository 'https://github.com/InsightSoftwareConsortium/ITKElastix'",
"bindgen:python": "itk-wasm -b wasi-build bindgen --interface python --output-dir wasm/python --package-name itkwasm-elastix --package-version 0.2.2 --package-description \"A toolbox for rigid and nonrigid registration of images.\" --repository 'https://github.com/InsightSoftwareConsortium/ITKElastix'",
"test": "npm run test:wasi",
"test:wasi": "itk-wasm test --test-dir wasm -- -V",
"clean": "git clean -fdx -e node_modules"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 2 additions & 0 deletions wasm/python/itkwasm-elastix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

A toolbox for rigid and nonrigid registration of images.

[🕮 **Documentation** 📚](https://py.docs.elastix.wasm.itk.eth.limo/)

## Installation

```sh
Expand Down
2 changes: 1 addition & 1 deletion wasm/python/itkwasm-elastix/itkwasm_elastix/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
4 changes: 4 additions & 0 deletions wasm/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

> A toolbox for rigid and nonrigid registration of images.
[👨‍💻 **Live API Demo**](https://itk-wasm-elastix-app-js.on.fleek.co/ ':include :type=iframe width=100% height=800px')

[🕮 **Documentation** 📚](https://js.docs.elastix.wasm.itk.eth.limo/)

## Installation

```sh
Expand Down
4 changes: 2 additions & 2 deletions wasm/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wasm/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/elastix",
"version": "0.2.1",
"version": "0.2.2",
"description": "A toolbox for rigid and nonrigid registration of images.",
"type": "module",
"module": "./dist/bundles/elastix.js",
Expand Down

0 comments on commit 439dfef

Please sign in to comment.