diff --git a/README.md b/README.md
index f2956c6..722cb13 100644
--- a/README.md
+++ b/README.md
@@ -5,26 +5,26 @@
# ipython-data-notebooks
Continually updated IPython Data Science Notebooks geared towards processing big data (AWS, Spark, Hadoop MapReduce, HDFS, Linux command line, Python, NumPy, pandas, matplotlib, SciPy, scikit-learn, Kaggle).
+## kaggle
+
-## kaggle - IPython Notebooks used in [kaggle](https://www.kaggle.com/) competitions. | Notebook | Description | |-------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------| | [titanic](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/kaggle/titanic.ipynb) | Predicts survival on the Titanic. Demonstrates data cleaning, exploratory data analysis, and machine learning. | +## spark +
-## spark - IPython Notebooks demonstrating spark and HDFS functionality. | Notebook | Description | @@ -32,13 +32,13 @@ IPython Notebooks demonstrating spark and HDFS functionality. | [spark](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/spark/spark.ipynb) | In-memory cluster computing framework, up to 100 times faster for certain applications and is well suited for machine learning algorithms. | | [hdfs](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/spark/hdfs.ipynb) | Reliably stores very large files across machines in a large cluster. | +## aws +
-## aws - IPython Notebooks demonstrating Amazon Web Services functionality. | Notebook | Description | @@ -51,13 +51,13 @@ IPython Notebooks demonstrating Amazon Web Services functionality. | [kinesis](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#kinesis) | Streams data in real time with the ability to process thousands of data streams per second. | | [lambda](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb#lambda) | Runs code in response to events, automatically managing compute resources. | +## python-core +
-## python-core - IPython Notebooks demonstrating core Python functionality geared towards data analysis. | Notebook | Description | @@ -68,13 +68,13 @@ IPython Notebooks demonstrating core Python functionality geared towards data an | [datetime](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/python-core/datetime.ipynb) | Datetime, strftime, strptime, timedelta. | | [unit tests](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/python-core/unit_tests.ipynb) | Nose unit tests. | +## pandas +
-## pandas - IPython Notebooks demonstrating pandas functionality. | Notebook | Description | @@ -83,13 +83,13 @@ IPython Notebooks demonstrating pandas functionality. | [pandas io](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/pandas/pandas_io.ipynb) | Input and output operations. | | [pandas cleaning](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/pandas/pandas_clean.ipynb) | Data wrangling operations. | +## commands +
-## commands - IPython Notebooks demonstrating various command lines for Linux, Git, etc. | Notebook | Description | @@ -101,40 +101,40 @@ IPython Notebooks demonstrating various command lines for Linux, Git, etc. | [ruby](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#ruby) | Used to interact with the AWS command line and for Jekyll, a blog framework that can be hosted on GitHub Pages. | | [jekyll](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#jekyll) | Simple, blog-aware, static site generator for personal, project, or organization sites. Renders Markdown or Textile and Liquid templates, and produces a complete, static website ready to be served by Apache HTTP Server, Nginx or another web server. | +## matplotlib +
-## matplotlib - [Coming Soon] IPython Notebooks demonstrating matplotlib functionality. +## scikit-learn +
-## scikit-learn - [Coming Soon] IPython Notebooks demonstrating scikit-learn functionality. +## scipy +
-## scipy - [Coming Soon] IPython Notebooks demonstrating SciPy functionality. +## numpy +
-## numpy - [Coming Soon] IPython Notebooks demonstrating NumPy functionality. ## License