Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 50FD3200B74 for ; Thu, 1 Sep 2016 17:47:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4DD0D160AB5; Thu, 1 Sep 2016 15:47:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 954C2160AA8 for ; Thu, 1 Sep 2016 17:47:06 +0200 (CEST) Received: (qmail 74434 invoked by uid 500); 1 Sep 2016 15:47:05 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 74425 invoked by uid 99); 1 Sep 2016 15:47:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2016 15:47:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 94209DFD9F; Thu, 1 Sep 2016 15:47:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spmallette@apache.org To: commits@tinkerpop.apache.org Message-Id: <840c5505536440b7a1eabe787ad2a985@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: tinkerpop git commit: Fixed bad formatting in asciidoc Date: Thu, 1 Sep 2016 15:47:05 +0000 (UTC) archived-at: Thu, 01 Sep 2016 15:47:07 -0000 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 Authored: Thu Sep 1 11:46:27 2016 -0400 Committer: Stephen Mallette 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. <> - Brief but detailed explanations of specific technologies, patterns, use cases or best practices related to TinkerPop. -1. <> - Blog posts, technical papers, presentation materials, etc. -1. <> - Documentation for contributors to TinkerPop or for providers (i.e. those who implement TinkerPop's +2. <> - Blog posts, technical papers, presentation materials, etc. +3. <> - 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