aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-21 01:09:48 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-21 01:09:48 +0100
commit3ab4829870a90d7a3a7c359436776e0a96370ba5 (patch)
tree349ee9f947378207d2a0b0f60c9a6ffc2d2e2ab2 /static
parentd2d73dac0bc408719be0e9e142e4d946a050bbed (diff)
downloadfuzzycat-3ab4829870a90d7a3a7c359436776e0a96370ba5.tar.gz
fuzzycat-3ab4829870a90d7a3a7c359436776e0a96370ba5.zip
get rid of static folder
Diffstat (limited to 'static')
-rw-r--r--static/Makefile6
-rw-r--r--static/approach.dot13
-rw-r--r--static/approach.pngbin40516 -> 0 bytes
3 files changed, 0 insertions, 19 deletions
diff --git a/static/Makefile b/static/Makefile
deleted file mode 100644
index 9b84114..0000000
--- a/static/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-approach.png: approach.dot
- dot -Tpng $^ > $@
-
-.PHONY: clean
-clean:
- rm -rf approach.png
diff --git a/static/approach.dot b/static/approach.dot
deleted file mode 100644
index 0bf3cbb..0000000
--- a/static/approach.dot
+++ /dev/null
@@ -1,13 +0,0 @@
-digraph f {
- "matching" -> "strings";
- "matching" -> "entities";
-
- "strings" -> "lookups";
- "strings" -> "normalization";
- "strings" -> "fuzzy";
-
- "entities" -> "identifiers";
- "entities" -> "field subsets";
-
- "field subsets" -> "strings";
-}
diff --git a/static/approach.png b/static/approach.png
deleted file mode 100644
index cce18d7..0000000
--- a/static/approach.png
+++ /dev/null
Binary files differ