From 95c7062c4230f7821675a2d723e396a52b9c486b Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Sun, 15 Oct 2017 22:56:14 -0700 Subject: [PATCH] Docs --- templates/doc.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/templates/doc.md b/templates/doc.md index 5e2c11c..8f438a3 100644 --- a/templates/doc.md +++ b/templates/doc.md @@ -1,4 +1,4 @@ -# ABP +# ABP server This server does a few things: @@ -27,7 +27,15 @@ If you do an HTTPS GET against `graph/`, you will receive some JSON. outputs :::python - {"node": {"30": {"position": {"y": 3.245091885135617, "x": -1.0335390368621762, "z": 0.12485495696298532}, "vop": 0}, "28": {"position": {"y": 0.1811335599620998, "x": 3.7102305790943295, "z": 0.3375519427305571}, "vop": 0}, "29": {"position": {"y": -1.834182888403804, "x": 1.5968911365745622, "z": 2.8585980299131886 ... + {"node": + {"30": + {"position": + {"y": 3.245091885135617, "x": -1.0335390368621762, "z": 0.12485495696298532}, "vop": 0}, "28": + {"position": + {"y": 0.1811335599620998, "x": 3.7102305790943295, "z": 0.3375519427305571}, "vop": 0}, "29": + {"position": + {"y": -1.834182888403804, "x": 1.5968911365745622, "z": 2.8585980299131886 + ... The top-level keys are `node` and `adj`. These model the node metadata and adjacency matrix respectively.