From 955d45bb0ef0d491eed22a8879ec27e21e94b215 Mon Sep 17 00:00:00 2001 From: mribary <m.ribary@surrey.ac.uk> Date: Fri, 12 Jun 2020 15:02:38 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- Stats_documentation.md | 0 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 Stats_documentation.md diff --git a/README.md b/README.md index c4d6112..6f60a95 100644 --- a/README.md +++ b/README.md @@ -9,21 +9,21 @@ The research is carried out at the University of Surrey School of Law as part of ## Project components -### 0. "pyDigest" - General functions +[### 0. "pyDigest" - General functions](/pyDigest_documentation.md) -### 1. "Ddf" - Core _Digest_ dataframes +[### 1. "Ddf" - Core _Digest_ dataframes](/Ddf_documentation.md) -### 2. "NLP" - Natural Language Processing +[### 2. "NLP" - Natural Language Processing](/NLP_documentation.md) -### 3. "SQL" - Relational database +[### 3. "SQL" - Relational database](/SQL_documentation.md) -### 4. "Stats" - Statistical analysis and data visualisation +[### 4. "Stats" - Statistical analysis and data visualisation](/Stats_documentation.md) diff --git a/Stats_documentation.md b/Stats_documentation.md new file mode 100644 index 0000000..e69de29 -- GitLab