Skip to content

Commit 2ef877f

Browse files
committed
doc: finalize rtd
1 parent 893731b commit 2ef877f

File tree

15 files changed

+120
-59
lines changed

15 files changed

+120
-59
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
*.egg-info/
55
.idea/
66
venvs/
7+
_build/

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
.. topic:: `HeuDiConv`: a heuristic-centric DICOM converter
1+
=============
2+
**HeuDiConv**
3+
=============
4+
5+
`a heuristic-centric DICOM converter`
26

37
.. image:: https://img.shields.io/badge/docker-nipy/heudiconv:unstable-brightgreen.svg?logo=docker&style=flat
48
:target: https://hub.docker.com/r/nipy/heudiconv/tags/
@@ -19,17 +23,13 @@
1923
About
2024
-----
2125

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

25-
- it allows flexible directory layouts and naming schemes through
26-
customizable heuristics implementations
29+
- it allows flexible directory layouts and naming schemes through customizable heuristics implementations
2730
- it only converts the necessary DICOMs, not everything in a directory
2831
- you can keep links to DICOM files in the participant layout
2932
- 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
33+
- it can track the provenance of the conversion from DICOM to NIfTI in W3C PROV format
3234
- 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)
35+
- it integrates with `DataLad <https://www.datalad.org/>`_ to place converted and original data under git/git-annex version control, while automatically annotating files with sensitive information (e.g., non-defaced anatomicals, etc)

docs/api.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
=============
2+
API Reference
3+
=============
4+
5+
.. toctree::
6+
:maxdepth: 1
7+
8+
api/bids
9+
api/convert
10+
api/dicoms
11+
api/parser
12+
api/queue
13+
api/util

docs/api/bids.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
====
2+
BIDS
3+
====
4+
5+
.. automodule:: heudiconv.bids

docs/api/convert.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
==========
2+
Conversion
3+
==========
4+
5+
.. automodule:: heudiconv.convert

docs/api/dicoms.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
======
2+
DICOMS
3+
======
4+
5+
.. automodule:: heudiconv.dicoms

docs/api/parser.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
=======
2+
Parsing
3+
=======
4+
5+
.. automodule:: heudiconv.parser

docs/api/queue.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
=============
2+
Batch Queuing
3+
=============
4+
5+
.. automodule:: heudiconv.queue

docs/api/utils.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
=======
2+
Utility
3+
=======
4+
5+
.. automodule:: heudiconv.utils

docs/changes.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
.. include:: ../CHANGELOG.md
1+
=======
2+
Changes
3+
=======
4+
5+
.. mdinclude:: ../CHANGELOG.md

0 commit comments

Comments
 (0)