Skip to content

Commit 76b21f1

Browse files
committed
sty: whitespace + sphinx argparser
1 parent a027989 commit 76b21f1

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
About
2020
-----
2121

22-
``heudiconv`` is a flexible DICOM converter for organizing brain imaging data
23-
into structured directory layouts.
22+
``heudiconv`` is a flexible DICOM converter for organizing brain imaging data
23+
into structured directory layouts.
2424

25-
- it allows flexible directory layouts and naming schemes through
26-
customizable heuristics implementations
25+
- it allows flexible directory layouts and naming schemes through
26+
customizable heuristics implementations
2727
- it only converts the necessary DICOMs, not everything in a directory
2828
- you can keep links to DICOM files in the participant layout
2929
- using dcm2niix under the hood, it's fast
30-
- it can track the provenance of the conversion from DICOM to NIfTI in W3C
31-
PROV format
30+
- it can track the provenance of the conversion from DICOM to NIfTI in W3C
31+
PROV format
3232
- it provides assistance in converting to `BIDS <http://bids.neuroimaging.io/>`_.
33-
- it integrates with `DataLad <https://www.datalad.org/>`_ to place converted and
34-
original data under git/git-annex version control, while automatically
35-
annotating files with sensitive information (e.g., non-defaced anatomicals, etc)
33+
- it integrates with `DataLad <https://www.datalad.org/>`_ to place converted and
34+
original data under git/git-annex version control, while automatically
35+
annotating files with sensitive information (e.g., non-defaced anatomicals, etc)

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
extensions = [
4242
'sphinx.ext.autodoc',
4343
'recommonmark',
44+
'sphinx-argparse',
4445
]
4546

4647
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)