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 2019/06/17 16:14:06 UTC

[tinkerpop] branch master updated (80f68fe -> 2ba1594)

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

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


    from 80f68fe  Merge branch 'tp34'
     new 0d08d24  Minor re-wording for clarity in getting started tutorial CTR
     new d7daf2a  Merge branch 'tp33' into tp34
     new 2ba1594  Merge branch 'tp34'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/src/tutorials/getting-started/index.asciidoc | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)


[tinkerpop] 01/03: Minor re-wording for clarity in getting started tutorial CTR

Posted by sp...@apache.org.
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 0d08d242732a635a47d7a8d2d712cefa778e0840
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jun 17 12:12:12 2019 -0400

    Minor re-wording for clarity in getting started tutorial CTR
---
 docs/src/tutorials/getting-started/index.asciidoc | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/docs/src/tutorials/getting-started/index.asciidoc b/docs/src/tutorials/getting-started/index.asciidoc
index 42aed0f..d03535e 100644
--- a/docs/src/tutorials/getting-started/index.asciidoc
+++ b/docs/src/tutorials/getting-started/index.asciidoc
@@ -380,9 +380,10 @@ g.V().has('name','marko').
   values('name')
 ----
 
-So that's nice, we can see that "peter", "josh" and "marko" are all responsible for creating "lop". Of course, we already
-know about the involvement of "marko" and it seems strange to say that "marko" collaborates with himself, so excluding
-"marko" from the results seems logical. The following traversal handles that exclusion:
+So that's nice, we can see that "peter", "josh" and "marko" are all responsible for creating "v[3]", which is the
+"software" vertex named "lop". Of course, we already know about the involvement of "marko" and it seems strange to say that
+"marko" collaborates with himself, so excluding "marko" from the results seems logical. The following traversal
+handles that exclusion:
 
 [gremlin-groovy,modern]
 ----
@@ -444,8 +445,8 @@ graph computing.
 == The Final Ten Minutes
 
 In these final ten minutes of _The TinkerPop Workout - by Gremlin_ we'll look at TinkerPop from a higher level and
-introduce different features of the stack in order to orient you with what it offers. In this way, you can
-identify areas of interest and dig into the details from there.
+introduce different features it provides to help orient you to some of the project's technology ecosystem. In this
+way, you can identify areas of interest and dig into the details from there.
 
 === Why TinkerPop?
 


[tinkerpop] 03/03: Merge branch 'tp34'

Posted by sp...@apache.org.
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 2ba15943ff276167432a65ca5a6fc043c873492d
Merge: 80f68fe d7daf2a
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jun 17 12:13:54 2019 -0400

    Merge branch 'tp34'

 docs/src/tutorials/getting-started/index.asciidoc | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)


[tinkerpop] 02/03: Merge branch 'tp33' into tp34

Posted by sp...@apache.org.
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 d7daf2af8781a4babbf9c0e42ff294929774ed53
Merge: 050ba50 0d08d24
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jun 17 12:13:48 2019 -0400

    Merge branch 'tp33' into tp34

 docs/src/tutorials/getting-started/index.asciidoc | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --cc docs/src/tutorials/getting-started/index.asciidoc
index 6460bda,d03535e..2422aac
--- a/docs/src/tutorials/getting-started/index.asciidoc
+++ b/docs/src/tutorials/getting-started/index.asciidoc
@@@ -466,9 -444,9 +467,9 @@@ graph computing
  
  == The Final Ten Minutes
  
 -In these final ten minutes of _The TinkerPop Workout - by Gremlin_ we'll look at TinkerPop from a higher level and
 +In these final ten minutes of _The TinkerPop Workout — by Gremlin_, we'll look at TinkerPop from a higher level and
- introduce different features of the stack in order to orient you with what it offers. In this way, you can
- identify areas of interest and dig into the details from there.
+ introduce different features it provides to help orient you to some of the project's technology ecosystem. In this
+ way, you can identify areas of interest and dig into the details from there.
  
  === Why TinkerPop?