Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9051910957 for ; Fri, 18 Oct 2013 19:36:56 +0000 (UTC) Received: (qmail 29933 invoked by uid 500); 18 Oct 2013 19:36:55 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 29780 invoked by uid 500); 18 Oct 2013 19:36:55 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 29732 invoked by uid 99); 18 Oct 2013 19:36:49 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Oct 2013 19:36:49 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id DE8F13684A; Fri, 18 Oct 2013 19:36:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Fri, 18 Oct 2013 19:36:49 -0000 Message-Id: <66f87041e2a54de0aa428226aeaa4109@git.apache.org> In-Reply-To: <2c3d297d459f48aca02b872a076925f7@git.apache.org> References: <2c3d297d459f48aca02b872a076925f7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: updated refs/heads/master to 309a569 Remove "API method" things. Fix header for /_session endpoint. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/309a569e Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/309a569e Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/309a569e Branch: refs/heads/master Commit: 309a569ef8d3d4ca0a3060d62edc5dc8ce407f51 Parents: dc9980c Author: Alexander Shorin Authored: Fri Oct 18 23:35:44 2013 +0400 Committer: Alexander Shorin Committed: Fri Oct 18 23:35:44 2013 +0400 ---------------------------------------------------------------------- share/doc/src/api/server/authn.rst | 2 +- share/doc/src/api/server/configuration.rst | 13 ++++++------- share/doc/src/api/server/index.rst | 6 +++--- 3 files changed, 10 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/309a569e/share/doc/src/api/server/authn.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/api/server/authn.rst b/share/doc/src/api/server/authn.rst index 27b1dc6..98d6f62 100644 --- a/share/doc/src/api/server/authn.rst +++ b/share/doc/src/api/server/authn.rst @@ -84,7 +84,7 @@ To obtain the first token and thus authenticate a user for the first time, the .. _api/auth/session: -``_session`` +``/_session`` ------------ .. http:post:: /_session http://git-wip-us.apache.org/repos/asf/couchdb/blob/309a569e/share/doc/src/api/server/configuration.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/api/server/configuration.rst b/share/doc/src/api/server/configuration.rst index 46a4e78..643b8ec 100644 --- a/share/doc/src/api/server/configuration.rst +++ b/share/doc/src/api/server/configuration.rst @@ -12,13 +12,12 @@ .. _api/config: -===================== -Configuration Methods -===================== +============= +Configuration +============= -The CouchDB API Server Configuration Methods provide an interface to -query and update the various configuration values within a running -CouchDB instance. +The CouchDB Server Configuration API provide an interface to query and update +the various configuration values within a running CouchDB instance. ``/_config`` ============ @@ -152,7 +151,7 @@ CouchDB instance. "algorithm": "utc_random" } } - + .. _api/config/section: http://git-wip-us.apache.org/repos/asf/couchdb/blob/309a569e/share/doc/src/api/server/index.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/api/server/index.rst b/share/doc/src/api/server/index.rst index 1151bea..c2e8d9a 100644 --- a/share/doc/src/api/server/index.rst +++ b/share/doc/src/api/server/index.rst @@ -13,9 +13,9 @@ .. _api/server: -============== -Server Methods -============== +====== +Server +====== The CouchDB server interface provides the basic interface to a CouchDB server for obtaining CouchDB information and getting and setting