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 <[email protected]> Authored: Fri Oct 18 23:35:44 2013 +0400 Committer: Alexander Shorin <[email protected]> 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
