From 2b62229bd5c5959b49ba4d26d3ddf7bb1b32a1b6 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Tue, 24 Mar 2020 18:15:33 +0000
Subject: [PATCH] RF: note after contents

---
 advanced_topics/08_fslpy.ipynb | 10 +++++-----
 advanced_topics/08_fslpy.md    | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/advanced_topics/08_fslpy.ipynb b/advanced_topics/08_fslpy.ipynb
index 92d917e..dc39b28 100644
--- a/advanced_topics/08_fslpy.ipynb
+++ b/advanced_topics/08_fslpy.ipynb
@@ -21,11 +21,6 @@
     "perform analyses and image processing in conjunction with FSL.\n",
     "\n",
     "\n",
-    "> **Note**: `fslpy` is distinct from `fslpython` - `fslpython` is the Python\n",
-    "> environment that is baked into FSL. `fslpy` is a Python library which is\n",
-    "> installed into the `fslpython` environment.\n",
-    "\n",
-    "\n",
     "* [The `Image` class, and other data types](#the-image-class-and-other-data-types)\n",
     "  * [Creating images](#creating-images)\n",
     "  * [Working with image data](#working-with-image-data)\n",
@@ -51,6 +46,11 @@
     "  * [Working with atlases](#working-with-atlases)\n",
     "\n",
     "\n",
+    "> **Note**: `fslpy` is distinct from `fslpython` - `fslpython` is the Python\n",
+    "> environment that is baked into FSL. `fslpy` is a Python library which is\n",
+    "> installed into the `fslpython` environment.\n",
+    "\n",
+    "\n",
     "Let's start with some standard imports and environment set-up:"
    ]
   },
diff --git a/advanced_topics/08_fslpy.md b/advanced_topics/08_fslpy.md
index 798cfdb..9cfe1d6 100644
--- a/advanced_topics/08_fslpy.md
+++ b/advanced_topics/08_fslpy.md
@@ -15,11 +15,6 @@ This practical highlights some of the most useful features provided by
 perform analyses and image processing in conjunction with FSL.
 
 
-> **Note**: `fslpy` is distinct from `fslpython` - `fslpython` is the Python
-> environment that is baked into FSL. `fslpy` is a Python library which is
-> installed into the `fslpython` environment.
-
-
 * [The `Image` class, and other data types](#the-image-class-and-other-data-types)
   * [Creating images](#creating-images)
   * [Working with image data](#working-with-image-data)
@@ -45,6 +40,11 @@ perform analyses and image processing in conjunction with FSL.
   * [Working with atlases](#working-with-atlases)
 
 
+> **Note**: `fslpy` is distinct from `fslpython` - `fslpython` is the Python
+> environment that is baked into FSL. `fslpy` is a Python library which is
+> installed into the `fslpython` environment.
+
+
 Let's start with some standard imports and environment set-up:
 
 
-- 
GitLab