From 7add189d0e3e65a943c989d1a55f2969b18b1c85 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Sat, 22 Aug 2020 17:35:26 +0200 Subject: [PATCH] update doc --- docs/functions_description.md | 24 +++++++++++++++++++-- src/randomization/repeatShuffleConditions.m | 2 +- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/docs/functions_description.md b/docs/functions_description.md index f6eeda4..a19fb54 100644 --- a/docs/functions_description.md +++ b/docs/functions_description.md @@ -10,7 +10,7 @@ * 1.6. [eyeTracker](#eyeTracker) * 1.7. [standByScreen](#standByScreen) * 1.8. [waitForTrigger](#waitForTrigger) - * 1.9 [readAndFilterLogfile](#readAndFilterLogfile) + * 1.9. [readAndFilterLogfile](#readAndFilterLogfile) * 2. [Keyboard functions: response collection and aborting experiment](#Keyboardfunctions:responsecollectionandabortingexperiment) * 2.1. [testKeyboards](#testKeyboards) * 2.2. [getResponse](#getResponse) @@ -19,6 +19,10 @@ * 3.1. [drawFixationCross](#drawFixationCross) * 4. [Drawing dots](#Drawingdots) * 5. [Drawing apertures](#Drawingapertures) +* 6. [Randomization](#Randomization) + * 6.1. [shuffle](#shuffle) + * 6.2. [setTargetPositionInSequence](#setTargetPositionInSequence) + * 6.3. [repeatShuffleConditions](#repeatShuffleConditions)