From 782a17856683aea89e00fe2a22e70a0757469763 Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Mon, 5 Aug 2013 17:03:48 +0200
Subject: [PATCH] Remove some double slides

---
 python.ipynb | 102 ---------------------------------------------------
 1 file changed, 102 deletions(-)

diff --git a/python.ipynb b/python.ipynb
index dd9b929..62f2eb3 100644
--- a/python.ipynb
+++ b/python.ipynb
@@ -2631,36 +2631,6 @@
       "**Hint:** All elements in a set are unique."
      ]
     },
-    {
-     "cell_type": "markdown",
-     "metadata": {
-      "slideshow": {
-       "slide_type": "subslide"
-      }
-     },
-     "source": [
-      "$\\S$ Exercise: Analyse a repeat structure\n",
-      "===\n",
-      "\n",
-      "* Make a short tandem repeat that consists of three \"ACGT\" units and five \"TTATT\" units.\n",
-      "* Print all suffixes of the repeat structure."
-     ]
-    },
-    {
-     "cell_type": "markdown",
-     "metadata": {
-      "slideshow": {
-       "slide_type": "subslide"
-      }
-     },
-     "source": [
-      "$\\S$ Exercise: Analyse a repeat structure\n",
-      "===\n",
-      "\n",
-      "* Print all substrings of length 3.\n",
-      "* Print all unique substrings of length 3."
-     ]
-    },
     {
      "cell_type": "markdown",
      "metadata": {
@@ -2679,78 +2649,6 @@
       "    2 * (4 > 3)"
      ]
     },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "2 * 3 > 4"
-     ],
-     "language": "python",
-     "metadata": {
-      "slideshow": {
-       "slide_type": "fragment"
-      }
-     },
-     "outputs": [
-      {
-       "metadata": {},
-       "output_type": "pyout",
-       "prompt_number": 9,
-       "text": [
-        "True"
-       ]
-      }
-     ],
-     "prompt_number": 9
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "2 * (3 > 4)"
-     ],
-     "language": "python",
-     "metadata": {
-      "slideshow": {
-       "slide_type": "fragment"
-      }
-     },
-     "outputs": [
-      {
-       "metadata": {},
-       "output_type": "pyout",
-       "prompt_number": 10,
-       "text": [
-        "0"
-       ]
-      }
-     ],
-     "prompt_number": 10
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "2 * (4 > 3)"
-     ],
-     "language": "python",
-     "metadata": {
-      "slideshow": {
-       "slide_type": "fragment"
-      }
-     },
-     "outputs": [
-      {
-       "metadata": {},
-       "output_type": "pyout",
-       "prompt_number": 11,
-       "text": [
-        "2"
-       ]
-      }
-     ],
-     "prompt_number": 11
-    },
     {
      "cell_type": "markdown",
      "metadata": {
-- 
GitLab