Skip to content

Commit ba64a09

Browse files
markbadernormanrz
andauthored
Follow up, correction of missing webknossos in usage (#1309)
* Update docs. * Remove contribute.md. * Implement requested changes. * parse url in download command. * Apply suggested changes. * unify args * Refer to pypi and run format command. * Correction usage. --------- Co-authored-by: Norman Rzepka <[email protected]>
1 parent 1d5ce07 commit ba64a09

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

docs/src/cli/compress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The `compress` command allows you to compress a WEBKNOSSOS dataset. It supports
55
## Usage
66

77
```bash
8-
compress [OPTIONS] TARGET
8+
webknossos compress [OPTIONS] TARGET
99
```
1010

1111
### Arguments

docs/src/cli/convert.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `convert` command automatically detects an image stack and converts it into
2424
### Usage
2525

2626
```bash
27-
convert [OPTIONS] SOURCE TARGET
27+
webknossos convert [OPTIONS] SOURCE TARGET
2828
```
2929

3030
### Arguments
@@ -100,7 +100,7 @@ The `convert-knossos` command converts a KNOSSOS dataset into a WEBKNOSSOS datas
100100
### Usage
101101

102102
```bash
103-
convert-knossos [OPTIONS] SOURCE TARGET
103+
webknossos convert-knossos [OPTIONS] SOURCE TARGET
104104
```
105105

106106
### Arguments
@@ -176,7 +176,7 @@ The `convert-raw` command converts a RAW dataset into a WEBKNOSSOS dataset.
176176
### Usage
177177

178178
```bash
179-
convert-raw [OPTIONS] SOURCE TARGET
179+
webknossos convert-raw [OPTIONS] SOURCE TARGET
180180
```
181181

182182
### Arguments
@@ -260,7 +260,7 @@ The `convert-zarr` command converts a Zarr dataset into a WEBKNOSSOS dataset.
260260
### Usage
261261

262262
```bash
263-
convert-zarr [OPTIONS] SOURCE TARGET
263+
webknossos convert-zarr [OPTIONS] SOURCE TARGET
264264
```
265265

266266
### Arguments

docs/src/cli/copy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The `copy-dataset` command allows you to create a copy of a WEBKNOSSOS dataset.
55
## Usage
66

77
```bash
8-
copy-dataset [OPTIONS] SOURCE TARGET
8+
webknossos copy-dataset [OPTIONS] SOURCE TARGET
99
```
1010

1111
### Arguments

docs/src/cli/downsample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The `downsample` command allows you to reduce the resolution of a WEBKNOSSOS dat
55
## Usage
66

77
```bash
8-
downsample [OPTIONS] TARGET
8+
webknossos downsample [OPTIONS] TARGET
99
```
1010

1111
### Arguments

docs/src/cli/export-as-tiff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The `export-as-tiff` command exports a WEBKNOSSOS dataset to TIFF image data. It
55
## Usage
66

77
```bash
8-
export-as-tiff [OPTIONS] SOURCE TARGET
8+
webknossos export-as-tiff [OPTIONS] SOURCE TARGET
99
```
1010

1111
### Arguments

docs/src/cli/upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The `upload-dataset` command uploads a local WEBKNOSSOS dataset to a specified W
55
## Usage
66

77
```bash
8-
webknossos upload-dataset [OPTIONS] SOURCE
8+
webknossos upload [OPTIONS] SOURCE
99
```
1010

1111
### Arguments

0 commit comments

Comments
 (0)