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 2017/01/18 17:16:29 UTC

[30/50] [abbrv] tinkerpop git commit: Merge branch 'tp32'

Merge branch 'tp32'


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

Branch: refs/heads/TINKERPOP-1565
Commit: c328dac3af7860477f812f1a2e853d7122929d4d
Parents: b2866d4 e06ce0c
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Jan 17 12:23:25 2017 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Jan 17 12:23:25 2017 -0500

----------------------------------------------------------------------
 docs/src/recipes/appendix.asciidoc              | 262 +++++++++++++++++++
 docs/src/recipes/connected-components.asciidoc  |  82 ++++++
 docs/src/recipes/cycle-detection.asciidoc       |  55 ++++
 docs/src/recipes/duplicate-edge.asciidoc        | 160 +++++++++++
 docs/src/recipes/duplicate-vertex.asciidoc      |  52 ++++
 docs/src/recipes/index.asciidoc                 |   8 +-
 .../recipes/traversal-induced-values.asciidoc   | 109 ++++++++
 docs/src/reference/the-traversal.asciidoc       |   4 +
 docs/static/images/connected-components.png     | Bin 0 -> 17946 bytes
 docs/static/images/eulerian-circuit.png         | Bin 0 -> 25270 bytes
 .../images/traversal-induced-values-1.png       | Bin 0 -> 12607 bytes
 .../images/traversal-induced-values-2.png       | Bin 0 -> 40440 bytes
 .../images/traversal-induced-values-3.png       | Bin 0 -> 49652 bytes
 13 files changed, 731 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/c328dac3/docs/src/reference/the-traversal.asciidoc
----------------------------------------------------------------------