You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/01/20 18:12:55 UTC

incubator-tinkerpop git commit: Added an extra image to the getting started tutorial.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master bb275d9d7 -> 13bc0716c


Added an extra image to the getting started tutorial.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/13bc0716
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/13bc0716
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/13bc0716

Branch: refs/heads/master
Commit: 13bc0716cf9b4aacfeb25f1e8d874393400a02ef
Parents: bb275d9
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Jan 20 12:12:14 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Jan 20 12:12:14 2016 -0500

----------------------------------------------------------------------
 docs/src/tutorials/getting-started/index.asciidoc  |   2 ++
 .../static/images/modern-edge-1-to-3-4-gremlin.png | Bin 0 -> 18042 bytes
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/13bc0716/docs/src/tutorials/getting-started/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/tutorials/getting-started/index.asciidoc b/docs/src/tutorials/getting-started/index.asciidoc
index df9f59c..06eb2db 100644
--- a/docs/src/tutorials/getting-started/index.asciidoc
+++ b/docs/src/tutorials/getting-started/index.asciidoc
@@ -285,6 +285,8 @@ statement above with:
 g.V().has('name','marko').out('created')
 ----
 
+image:modern-edge-1-to-3-4-gremlin.png[width=325]
+
 Finally, now that Gremlin has reached the "software that Marko created", he has access to the properties of the
 "software" vertex and you can therefore ask Gremlin to extract the value of the "name" property as follows:
 

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/13bc0716/docs/static/images/modern-edge-1-to-3-4-gremlin.png
----------------------------------------------------------------------
diff --git a/docs/static/images/modern-edge-1-to-3-4-gremlin.png b/docs/static/images/modern-edge-1-to-3-4-gremlin.png
new file mode 100755
index 0000000..225c60d
Binary files /dev/null and b/docs/static/images/modern-edge-1-to-3-4-gremlin.png differ