Skip to content

Commit c1f5cae

Browse files
authored
Merge pull request #78 from Remi-Gau/remi-notebooks
make the notebooks the default main doc (for now)
2 parents f69056c + 073e1ef commit c1f5cae

File tree

4 files changed

+6
-131
lines changed

4 files changed

+6
-131
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ sub-090/ses-003/sub-090_ses-003_task-auditoryTask_run-023_events_date-2020072915
5959
## 2. <a name='Documentation'></a>Documentation
6060

6161
- [Installation](./docs/installation.md)
62-
- [How to use it](./docs/usage.md)
63-
- [Jupyter notebooks](./notebooks/README.md)
62+
- [How to use it: jupyter notebooks](./notebooks)
6463
- [Functions description](./docs/functions_description.md)
6564

6665
## 3. <a name='Contributing'></a>Contributing

binder/postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cd ${HOME}
2-
cd lib/JSONio; mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS; cd ..
2+
cd lib/JSONio; mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS; cd ..git
33

docs/functions_description.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* 2. [createFilename](#createFilename)
66
* 3. [saveEventsFile](#saveEventsFile)
77
* 4. [checkCFG](#checkCFG)
8-
* 5. [CFG content](#CFGcontent)
9-
* 6. [createBoldJson](#createBoldJson)
8+
* 4.1. [CFG content](#CFGcontent)
9+
* 5. [createBoldJson](#createBoldJson)
1010

1111
<!-- vscode-markdown-toc-config
1212
numbering=true
@@ -57,7 +57,7 @@ If the user DOES NOT provide `onset`, `trial_type`, this events will be skipped.
5757

5858
Check that we have all the fields that we need in the experiment parameters.
5959

60-
## 5. <a name='CFGcontent'></a>CFG content
60+
### 4.1. <a name='CFGcontent'></a>CFG content
6161

6262
```matlab
6363
% The following can be modified by users but their effect might
@@ -123,7 +123,7 @@ cfg.fileName.datasetDescription
123123
124124
```
125125

126-
## 6. <a name='createBoldJson'></a>createBoldJson
126+
## 5. <a name='createBoldJson'></a>createBoldJson
127127

128128
```
129129
createBoldJson(cfg)

docs/usage.md

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)