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

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

Be project-neutral.


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

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: d4f7dd52d1482329ff748bf676233c675d0a2a60
Parents: 77daf7c
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Aug 15 23:08:00 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/d4f7dd52/share/doc/ext/httpdomain.py
----------------------------------------------------------------------
diff --git a/share/doc/ext/httpdomain.py b/share/doc/ext/httpdomain.py
index fb7cff0..a873a8b 100644
--- a/share/doc/ext/httpdomain.py
+++ b/share/doc/ext/httpdomain.py
@@ -434,7 +434,7 @@ class HTTPXRefRole(XRefRole):
 class HTTPIndex(Index):
 
     name = 'api'
-    localname = 'CouchDB HTTP API Reference'
+    localname = 'HTTP API Reference'
     shortname = 'API Reference'
 
     def generate(self, docnames=None):