Skip to content

Commit

Permalink
Merge pull request #78 from Remi-Gau/remi-notebooks
Browse files Browse the repository at this point in the history
make the notebooks the default main doc (for now)
  • Loading branch information
Remi-Gau authored Aug 10, 2020
2 parents f69056c + 073e1ef commit c1f5cae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 131 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ sub-090/ses-003/sub-090_ses-003_task-auditoryTask_run-023_events_date-2020072915
## 2. <a name='Documentation'></a>Documentation

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

## 3. <a name='Contributing'></a>Contributing
Expand Down
2 changes: 1 addition & 1 deletion binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd ${HOME}
cd lib/JSONio; mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS; cd ..
cd lib/JSONio; mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS; cd ..git

8 changes: 4 additions & 4 deletions docs/functions_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* 2. [createFilename](#createFilename)
* 3. [saveEventsFile](#saveEventsFile)
* 4. [checkCFG](#checkCFG)
* 5. [CFG content](#CFGcontent)
* 6. [createBoldJson](#createBoldJson)
* 4.1. [CFG content](#CFGcontent)
* 5. [createBoldJson](#createBoldJson)

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

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

## 5. <a name='CFGcontent'></a>CFG content
### 4.1. <a name='CFGcontent'></a>CFG content

```matlab
% The following can be modified by users but their effect might
Expand Down Expand Up @@ -123,7 +123,7 @@ cfg.fileName.datasetDescription
```

## 6. <a name='createBoldJson'></a>createBoldJson
## 5. <a name='createBoldJson'></a>createBoldJson

```
createBoldJson(cfg)
Expand Down
124 changes: 0 additions & 124 deletions docs/usage.md

This file was deleted.

0 comments on commit c1f5cae

Please sign in to comment.