From fadbd6a85cdd19b94e1d5ce24c15daafd2bfb479 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Thu, 18 Aug 2016 11:10:27 +0200 Subject: [PATCH] Add link to github source of graph examples. --- Documentation/Books/Manual/Graphs/README.mdpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/Books/Manual/Graphs/README.mdpp b/Documentation/Books/Manual/Graphs/README.mdpp index ce98b5b80a..44437e536b 100644 --- a/Documentation/Books/Manual/Graphs/README.mdpp +++ b/Documentation/Books/Manual/Graphs/README.mdpp @@ -100,6 +100,8 @@ ArangoDB comes with a set of easily graspable graphs that are used to demonstrat You can use the `add samples` tab in the `create graph` window in the webinterface, or load the module `@arangodb/graph-examples/example-graph` in arangosh and use it to create instances of these graphs in your ArangoDB. Once you've created them, you can [inspect them in the webinterface](../Administration/WebInterface/Graphs.md) - which was used to create the pictures below. +You [can easily look into the innards of this script](https://github.com/arangodb/arangodb/blob/devel/js/common/modules/%40arangodb/graph-examples/example-graph.js) for reference about howto manage graphs programatically. + !SUBSUBSECTION The Knows\_Graph A set of persons knowing each other: