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 <[email protected]> Authored: Thu Aug 15 23:08:00 2013 +0400 Committer: Alexander Shorin <[email protected]> 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):
