From 795095f05ab2ffe5fbd6870ed407f2e288073b39 Mon Sep 17 00:00:00 2001 From: Toby Hodges Date: Mon, 19 Feb 2024 20:26:55 +0100 Subject: [PATCH 1/2] remove superfluous class tags --- _episodes/02-data_property.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_episodes/02-data_property.md b/_episodes/02-data_property.md index 968ee4b..e4987e4 100644 --- a/_episodes/02-data_property.md +++ b/_episodes/02-data_property.md @@ -33,7 +33,6 @@ Lets open the Matlab Integrated Development Environment (IDE) and take a look at > 4. Command History: This is the interactive list of operations that have been called from the Command Window. > 5. Editor: This is a text editor with added features for modifying Matlab interpreted text files (*.m files). > -> {: .source} {: .callout} #### **Creating variables in the Matlab CLI** @@ -125,7 +124,6 @@ Now that Matlab is pointed to the Face13 folder we need to tell it where to find > ## Path for Face13 folder > It is important to ensure that `Face13` is the last folder listed in your Matlab path as this indicates that `Face13` is your current working directory. You should see the `code` and `sourcedata` folders within the Current Folder window in Matlab. > -> {: .source} {: .callout} ~~~ From e58e1ad828b457d004bf8e9eb5dcebbd258a6385 Mon Sep 17 00:00:00 2001 From: Toby Hodges Date: Mon, 19 Feb 2024 20:35:03 +0100 Subject: [PATCH 2/2] remove another class tag --- _episodes/02-data_property.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_episodes/02-data_property.md b/_episodes/02-data_property.md index e4987e4..bbc6875 100644 --- a/_episodes/02-data_property.md +++ b/_episodes/02-data_property.md @@ -141,7 +141,6 @@ eeglab > ## Warning: Name is nonexistent or not a directory > If when adding the paths or trying to open EEGLAB you receive a warning stating that the name is nonexistent or not a directory, ensure that you have navigated to the `Face13` folder that you made during the setup. Also make sure that the `code` and `sourcedata` folders are located within the `Face13` folder. > -> {: .source} {: .callout} EEGLAB has a Graphical User Interface (GUI) so we will be able to do a lot of the processing by clicking in menus and interacting with figures, but we will also learn how to take advantage of EEGLAB's integration with the command line interface to work more efficiently and reliably.