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/13 18:19:30 UTC

[tinkerpop] branch master updated (87c0527 -> fe4b1c9)

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 87c0527  Merge branch 'tp34'
     new b4e3890  Consistent formatting of Tutorials list
     new 1e9b327  Merge branch 'tp33' into tp34
     new fe4b1c9  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/index.asciidoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[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 fe4b1c9afa480357a6449184b203d3ca48c2473c
Merge: 87c0527 1e9b327
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Jun 13 14:19:17 2019 -0400

    Merge branch 'tp34'

 docs/src/index.asciidoc | 6 +++---
 1 file changed, 3 insertions(+), 3 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 1e9b3275c2674682bdfad510ba18c54af3fd8012
Merge: c8ba4e8 b4e3890
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Jun 13 14:19:08 2019 -0400

    Merge branch 'tp33' into tp34

 docs/src/index.asciidoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[tinkerpop] 01/03: Consistent formatting of Tutorials list

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 b4e3890a84c0045ef4b928c68c763ecdc46ce66a
Author: jon-scho <51...@users.noreply.github.com>
AuthorDate: Thu Jun 13 11:33:07 2019 -0500

    Consistent formatting of Tutorials list
    
    In the Publications list, I thought the inclusion of a comma between the city and state was the generally accepted rule; e.g., I would've thought
         Austin Texas
    should be
         Austin, Texas
    ... no?
---
 docs/src/index.asciidoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/src/index.asciidoc b/docs/src/index.asciidoc
index a7b7a14..ce087ae 100644
--- a/docs/src/index.asciidoc
+++ b/docs/src/index.asciidoc
@@ -59,11 +59,11 @@ Note the "+" following the link in each table entry - it forces an asciidoc line
 A gentle introduction to TinkerPop and the Gremlin traversal language that is divided into five, ten and fifteen minute tutorial blocks.
 |image:gremlin-dashboard.png[] |link:http://tinkerpop.apache.org/docs/x.y.z/tutorials/the-gremlin-console/[The Gremlin Console] +
 Provides a detailed look at The Gremlin Console and how it can be used when working with TinkerPop.
-^|image:gremlin-anatomy.png[width=125] |link:http://tinkerpop.apache.org/docs/x.y.z/tutorials/gremlins-anatomy/[Gremlin's Anatomy]
+^|image:gremlin-anatomy.png[width=125] |link:http://tinkerpop.apache.org/docs/x.y.z/tutorials/gremlins-anatomy/[Gremlin's Anatomy] +
 Identifies and explains the component parts of a Gremlin traversal.
-^|image:gremlin-chef.png[width=125] |link:http://tinkerpop.apache.org/docs/x.y.z/recipes/[Gremlin Recipes]
+^|image:gremlin-chef.png[width=125] |link:http://tinkerpop.apache.org/docs/x.y.z/recipes/[Gremlin Recipes] +
 A collection of best practices and common traversal patterns for Gremlin.
-^|image:gremlin-house-of-mirrors-cropped.png[width=200] |link:http://tinkerpop.apache.org/docs/x.y.z/tutorials/gremlin-language-variants/[Gremlin Language Variants]
+^|image:gremlin-house-of-mirrors-cropped.png[width=200] |link:http://tinkerpop.apache.org/docs/x.y.z/tutorials/gremlin-language-variants/[Gremlin Language Variants] +
 Instructs developers on the approach to building a Gremlin variant in their native programming language.
 |image:gremlin-lab-coat.png[width=200] |link:http://sql2gremlin.com/[Sql2Gremlin] +
 Learn Gremlin using typical patterns found when querying data with SQL. (*external*)