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/09/01 15:47:05 UTC

tinkerpop git commit: Fixed bad formatting in asciidoc

Repository: tinkerpop
Updated Branches:
  refs/heads/tp31 367c373fb -> 998157d45


Fixed bad formatting in asciidoc


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

Branch: refs/heads/tp31
Commit: 998157d458ccdd1edbbd53bea8d2cfaba06f80bd
Parents: 367c373
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Sep 1 11:46:27 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Sep 1 11:46:27 2016 -0400

----------------------------------------------------------------------
 docs/src/dev/provider/index.asciidoc | 8 ++++----
 docs/src/index.asciidoc              | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/998157d4/docs/src/dev/provider/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/provider/index.asciidoc b/docs/src/dev/provider/index.asciidoc
index 9a07245..05e42d0 100644
--- a/docs/src/dev/provider/index.asciidoc
+++ b/docs/src/dev/provider/index.asciidoc
@@ -739,13 +739,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.
 
@@ -756,7 +756,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
@@ -798,7 +798,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

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/998157d4/docs/src/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/index.asciidoc b/docs/src/index.asciidoc
index ea00418..75d4fbe 100644
--- a/docs/src/index.asciidoc
+++ b/docs/src/index.asciidoc
@@ -30,8 +30,8 @@ reference guide. Other documentation tends to fall into one of these other categ
 
 1. <<tutorials,Tutorials>> - Brief but detailed explanations of specific technologies, patterns, use cases or best practices related
 to TinkerPop.
-1. <<publications,Publications>> - Blog posts, technical papers, presentation materials, etc.
-1. <<developer,Developer>> - Documentation for contributors to TinkerPop or for providers (i.e. those who implement TinkerPop's
+2. <<publications,Publications>> - Blog posts, technical papers, presentation materials, etc.
+3. <<developer,Developer>> - Documentation for contributors to TinkerPop or for providers (i.e. those who implement TinkerPop's
 interfaces).
 
 NOTE: Some of the documentation listed here leads to third-party web sites. Such documentation is supplemental to