summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-16 18:44:54 +0100
committerGeorg Brandl <georg@python.org>2008-11-16 18:44:54 +0100
commit4029c2a2f576e1585dd48743fa834ac82860bb2e (patch)
treef6ee0a9ff8443f69f693ec22609e7e366ed8f893 /doc
parent500ebb8cfb8c904f59e363bbbcdd75bbc48b8a4c (diff)
downloadsphinx-4029c2a2f576e1585dd48743fa834ac82860bb2e.tar.gz
Add quote to front page.
Diffstat (limited to 'doc')
-rw-r--r--doc/_templates/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 850723dd..43d07e82 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -3,6 +3,12 @@
{% block body %}
<h1>Welcome</h1>
+ <div class="quotebar">
+ <p>What users say:</p>
+ <p>&ldquo;Cheers for a great tool that actually makes programmers <b>want</b>
+ to write documentation!&rdquo;</p>
+ </div>
+
<p>
Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation, written by Georg Brandl and licensed under the BSD license.</p>