From 1e4758207d8a5c129fcd9476836ae420abce7582 Mon Sep 17 00:00:00 2001
From: mribary <m.ribary@surrey.ac.uk>
Date: Thu, 16 Apr 2020 18:03:59 +0100
Subject: [PATCH] Added flowchart to Ddf documentation

---
 Ddf_documentation.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Ddf_documentation.md b/Ddf_documentation.md
index 972caaa..93a7311 100644
--- a/Ddf_documentation.md
+++ b/Ddf_documentation.md
@@ -2,10 +2,12 @@
 
 The documentation describes the creation of the core dataframes of the `pyDigest` project. It documents the data manipulation steps leading to the core `Ddf` ("_Digest_ daraframe") which includes the text of the _Digest_ in structured machine-ready format. It also describes the creation of supporting structured data related to the text of the _Digest_, for example, authors of passages, legal themes covered in the Digest's 432 sections, and reconstructed characteristics of passages which aim to explain how the _Digest_ was originally created. These dataframes are used to create [the _Digest_'s relational database](link).
 
-### 1. Creation of the base "Ddf" dataframe
+### 1. Creation of the base dataframes
 
 The dcumentation follows the order of output files stored in the prject's `dump` folder. The title of individual steps include the method and the name of the output file in the format of `[Method] > [outputFile]`. The `[Method]` is either (1) manual or (2) executed in Pyhton files which are stored in the `script` folder. The `[Method]` and `[outputFile]` correspond with elements in `Ddf_flowchart`. These steps document the data manipulation pipeline from the raw text of the _Digest_ to its [relational database](link).
 
+![Ddf_flowchart](https://raw.githubusercontent.com/mribary/pyDigest/master/images/Ddf_flowchart.png)
+
 1. Manual editing > ROMTEXT.txt
 
 Raw text is copied from the graphical interface of the [Amanuensis V4.0](http://www.riedlberger.de/08amanuensis.html) software developed by Peter Riedlberger and Günther Rosenbaum. Amanuensis incorporates the ROMTEXT database created by the University of Linz under the supervision of Josef Menner.[<sup id="inline1">1</sup>](#fn1)
-- 
GitLab