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 2016/02/25 12:55:58 UTC

incubator-tinkerpop git commit: Fixed asciidoc formatting warning.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/tp31 eaf7539c5 -> 1d54f0026


Fixed asciidoc formatting warning.

Cant' have a level 0 heading format on non-book doctypes CTR


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

Branch: refs/heads/tp31
Commit: 1d54f0026e3ae18b76c572d36a1eb9dae03a2555
Parents: eaf7539
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Feb 25 06:55:12 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Feb 25 06:55:12 2016 -0500

----------------------------------------------------------------------
 docs/src/tutorials/getting-started/index.asciidoc     | 2 +-
 docs/src/tutorials/the-gremlin-console/index.asciidoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/1d54f002/docs/src/tutorials/getting-started/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/tutorials/getting-started/index.asciidoc b/docs/src/tutorials/getting-started/index.asciidoc
index dcdb8fa..e9987df 100644
--- a/docs/src/tutorials/getting-started/index.asciidoc
+++ b/docs/src/tutorials/getting-started/index.asciidoc
@@ -18,7 +18,7 @@ limitations under the License.
 image::apache-tinkerpop-logo.png[width=500]
 
 Getting Started
-===============
+---------------
 
 link:http://tinkerpop.apache.org[Apache TinkerPop] is an open source Graph Computing Framework. Within itself, TinkerPop
 represents a large collection of capabilities and technologies and, in its wider ecosystem, an additionally extended

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/1d54f002/docs/src/tutorials/the-gremlin-console/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/tutorials/the-gremlin-console/index.asciidoc b/docs/src/tutorials/the-gremlin-console/index.asciidoc
index f477877..8159e92 100644
--- a/docs/src/tutorials/the-gremlin-console/index.asciidoc
+++ b/docs/src/tutorials/the-gremlin-console/index.asciidoc
@@ -18,7 +18,7 @@ limitations under the License.
 image::apache-tinkerpop-logo.png[width=500]
 
 The Gremlin Console
-===================
+-------------------
 
 In link:http://tinkerpop.apache.org/docs/x.y.z/tutorials/getting-started/#_the_first_five_minutes["The First Five Minutes"]
 of the link:http://tinkerpop.apache.org[Apache TinkerPop] tutorial on how to