diff options
author | Georg Brandl <georg@python.org> | 2008-11-16 18:44:54 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-11-16 18:44:54 +0100 |
commit | 4029c2a2f576e1585dd48743fa834ac82860bb2e (patch) | |
tree | f6ee0a9ff8443f69f693ec22609e7e366ed8f893 /doc | |
parent | 500ebb8cfb8c904f59e363bbbcdd75bbc48b8a4c (diff) | |
download | sphinx-4029c2a2f576e1585dd48743fa834ac82860bb2e.tar.gz |
Add quote to front page.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/_templates/index.html | 6 |
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>“Cheers for a great tool that actually makes programmers <b>want</b> + to write documentation!”</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> |