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/05/04 10:41:30 UTC

[30/50] [abbrv] incubator-tinkerpop git commit: added Ketrinas Gremlin Language Variants image. Updated tutorial. --dryRun is solid. Publishing full docs now. CTR.

added Ketrinas Gremlin Language Variants image. Updated tutorial. --dryRun is solid. Publishing full docs now. CTR.


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

Branch: refs/heads/TINKERPOP-946
Commit: 66a6ef49dbc823906c5d3ded44c0039533181ea9
Parents: e2ee81c
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Sun May 1 12:12:45 2016 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Sun May 1 12:12:45 2016 -0600

----------------------------------------------------------------------
 .../gremlin-language-variants/index.asciidoc      |   2 ++
 docs/static/images/gremlin-house-of-mirrors.png   | Bin 0 -> 786997 bytes
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/66a6ef49/docs/src/tutorials/gremlin-language-variants/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/tutorials/gremlin-language-variants/index.asciidoc b/docs/src/tutorials/gremlin-language-variants/index.asciidoc
index c10c51a..231ec67 100644
--- a/docs/src/tutorials/gremlin-language-variants/index.asciidoc
+++ b/docs/src/tutorials/gremlin-language-variants/index.asciidoc
@@ -31,6 +31,8 @@ have historically been. For instance, with Gremlin-Java, the developer is able t
 graph database queries at the same level of abstraction -- both written in Java. A simple example is presented below
 where the `MyApplication` Java class contains both application-level and database-level code written in Java.
 
+image::gremlin-house-of-mirrors.png[width=1024]
+
 WARNING: This is an advanced tutorial intended for experts knowledgeable in Gremlin in particular and TinkerPop in general.
 Moreover, the audience should understand advanced programming language concepts such as reflection, meta-programming,
 source code generation, and virtual machines.

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/66a6ef49/docs/static/images/gremlin-house-of-mirrors.png
----------------------------------------------------------------------
diff --git a/docs/static/images/gremlin-house-of-mirrors.png b/docs/static/images/gremlin-house-of-mirrors.png
new file mode 100644
index 0000000..efe854c
Binary files /dev/null and b/docs/static/images/gremlin-house-of-mirrors.png differ