Skip to content

Commit eb82205

Browse files
committed
Merge remote-tracking branch 'origin/ref/modularize-multifile-renamers' into ref/modularize-multifile-renamers
# Conflicts: # CHANGELOG.md # docs/conf.py # docs/installation.rst # docs/usage.rst # heudiconv/convert.py # heudiconv/info.py
2 parents 756fa0a + a2d9099 commit eb82205

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,14 @@ TODO Summary
353353
[#404]: https://github.com/nipy/heudiconv/issues/404
354354
[#407]: https://github.com/nipy/heudiconv/issues/407
355355
[#419]: https://github.com/nipy/heudiconv/issues/419
356+
<<<<<<< HEAD
356357
[#420]: https://github.com/nipy/heudiconv/issues/420
357358
[#425]: https://github.com/nipy/heudiconv/issues/425
358359
[#430]: https://github.com/nipy/heudiconv/issues/430
359360
[#432]: https://github.com/nipy/heudiconv/issues/432
360361
[#434]: https://github.com/nipy/heudiconv/issues/434
361362
[#436]: https://github.com/nipy/heudiconv/issues/436
362363
[#437]: https://github.com/nipy/heudiconv/issues/437
364+
=======
365+
[#425]: https://github.com/nipy/heudiconv/issues/425
366+
>>>>>>> origin/ref/modularize-multifile-renamers

docs/installation.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@ Installation
77

88
Local
99
=====
10-
Released versions of HeuDiConv are available on `PyPI <https://pypi.org/project/heudiconv/>`_
11-
and `conda <https://github.com/conda-forge/heudiconv-feedstock#installing-heudiconv>`_.
10+
Released versions of HeuDiConv are available on `PyPI <https://pypi.org/project/heudiconv/>`_
11+
and `conda <https://github.com/conda-forge/heudiconv-feedstock#installing-heudiconv>`_.
1212
If installing through ``PyPI``, eg::
1313

1414
pip install heudiconv[all]
1515

16-
Manual installation of `dcm2niix <https://github.com/rordenlab/dcm2niix#install>`_
16+
Manual installation of `dcm2niix <https://github.com/rordenlab/dcm2niix#install>`_
1717
is required.
1818

19-
On Debian-based systems we recommend using `NeuroDebian <http://neuro.debian.net>`_
19+
On Debian-based systems we recommend using `NeuroDebian <http://neuro.debian.net>`_
2020
which provides the `heudiconv package <http://neuro.debian.net/pkgs/heudiconv.html>`_.
2121

2222

2323
Docker
2424
======
25-
If `Docker <https://docs.docker.com/install/>`_ is available on your system, you
26-
can visit `our page on Docker Hub <https://hub.docker.com/r/nipy/heudiconv/tags>`_
25+
If `Docker <https://docs.docker.com/install/>`_ is available on your system, you
26+
can visit `our page on Docker Hub <https://hub.docker.com/r/nipy/heudiconv/tags>`_
2727
to view available releases. To pull the latest release, run::
2828

2929
$ docker pull nipy/heudiconv:0.8.0
3030

3131

3232
Singularity
3333
===========
34-
If `Singularity <https://www.sylabs.io/singularity/>`_ is available on your system,
35-
you can use it to pull and convert our Docker images! For example, to pull and
34+
If `Singularity <https://www.sylabs.io/singularity/>`_ is available on your system,
35+
you can use it to pull and convert our Docker images! For example, to pull and
3636
build the latest release, you can run::
3737

3838
$ singularity pull docker://nipy/heudiconv:0.8.0

0 commit comments

Comments
 (0)