From 32947e07229168d4746d7e0763c45f6852e0ab61 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Mon, 26 Jan 2015 07:26:50 -0500 Subject: [PATCH] Added index of topics discussed in Notebook. --- core/basics.ipynb | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/core/basics.ipynb b/core/basics.ipynb index a915a0b..bbddf5d 100644 --- a/core/basics.ipynb +++ b/core/basics.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:f18acafc8b418eb856d25b1dc48f6dd4e97b85f845419650b4b4cd4fa7fa3e3c" + "signature": "sha256:5641b782273b21293cd24c3af10e9e68d593e70c5554c4cc0e37ba2a389837e9" }, "nbformat": 3, "nbformat_minor": 0, @@ -15,6 +15,18 @@ "# Basics" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "* References\n", + "* Types\n", + "* Attributes and Methods\n", + "* Duck Typing Utilities\n", + "* Duck Typing Utilities Unit Tests\n", + "* Exceptions" + ] + }, { "cell_type": "markdown", "metadata": {},