You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/02/06 23:15:12 UTC

[2/3] incubator-tinkerpop git commit: showed an example of loading sugar plugin in docs.

showed an example of loading sugar plugin in docs.


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

Branch: refs/heads/master
Commit: c354cf137c3da1c66814342ee65fc7ad17421f94
Parents: 9414d4f
Author: Marko A. Rodriguez <ok...@apache.org>
Authored: Fri Feb 6 15:11:50 2015 -0700
Committer: Marko A. Rodriguez <ok...@apache.org>
Committed: Fri Feb 6 15:11:50 2015 -0700

----------------------------------------------------------------------
 docs/src/gremlin-applications.asciidoc | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/c354cf13/docs/src/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/gremlin-applications.asciidoc b/docs/src/gremlin-applications.asciidoc
index 6c456fe..c6b5c4a 100644
--- a/docs/src/gremlin-applications.asciidoc
+++ b/docs/src/gremlin-applications.asciidoc
@@ -802,6 +802,10 @@ image:gremlin-sugar.png[width=120,float=left] In previous versions of Gremlin-Gr
 
 IMPORTANT: It is important that the sugar plugin is loaded in a Gremlin Console session prior to any manipulations of the respective TinkerPop3 objects as Groovy will cache unavailable methods and properties.
 
+[source,groovy]
+gremlin> :plugin use tinkerpop.sugar
+==>tinkerpop.sugar activated
+
 Graph Traversal Methods
 ^^^^^^^^^^^^^^^^^^^^^^^