Fix main TOC tree reference.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2375d005 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2375d005 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2375d005 Branch: refs/heads/1781-reorganize-and-improve-docs Commit: 2375d0056a9fb866a06ec59a632ccc8b5cf4cbf9 Parents: ebaac5c Author: Alexander Shorin <[email protected]> Authored: Fri Sep 27 21:15:26 2013 +0400 Committer: Alexander Shorin <[email protected]> Committed: Fri Sep 27 22:01:49 2013 +0400 ---------------------------------------------------------------------- share/doc/build/Makefile.am | 6 +++--- share/doc/src/conf.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/2375d005/share/doc/build/Makefile.am ---------------------------------------------------------------------- diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am index 729313a..d03eb30 100644 --- a/share/doc/build/Makefile.am +++ b/share/doc/build/Makefile.am @@ -139,9 +139,9 @@ html_files = \ html/_sources/whatsnew/1.3.txt \ html/_sources/whatsnew/1.4.txt \ html/_sources/whatsnew/index.txt \ + html/_sources/contents.txt \ html/_sources/contributing.txt \ html/_sources/externals.txt \ - html/_sources/index.txt \ html/_sources/json-structure.txt \ html/_static/ajax-loader.gif \ html/_static/basic.css \ @@ -256,8 +256,8 @@ html_files = \ html/whatsnew/1.3.html \ html/whatsnew/1.4.html \ html/whatsnew/index.html \ + html/contents.html \ html/externals.html \ - html/index.html \ html/json-structure.html \ html/objects.inv \ html/http-api.html \ @@ -395,9 +395,9 @@ src_files = \ ../src/whatsnew/1.3.rst \ ../src/whatsnew/1.4.rst \ ../src/whatsnew/index.rst \ + ../src/contents.rst \ ../src/contributing.rst \ ../src/externals.rst \ - ../src/index.rst \ ../src/json-structure.rst \ ../src/conf.py http://git-wip-us.apache.org/repos/asf/couchdb/blob/2375d005/share/doc/src/conf.py ---------------------------------------------------------------------- diff --git a/share/doc/src/conf.py b/share/doc/src/conf.py index f60e545..6cdb9ef 100644 --- a/share/doc/src/conf.py +++ b/share/doc/src/conf.py @@ -108,7 +108,7 @@ html_sidebars = { text_newlines = "native" latex_documents = [( - "index", + "contents", "CouchDB.tex", project, "", @@ -121,7 +121,7 @@ latex_elements = { } texinfo_documents = [( - "index", + "contents", "CouchDB", project, "",
