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:52 UTC

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

Better API index naming.


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

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: e0e2c1a5aa82ee433a6449584a10fb3de6368eeb
Parents: ddfc137
Author: Alexander Shorin <kx...@apache.org>
Authored: Wed Aug 14 22:06:34 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Wed Aug 21 20:29:40 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/e0e2c1a5/share/doc/ext/httpdomain.py
----------------------------------------------------------------------
diff --git a/share/doc/ext/httpdomain.py b/share/doc/ext/httpdomain.py
index 255e85a..fb7cff0 100644
--- a/share/doc/ext/httpdomain.py
+++ b/share/doc/ext/httpdomain.py
@@ -435,7 +435,7 @@ class HTTPIndex(Index):
 
     name = 'api'
     localname = 'CouchDB HTTP API Reference'
-    shortname = 'api'
+    shortname = 'API Reference'
 
     def generate(self, docnames=None):
         content = {}