Skip to content

Commit c514d1f

Browse files
authored
[DOC] add changelog (#1056)
* add changelog * update doc * update changelog
1 parent fc6cc8e commit c514d1f

File tree

8 files changed

+338
-4
lines changed

8 files changed

+338
-4
lines changed

CHANGELOG.md

Lines changed: 325 additions & 0 deletions
Large diffs are not rendered by default.

docs/bidspm-manual.pdf

-2.72 MB
Binary file not shown.

docs/source/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../CHANGELOG.md

docs/source/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ bids.util.tsvwrite(fullfile(pwd, 'new_events.tsv'), new_content);
950950
<a name="statistics:-how-should-i-name-my-conditions-in-my-eventstsv"></a>
951951
## Statistics: How should I name my conditions in my events.tsv?
952952

953-
In BIDS conditions should be named in the `trial_type` column of the `events.tsv` file.
953+
In BIDS format, conditions should be named in the `trial_type` column of the `events.tsv` file.
954954

955955
Some good practices for naming "things" can probably be applied here.
956956

@@ -975,7 +975,7 @@ So for example:
975975

976976
If your BIDS dataset has conditions that do not follow this rule,
977977
then you can use
978-
the [`Replace` variable transform](https://github.com/bids-standard/variable-transform/blob/main/spec/munge.md#replace )
978+
the [`Replace` variable transform](https://github.com/bids-standard/variable-transform/blob/main/spec/munge.md#replace)
979979
in your [BIDS statistical model](https://bidspm.readthedocs.io/en/latest/bids_stats_model.html#transformation')
980980
to rename them on the fly without having to manually edit potentially dozens of files.
981981

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# This pattern also affects html_static_path and html_extra_path.
5454
exclude_patterns = ["examples", "defaults", "demo", "images/*.md"]
5555

56-
suppress_warnings = ["myst.header"]
56+
suppress_warnings = ["myst.header", "myst.xref_missing"]
5757

5858
# The name of the Pygments (syntax highlighting) style to use.
5959
pygments_style = "sphinx"

docs/source/demos.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ This is based on the event related design dataset of SPM.
4747
.. autoscript:: face_rep_01_anat_only
4848
.. autoscript:: face_rep_02_stats
4949
.. autoscript:: face_rep_03_roi_analysis
50-
.. autoscript:: face_rep_resolution
5150

5251

5352
Visual motion localizers

docs/source/dev_doc.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ workflows stats
6060
.. autofunction:: src.workflows.stats.bidsRFX
6161
.. _bidsResults:
6262
.. autofunction:: src.workflows.stats.bidsResults
63+
.. _bidsSmoothContrasts:
64+
.. autofunction:: src.workflows.stats.bidsSmoothContrasts
6365

6466

6567
.. _workflows preproc:
@@ -274,6 +276,8 @@ bids
274276
.. autofunction:: src.bids.addStcToQuery
275277
.. _buildIndividualSpaceRoiFilename:
276278
.. autofunction:: src.bids.buildIndividualSpaceRoiFilename
279+
.. _checkColumnParticipantsTsv:
280+
.. autofunction:: src.bids.checkColumnParticipantsTsv
277281
.. _checkFmriprep:
278282
.. autofunction:: src.bids.checkFmriprep
279283
.. _fileFilterForBold:
@@ -370,6 +374,8 @@ defaults
370374
.. autofunction:: src.defaults.set_spm_2_bids_defaults
371375
.. _spm_my_defaults:
372376
.. autofunction:: src.defaults.spm_my_defaults
377+
.. _validateResultsStructure:
378+
.. autofunction:: src.defaults.validateResultsStructure
373379

374380

375381
.. _infra:
@@ -556,6 +562,8 @@ stats subject_level
556562

557563
stats group_level
558564
=================
565+
.. _computeCumulativeFwhm:
566+
.. autofunction:: src.stats.group_level.computeCumulativeFwhm
559567
.. _findSubjectConImage:
560568
.. autofunction:: src.stats.group_level.findSubjectConImage
561569
.. _getRFXdir:

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Welcome to bidspm documentation!
2828
quality_analysis
2929
mancoreg
3030
docker
31+
CHANGELOG
3132
links_and_references
3233
dev_doc
3334

0 commit comments

Comments
 (0)