Skip to content

Commit c6cc1e0

Browse files
Merge pull request #2 from Remi-Gau/remi-fix_doc
[DOC] fix the last warnings in the doc builing
2 parents 31b5542 + c212459 commit c6cc1e0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/convertSourceToRaw.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ function convertSourceToRaw(cfg)
1414
% :type cfg: structure
1515
%
1616
% :output:
17-
% - :creates: dummy README and CHANGE file
18-
% - :copy: source dir to raw dir
19-
% - :remove: the date suffix (_date-*) from the files where it is present
20-
% - :zip: the _stim files.
17+
% - :creates: a dummy README and CHANGE file
18+
% - :copies: ``source`` directory to ``raw`` directory
19+
% - :removes: the date suffix ``_date-*`` from the files where it is present
20+
% - :zips: the ``_stim.tsv`` files.
2121

2222
sourceDir = fullfile(cfg.dir.output, 'source');
2323
rawDir = fullfile(cfg.dir.output, 'raw');

src/utils/returnNbColumns.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
% :param nameExtraColumn: An entry of ``logFile.extraColumns``
1414
% :type nameExtraColumn: string
1515
%
16-
% :returns: - :nbCol: (integer) The number of columns associated to one entry of the extra
16+
% :returns:
17+
% - :nbCol: (integer) The number of columns associated to one entry of the extra
1718
% column list.
1819
%
1920

0 commit comments

Comments
 (0)