This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch 3.7-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 51a7f29c78 CTR: Verify io() class names before loading and invoking
them
add 9ad6232115 Add TinkerPop Sample Data documentation book
add e678e22c4f Merge branch 'samplebook' into 3.7-dev
No new revisions were added by this update.
Summary of changes:
docs/src/data/grateful-dead.asciidoc | 124 +++++++++++++++++++++
docs/src/data/index.asciidoc | 59 ++++++++++
docs/src/data/modern.asciidoc | 106 ++++++++++++++++++
docs/src/data/the-crew.asciidoc | 122 ++++++++++++++++++++
docs/src/dev/io/graphml.asciidoc | 3 +-
docs/src/dev/io/graphson.asciidoc | 3 +-
docs/src/index.asciidoc | 3 +
docs/src/recipes/centrality.asciidoc | 4 +-
docs/src/reference/intro.asciidoc | 5 +-
docs/src/reference/the-graph.asciidoc | 2 +
docs/src/reference/the-traversal.asciidoc | 3 +-
docs/src/tutorials/getting-started/index.asciidoc | 3 +
.../tutorials/the-gremlin-console/index.asciidoc | 12 +-
pom.xml | 55 +++++++++
14 files changed, 493 insertions(+), 11 deletions(-)
create mode 100644 docs/src/data/grateful-dead.asciidoc
create mode 100644 docs/src/data/index.asciidoc
create mode 100644 docs/src/data/modern.asciidoc
create mode 100644 docs/src/data/the-crew.asciidoc