Skip to content

Commit 5242f55

Browse files
committed
fix: utils api link
1 parent 9409ce5 commit 5242f55

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ API Reference
1010
api/dicoms
1111
api/parser
1212
api/queue
13-
api/util
13+
api/utils

docs/usage.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ The following example uses SLURM and Singularity to submit every subjects'
4141
DICOMs as an independent ``heudiconv`` execution.
4242

4343
The first script aggregates the DICOM directories and submits them to
44-
``run_heudiconv.sh`` with SLURM as a job array.::
44+
``run_heudiconv.sh`` with SLURM as a job array.
45+
46+
.. code:: shell
4547
4648
#!/bin/bash
4749
@@ -60,7 +62,9 @@ The first script aggregates the DICOM directories and submits them to
6062
6163
6264
The second script processes a DICOM directory with ``heudiconv`` using the built-in
63-
`reproin` heuristic.::
65+
`reproin` heuristic.
66+
67+
.. code:: shell
6468
6569
#!/bin/bash
6670
set -eu

0 commit comments

Comments
 (0)