Skip to content

Commit

Permalink
RTD build error test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Oct 3, 2023
1 parent f4b856b commit 9eb2dd3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Features
- [x] Field maps\*
- [x] Multi-echo data\*
- [x] Multi-coil data\*
- [ ] Stimulus/behavioural logfiles
- [x] Plug-ins
- [ ] Stimulus/behavioural logfiles

``* = Only DICOM source data``

Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
nitpicky = True
extensions = ['myst_parser']
source_suffix = {'.rst': 'restructuredtext',
'.md': 'markdown'}
Expand Down
2 changes: 1 addition & 1 deletion docs/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ These setting can be used by all the BIDScoin tools:
- ``datatypes``: Datatypes that are converted to BIDS. This can be useful for ignoring / excluding specific datatypes (without changing their mappings)
- ``unknowntypes``: Datatypes that are not part of BIDS but that are converted to a BIDS-like entries in the BIDS folder
- ``ignoretypes``: Datatypes that are excluded / not converted"""
- ``zip``: Wildcard pattern to select tarball/zip-files in the source folders that need to be unzipped (in a tempdir) to expose the data. Use for instance '*.tar.gz' if your source data looks like ``sub-01\01_MPRAGE\dcmfiles.tar.gz``, etc
- ``zip``: Wildcard pattern to select tarball/zip-files in the source folders that need to be unzipped (in a tempdir) to expose the data. Use for instance '\*.tar.gz' if your source data looks like ``sub-01\01_MPRAGE\dcmfiles.tar.gz``, etc

The core working of BIDScoin and its plugins can be tested by clicking the corresponding [Test] button and inspection of the terminal output.

Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sphinx < 7
sphinx-rtd-theme
myst-parser
tomli >= 1.1.0 ; python_version < "3.11"

0 comments on commit 9eb2dd3

Please sign in to comment.