diff --git a/docs/source/welcome.rst b/docs/source/index.rst similarity index 100% rename from docs/source/welcome.rst rename to docs/source/index.rst diff --git a/docs/source/usage.rst b/docs/source/usage.rst index acfd718..1b30aef 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -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" @@ -83,7 +83,7 @@ These settings are described below: - **initialDifficulty** : the difficulty that the task will start with - **numberOfLevels** : 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 diff --git a/docs/source/usageODC.rst b/docs/source/usageODC.rst index f1e81ff..f04188f 100644 --- a/docs/source/usageODC.rst +++ b/docs/source/usageODC.rst @@ -56,7 +56,7 @@ These settings are described below: - **numberOfLevels** : 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