From 86de65afd33f2b387caba5b63c46b3e090307b99 Mon Sep 17 00:00:00 2001 From: Reid McIlroy-Young Date: Tue, 21 Mar 2017 15:56:56 -0400 Subject: [PATCH] Test failed --- .gitignore | 1 + README.ipynb | 26 -------------------------- README_renamed.md => README.md | 0 3 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 README.ipynb rename README_renamed.md => README.md (100%) diff --git a/.gitignore b/.gitignore index fa63c20..3529b24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ */.ipynb_checkpoints/* +.ipynb_checkpoints/* notebooks/* diff --git a/README.ipynb b/README.ipynb deleted file mode 100644 index 58b9296..0000000 --- a/README.ipynb +++ /dev/null @@ -1,26 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Computational Content Analysis Notebooks\n", - "\n", - "These are a series of Jupyter notebooks for the Computational Content Analysis at the university of Chicago. They are written in Python 3 and they just require the associated data directories and the specified packages installed to run. The notebooks are:\n", - "\n", - "1. [Intro](1-Intro/1-intro.ipynb)\n", - "2. [Corpus Linguistics](2-Corpus-Linguistics/2-Corpus-Linguistics.ipynb)\n", - "3. [Clustering and Topic Modeling](3-Clustering-and-Topic-Modeling/3-Clustering-and-Topic-Modeling.ipynb)\n", - "4. [Word Embedding](4-Word-Embedding/4-Word-Embedding.ipynb)\n", - "5. [Reliability](5-Reliability/5-Reliability.ipynb)\n", - "6. [Classification](6-Classification/6-Classification.ipynb)\n", - "7. [Information Extraction](7-Information-Extraction/7-Information-Extraction.ipynb)\n", - "8. [Semantic Networks](8-Semantic-Networks/8-Semantic-Networks.ipynb)\n", - "9. [Beyond Text](9-Beyond-Text/9-Beyond-Text.ipynb)" - ] - } - ], - "metadata": {}, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/README_renamed.md b/README.md similarity index 100% rename from README_renamed.md rename to README.md