Skip to content

Commit 8d15bf9

Browse files
authored
Merge branch 'main' into remove-links-rst
2 parents 0a43967 + e44d7bd commit 8d15bf9

File tree

4 files changed

+3
-18
lines changed

4 files changed

+3
-18
lines changed

cubids/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _parse_validate():
7474
default=None,
7575
)
7676
parser.add_argument(
77-
"--ignore_nifti_headers",
77+
"--ignore-nifti-headers",
7878
action="store_true",
7979
default=False,
8080
help="Disregard NIfTI header content during validation",

cubids/workflows.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def validate(
231231
linked_output_prefix_t,
232232
]
233233
if ignore_nifti_headers:
234-
cmd.append("--ignore_nifti_headers")
234+
cmd.append("--ignore-nifti-headers")
235235

236236
elif container_type == "singularity":
237237
cmd = [
@@ -250,7 +250,7 @@ def validate(
250250
linked_output_prefix_t,
251251
]
252252
if ignore_nifti_headers:
253-
cmd.append("--ignore_nifti_headers")
253+
cmd.append("--ignore-nifti-headers")
254254

255255
if sequential:
256256
cmd.append("--sequential")

docs/examples.rst

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Contents
1313
usage
1414
cli
1515
example
16-
examples
1716
../CONTRIBUTING
1817
../AUTHORS
1918
../HISTORY

0 commit comments

Comments
 (0)