Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 9c56fa3a9 -> cb4fae197


Fixed bad header formatting - wrong levels 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/2a583132
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/2a583132
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/2a583132

Branch: refs/heads/master
Commit: 2a58313238eb65f8eb6490f703a7206e6b95b21a
Parents: 9c56fa3
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Jun 3 07:34:13 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Jun 3 07:34:13 2016 -0400

----------------------------------------------------------------------
 docs/src/dev/provider/index.asciidoc               | 10 +++++-----
 docs/src/reference/implementations-hadoop.asciidoc |  4 ++--
 docs/src/upgrade/release-3.2.x-incubating.asciidoc |  6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/2a583132/docs/src/dev/provider/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/provider/index.asciidoc 
b/docs/src/dev/provider/index.asciidoc
index 675b1c3..94b5e52 100644
--- a/docs/src/dev/provider/index.asciidoc
+++ b/docs/src/dev/provider/index.asciidoc
@@ -714,13 +714,13 @@ Gremlin Server will send:
 |=========================================================
 
 OpProcessors Arguments
-^^^^^^^^^^^^^^^^^^^^^^
+~~~~~~~~~~~~~~~~~~~~~~
 
 The following sections define a non-exhaustive list of available operations 
and arguments for embedded `OpProcessors`
 (i.e. ones packaged with Gremlin Server).
 
 Common
-++++++
+^^^^^^
 
 All `OpProcessor` instances support these arguments.
 
@@ -731,7 +731,7 @@ All `OpProcessor` instances support these arguments.
 |=========================================================
 
 Standard OpProcessor
-++++++++++++++++++++
+^^^^^^^^^^^^^^^^^^^^
 
 The "standard" `OpProcessor` handles requests for the primary function of 
Gremlin Server - executing Gremlin.
 Requests made to this `OpProcessor` are "sessionless" in the sense that a 
request must encapsulate the entirety
@@ -773,7 +773,7 @@ to send an alias pair with key of "g" and value of "g2" and 
thus allow the scrip
 |=========================================================
 
 Session OpProcessor
-+++++++++++++++++++
+^^^^^^^^^^^^^^^^^^^
 
 The "session" `OpProcessor` handles requests for the primary function of 
Gremlin Server - executing Gremlin. It is
 like the "standard" `OpProcessor`, but instead maintains state between 
sessions and allows the option to leave all
@@ -828,7 +828,7 @@ to send an alias pair with key of "g" and value of "g2" and 
thus allow the scrip
 |=========================================================
 
 Authentication
-^^^^^^^^^^^^^^
+~~~~~~~~~~~~~~
 
 Gremlin Server supports 
link:https://en.wikipedia.org/wiki/Simple_Authentication_and_Security_Layer[SASL-based]
 authentication.  A SASL implementation provides a series of challenges and 
responses that a driver must comply with

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/2a583132/docs/src/reference/implementations-hadoop.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/implementations-hadoop.asciidoc 
b/docs/src/reference/implementations-hadoop.asciidoc
index 9e388ea..140b4d1 100644
--- a/docs/src/reference/implementations-hadoop.asciidoc
+++ b/docs/src/reference/implementations-hadoop.asciidoc
@@ -927,7 +927,7 @@ determine how to read and write data to and from Hadoop. 
For instance, `gremlin.
 `gremlin.hadoop.graphWriter`.
 
 GraphFilterAware Interface
-++++++++++++++++++++++++++
+^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 <<graph-filter,Graph filters>> by OLAP processors to only pull a subgraph of 
the full graph from the graph data source. For instance, the
 example below constructs a `GraphFilter` that will only pull the the 
"knows"-graph amongst people into the `GraphComputer`
@@ -949,7 +949,7 @@ if 
(configuration.containsKey(Constants.GREMLIN_HADOOP_GRAPH_FILTER))
 ----
 
 PersistResultGraphAware Interface
-+++++++++++++++++++++++++++++++++
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 A graph system provider's `OutputFormat` should implement the 
`PersistResultGraphAware` interface which
 determines which persistence options are available to the user. For the 
standard file-based `OutputFormats` provided

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/2a583132/docs/src/upgrade/release-3.2.x-incubating.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc 
b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
index 9e387de..ac94960 100644
--- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc
+++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
@@ -120,7 +120,7 @@ Graph System Providers
 ^^^^^^^^^^^^^^^^^^^^^^
 
 VertexComputing API Change
-+++++++++++++++++++++++
+++++++++++++++++++++++++++
 
 The `VertexComputing` API is used by steps that wrap a `VertexProgram`. There 
is a method called
 `VertexComputing.generateProgram()` that has changed which now takes a second 
argument of `Memory`. To  upgrade, simply
@@ -218,7 +218,7 @@ Upgrading for Users
 ~~~~~~~~~~~~~~~~~~~
 
 Hadoop FileSystem Variable
-++++++++++++++++++++++++++
+^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 The `HadoopGremlinPlugin` defines two variables: `hdfs` and `fs`. The first is 
a reference to the HDFS `FileSystemStorage`
 and the latter is a reference to the the local `FileSystemStorage`. Prior to 
3.2.x, `fs` was called `local`. However,
@@ -226,7 +226,7 @@ there was a variable name conflict with `Scope.local`. As 
such `local` is now `f
 but was not realized until this release. Finally, this only effects Gremlin 
Console users.
 
 Hadoop Configurations
-+++++++++++++++++++++
+^^^^^^^^^^^^^^^^^^^^^
 
 Note that `gremlin.hadoop.graphInputFormat`, 
`gremlin.hadoop.graphOutputFormat`, `gremlin.spark.graphInputRDD`, and
 `gremlin.spark.graphOuputRDD` have all been deprecated. Using them still 
works, but moving forward, users only need to

Reply via email to