You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2012/11/29 00:20:10 UTC

[1/2] git commit: Some doc tweaks

Updated Branches:
  refs/heads/docs 6b92e1822 -> fd33cc9b2


Some doc tweaks


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/fd33cc9b
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/fd33cc9b
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/fd33cc9b

Branch: refs/heads/docs
Commit: fd33cc9b208c6df60bf8597cb669d1b260898410
Parents: 351a79e
Author: Noah Slater <ns...@apache.org>
Authored: Wed Nov 28 23:20:04 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Wed Nov 28 23:20:04 2012 +0000

----------------------------------------------------------------------
 share/doc/src/conf.py   |   59 +++++++++++++++++++++++++++++++++++++++++-
 share/doc/src/index.rst |    8 ++++-
 2 files changed, 64 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/fd33cc9b/share/doc/src/conf.py
----------------------------------------------------------------------
diff --git a/share/doc/src/conf.py b/share/doc/src/conf.py
index ff5ba43..1470694 100644
--- a/share/doc/src/conf.py
+++ b/share/doc/src/conf.py
@@ -34,7 +34,64 @@ pygments_style = "sphinx"
 
 html_theme = "default"
 
-html_logo = "" # @@ waiting on logo
+html_theme_options = {
+
+	"footerbgcolor": "#465158", #
+	"footertextcolor": "#ffffff",
+	"sidebarbgcolor": "#E8ECEF", #
+	"sidebarbtncolor": "#3c6e83",
+	"sidebartextcolor": "#444444", #
+	"sidebarlinkcolor": "#444444", #
+	"relbarbgcolor": "#465158", #
+	"relbartextcolor": "#ffffff",
+	"relbarlinkcolor": "#ffffff",
+	"bgcolor": "#ffffff",
+	"textcolor": "#000000",
+	"headbgcolor": "inherit", #
+	"headtextcolor": "#111111", #
+	"headlinkcolor": "#111111", #
+	"linkcolor": "#355f7c",
+	"visitedlinkcolor": "#355f7c",
+	"codebgcolor": "#eeffcc",
+	"codetextcolor": "#333333",
+
+}
+
+# 
+# [theme]
+# inherit = basic
+# stylesheet = default.css
+# pygments_style = sphinx
+# 
+# [options]
+# rightsidebar = false
+# stickysidebar = false
+# collapsiblesidebar = false
+# externalrefs = false
+# 
+# footerbgcolor    = #11303d
+# footertextcolor  = #ffffff
+# sidebarbgcolor   = #1c4e63
+# sidebarbtncolor  = #3c6e83
+# sidebartextcolor = #ffffff
+# sidebarlinkcolor = #98dbcc
+# relbarbgcolor    = #133f52
+# relbartextcolor  = #ffffff
+# relbarlinkcolor  = #ffffff
+# bgcolor          = #ffffff
+# textcolor        = #000000
+# headbgcolor      = #f2f2f2
+# headtextcolor    = #20435c
+# headlinkcolor    = #c60f0f
+# linkcolor        = #355f7c
+# visitedlinkcolor = #355f7c
+# codebgcolor      = #eeffcc
+# codetextcolor    = #333333
+# 
+# bodyfont = sans-serif
+# headfont = 'Trebuchet MS', sans-serif
+
+html_logo = "../images/logo.png" # @@ waiting on logo
 
 html_favicon = "../images/favicon.ico"
 

http://git-wip-us.apache.org/repos/asf/couchdb/blob/fd33cc9b/share/doc/src/index.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/index.rst b/share/doc/src/index.rst
index e16ea66..a4ced76 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(TM)|_ 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
@@ -44,3 +44,7 @@ Contents
     release
     api/reference
     json-structure
+
+.. This is how you get a TM sign into a link. Haha. Seriously.
+.. |Apache CouchDB(TM)| unicode:: Apache U+0020 CouchDB U+2122
+.. _Apache CouchDB(TM): http://couchdb.apache.org/
\ No newline at end of file