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/08/21 18:37:41 UTC

[14/50] git commit: updated refs/heads/1781-reorganize-and-improve-docs to 360107b

Change HTTP index names.

Suddenly, they are not configurable.


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

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: d2188bd251e8475783dad6098389be9ea948b0d0
Parents: d02e78b
Author: Alexander Shorin <kx...@apache.org>
Authored: Mon Aug 12 01:02:58 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Wed Aug 21 20:27:19 2013 +0400

----------------------------------------------------------------------
 share/doc/ext/httpdomain.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d2188bd2/share/doc/ext/httpdomain.py
----------------------------------------------------------------------
diff --git a/share/doc/ext/httpdomain.py b/share/doc/ext/httpdomain.py
index 4af6291..9ea0a80 100644
--- a/share/doc/ext/httpdomain.py
+++ b/share/doc/ext/httpdomain.py
@@ -424,9 +424,9 @@ class HTTPXRefRole(XRefRole):
 
 class HTTPIndex(Index):
 
-    name = 'routingtable'
-    localname = 'HTTP Routing Table'
-    shortname = 'routing table'
+    name = 'api'
+    localname = 'CouchDB HTTP API Reference'
+    shortname = 'api'
 
     def __init__(self, *args, **kwargs):
         super(HTTPIndex, self).__init__(*args, **kwargs)