Updated Branches:
refs/heads/docs b63a932df -> 7531d657c
<COMPLETE RAGE>
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/7531d657
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7531d657
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/7531d657
Branch: refs/heads/docs
Commit: 7531d657c28272b8b97a53b6ea7a9af77470465f
Parents: b63a932
Author: Noah Slater <nslater@apache.org>
Authored: Tue Nov 27 23:10:09 2012 +0000
Committer: Noah Slater <nslater@apache.org>
Committed: Tue Nov 27 23:10:09 2012 +0000
----------------------------------------------------------------------
share/doc/src/conf.py | 4 ++++
share/doc/src/index.rst | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/couchdb/blob/7531d657/share/doc/src/conf.py
----------------------------------------------------------------------
diff --git a/share/doc/src/conf.py b/share/doc/src/conf.py
index ff5ba43..3ad52e0 100644
--- a/share/doc/src/conf.py
+++ b/share/doc/src/conf.py
@@ -63,3 +63,7 @@ texinfo_documents = [(
"Databases",
True
)]
+
+rst_epilog = """
+.. |tm| unicode:: 0xA9 .. copyright sign
+"""
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/couchdb/blob/7531d657/share/doc/src/index.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/index.rst b/share/doc/src/index.rst
index c0984fc..e16ea66 100644
--- a/share/doc/src/index.rst
+++ b/share/doc/src/index.rst
@@ -13,8 +13,8 @@
Apache CouchDB Documentation
============================
-`Apache CouchDB™ <http://couchdb.apache.org/>`_ is a database that uses JSON for
-documents, JavaScript for MapReduce queries, and regular HTTP for an API
+`Apache CouchDB™ <http://couchdb.apache.org/>`_ is a database that uses JSON
+for documents, JavaScript for MapReduce queries, and regular HTTP for an API
At the moment, this documentation only covers the basics of CouchDB. In
subsequent releases we hope to expand the documentation significantly. If you
|