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/09/27 20:03:08 UTC

[07/50] [abbrv] git commit: updated refs/heads/1781-reorganize-and-improve-docs to 2375d00

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/1ec0b0b2
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1ec0b0b2
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1ec0b0b2

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: 1ec0b0b215731de80031f6e4adea690cb8db2834
Parents: 5dbd905
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Aug 15 23:08:00 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Sep 27 21:59:45 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/1ec0b0b2/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):