You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2013/10/18 21:36:48 UTC

[1/2] git commit: updated refs/heads/master to 309a569

Updated Branches:
  refs/heads/master 7b95e2e1d -> 309a569ef


Remove {} chars from API reference links.

While browsers shows them correctly JIRA, StackOverflow and others
in-form URL parsers aren't likes them and breaks the referencing.


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

Branch: refs/heads/master
Commit: dc9980c121747fd4b66b169fb7d5e068a4b175c1
Parents: 7b95e2e
Author: Alexander Shorin <kx...@apache.org>
Authored: Fri Oct 18 23:35:27 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Oct 18 23:35:27 2013 +0400

----------------------------------------------------------------------
 share/doc/ext/httpdomain.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/dc9980c1/share/doc/ext/httpdomain.py
----------------------------------------------------------------------
diff --git a/share/doc/ext/httpdomain.py b/share/doc/ext/httpdomain.py
index d5d5652..d5df2b7 100644
--- a/share/doc/ext/httpdomain.py
+++ b/share/doc/ext/httpdomain.py
@@ -214,7 +214,7 @@ def sort_by_method(entries):
 
 
 def http_resource_anchor(method, path):
-    path = re.sub(r'[<>:/]', '-', path)
+    path = re.sub(r'[{}]', '', re.sub(r'[<>:/]', '-', path))
     return method.lower() + '-' + path
 
 


[2/2] git commit: updated refs/heads/master to 309a569

Posted by kx...@apache.org.
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 <kx...@apache.org>
Authored: Fri Oct 18 23:35:44 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
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