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 2018/10/11 16:12:29 UTC

[tinkerpop] 01/04: Remove more references to TP 2.x in docs

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 0fd9cd3d2c2289baf87154783da632f8ea48dc0f
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Oct 11 11:41:06 2018 -0400

    Remove more references to TP 2.x in docs
    
    Those difference are not so relevant these days and for the most part confusing. CTR
---
 docs/src/reference/intro.asciidoc          |   9 ++++-----
 docs/static/images/traversal-mechanics.png | Bin 138828 -> 52187 bytes
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/src/reference/intro.asciidoc b/docs/src/reference/intro.asciidoc
index 890034d..9693267 100644
--- a/docs/src/reference/intro.asciidoc
+++ b/docs/src/reference/intro.asciidoc
@@ -191,11 +191,10 @@ out of the right of the traversal (e.g. "vadas" and "josh").
 
 image::traversal-mechanics.png[width=500]
 
-In TinkerPop3, the objects propagating through the traversal are wrapped in a `Traverser<T>`. The traverser concept
-is new to TinkerPop3 and provides the means by which steps remain stateless. A traverser maintains all the metadata
-about the traversal -- e.g., how many times the traverser has gone through a loop, the path history of the traverser,
-the current object being traversed, etc. Traverser metadata may be accessed by a step. A classic example is the
-<<path-step,`path()`>>-step.
+The objects propagating through the traversal are wrapped in a `Traverser<T>`. The traverser provides the means by
+which steps remain stateless. A traverser maintains all the metadata about the traversal -- e.g., how many times the
+traverser has gone through a loop, the path history of the traverser, the current object being traversed, etc.
+Traverser metadata may be accessed by a step. A classic example is the <<path-step,`path()`>>-step.
 
 [gremlin-groovy,modern]
 ----
diff --git a/docs/static/images/traversal-mechanics.png b/docs/static/images/traversal-mechanics.png
old mode 100644
new mode 100755
index 4f0af98..01bea1e
Binary files a/docs/static/images/traversal-mechanics.png and b/docs/static/images/traversal-mechanics.png differ