Updated Branches: refs/heads/1781-reorganize-and-improve-docs e5a101f8b -> 2375d0056 (forced update)
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/bad9e87c Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/bad9e87c Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/bad9e87c Branch: refs/heads/1781-reorganize-and-improve-docs Commit: bad9e87cd97c85a49061ad917ade6986c7a4959d Parents: a14a432 Author: Alexander Shorin <[email protected]> Authored: Wed Aug 14 22:06:34 2013 +0400 Committer: Alexander Shorin <[email protected]> Committed: Fri Sep 27 21:59:44 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/bad9e87c/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 = {}
