You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2019/10/20 13:01:06 UTC

[tinkerpop] branch master updated (24ee434 -> 691cc65)

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

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


    from 24ee434  Merge branch 'tp34'
     new 9e0ba17  docs formatting CTR
     new 725e905  Merge branch 'tp33' into tp34
     new 691cc65  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/reference/the-traversal.asciidoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[tinkerpop] 01/03: docs formatting CTR

Posted by rd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9e0ba1795f31aab7297d3797dfa64ab3c2931fba
Author: Robert Dale <ro...@gmail.com>
AuthorDate: Sun Oct 20 07:48:18 2019 -0400

    docs formatting CTR
---
 docs/src/reference/the-traversal.asciidoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/src/reference/the-traversal.asciidoc b/docs/src/reference/the-traversal.asciidoc
index de27507..1a6d187 100644
--- a/docs/src/reference/the-traversal.asciidoc
+++ b/docs/src/reference/the-traversal.asciidoc
@@ -216,7 +216,7 @@ g.addE('knows').from(marko).to(peter) <7>
 <2> Add incoming createdBy edges from the josh-vertex to the lop- and ripple-vertices.
 <3> Add an inverse createdBy edge for all created edges.
 <4> The newly created edge is a traversable object.
-<5> Two arbitrary bindings in a traversal can be joined `from()`->`to()`, where `id` can be provided for graphs that
+<5> Two arbitrary bindings in a traversal can be joined ``from()``->``to()``, where `id` can be provided for graphs that
 supports user provided ids.
 <6> Add an edge between marko and peter given the directed (detached) vertex references.
 <7> Add an edge between marko and peter given the directed (detached) vertex references.
@@ -870,7 +870,7 @@ g.V().has('name', within('marko', 'vadas', 'josh')).as('person').
   V().has('name', within('lop', 'ripple')).addE('uses').from('person').iterate().toString() <2>
 ----
 
-<1> Normally the `V()`-step will iterate over all vertices. However, graph strategies can fold `HasContainer`'s into a `GraphStep` to allow index lookups.
+<1> Normally the `V()`-step will iterate over all vertices. However, graph strategies can fold ``HasContainer``'s into a `GraphStep` to allow index lookups.
 <2> Whether the graph system provider supports mid-traversal `V()` index lookups or not can easily be determined by inspecting the `toString()` output of the iterated traversal. If `has` conditions were folded into the `V()`-step, an index - if one exists - will be used.
 
 *Additional References*
@@ -1575,8 +1575,8 @@ results.
 
 *Additional References*
 
-link:++http://tinkerpop.apache.org/javadocs/current/core/org/apache/tinkerpop/gremlin/process/traversal/Traversal.html#none--++['none()']
-link:++http://tinkerpop.apache.org/javadocs/current/core/org/apache/tinkerpop/gremlin/process/traversal/Traversal.html#iterate--++['iterate()']
+link:++http://tinkerpop.apache.org/javadocs/current/core/org/apache/tinkerpop/gremlin/process/traversal/Traversal.html#none--++[`none()`]
+link:++http://tinkerpop.apache.org/javadocs/current/core/org/apache/tinkerpop/gremlin/process/traversal/Traversal.html#iterate--++[`iterate()`]
 
 [[not-step]]
 === Not Step


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

Posted by rd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 725e9058b6030ebd0d1a863105fa63d30aabc7c8
Merge: ee14de7 9e0ba17
Author: Robert Dale <ro...@gmail.com>
AuthorDate: Sun Oct 20 07:48:57 2019 -0400

    Merge branch 'tp33' into tp34

 docs/src/reference/the-traversal.asciidoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)



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

Posted by rd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 691cc6566f703f00a34e914973a2ed5fa8d1f856
Merge: 24ee434 725e905
Author: Robert Dale <ro...@gmail.com>
AuthorDate: Sun Oct 20 09:00:35 2019 -0400

    Merge branch 'tp34'

 docs/src/reference/the-traversal.asciidoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)