From 6ae4e6645bbe3af65cf36a84c70d7725683c33e5 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Mon, 16 Oct 2017 10:18:41 -0700 Subject: [PATCH] Not much --- templates/doc.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/doc.md b/templates/doc.md index 597bdc1..e92f5f2 100644 --- a/templates/doc.md +++ b/templates/doc.md @@ -56,4 +56,7 @@ Here's an example of a graph `(A-B C)`: 1: {'position': {'x': 1, 'y': 0, 'z': 0}, 'vop': 0}, 2: {'position': {'x': 2, 'y': 0, 'z': 0}, 'vop': 10}}} +## ABP + +The underlying graph library is based on Anders' and Briegel's method. Full docs for the Python library are [here](https://peteshadbolt.co.uk/static/abp/index.html).