Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CMonnin committed Sep 20, 2024
1 parent 16cb375 commit 5e08ff5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Adding stimuli

Stimuli are added to the data.csv found in the ``dist/`` directory as follows:

.. csv-table:: data.csv
.. table:: data.csv
:header: "stimulus", "difficultyLevel", "correctResponse","language"

"path/to/img_of_a_dog.jpg", "1", "A dog", "en"
Expand Down Expand Up @@ -83,7 +83,7 @@ These settings are described below:
- **initialDifficulty** <number>: the difficulty that the task will start with
- **numberOfLevels** <number>: the number of levels that are available for the task

.. csv-table:: experimentSettings.csv
.. table:: experimentSettings.csv
:header: totalNumberOfTrialsToRun, advancementSchedule, regressionSchedule, language, seed, initialDifficulty, numberOfLevels, downloadOnFinish
5, 2, 0, en, 42, 1, 9, false

Expand Down
2 changes: 1 addition & 1 deletion docs/source/usageODC.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ These settings are described below:
- **numberOfLevels** <number>: the number of levels that are available for the task
- **downloadOnFinish** <``true`` or ``false``>: If set to true will download a copy of the data as .csv file in addition to saving the data in ODC

.. csv-table:: experimentSettings :rst:dir:`csv-table`
.. table:: experimentSettings
:header: totalNumberOfTrialsToRun, advancementSchedule, regressionSchedule, language, seed, initialDifficulty, numberOfLevels, downloadOnFinish
5, 2, 0, en, 42, 1, 9, false

Expand Down

0 comments on commit 5e08ff5

Please sign in to comment.