summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2013-10-18 23:35:44 +0400
committerAlexander Shorin <kxepal@apache.org>2013-10-18 23:35:44 +0400
commit309a569ef8d3d4ca0a3060d62edc5dc8ce407f51 (patch)
tree4592766a0fe3081f81fc863548fd47d965c88696
parentdc9980c121747fd4b66b169fb7d5e068a4b175c1 (diff)
downloadcouchdb-309a569ef8d3d4ca0a3060d62edc5dc8ce407f51.tar.gz
Remove "API method" things. Fix header for /_session endpoint.
-rw-r--r--share/doc/src/api/server/authn.rst2
-rw-r--r--share/doc/src/api/server/configuration.rst13
-rw-r--r--share/doc/src/api/server/index.rst6
3 files changed, 10 insertions, 11 deletions
diff --git a/share/doc/src/api/server/authn.rst b/share/doc/src/api/server/authn.rst
index 27b1dc6cd..98d6f624c 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
diff --git a/share/doc/src/api/server/configuration.rst b/share/doc/src/api/server/configuration.rst
index 46a4e78ed..643b8ecc2 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:
diff --git a/share/doc/src/api/server/index.rst b/share/doc/src/api/server/index.rst
index 1151bea26..c2e8d9a5e 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