diff options
| author | georg.brandl <devnull@localhost> | 2008-05-06 22:21:12 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-05-06 22:21:12 +0000 |
| commit | 291d1413f4eba1f65528530e45eeedc19fbdcfc7 (patch) | |
| tree | 81685d4fbc479990d26d197c1ff56fd4fa82ec30 /doc | |
| parent | d548e710d93fee90040d15b1dde64fac8441e55c (diff) | |
| download | sphinx-291d1413f4eba1f65528530e45eeedc19fbdcfc7.tar.gz | |
Add examples section.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/_templates/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html index 41109782..4cb20ffd 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -37,6 +37,14 @@ suite, the <a href="http://docutils.sf.net/">Docutils</a>. </p> + <h2>Examples</h2> + <p> + The <a href="http://docs.python.org/dev/">Python documentation</a> and + this page are different examples of Sphinx in use. + You can also download a <a href="http://sphinx.pocoo.org/sphinx.pdf">PDF version</a> + of the Sphinx documentation, generated from the LaTeX Sphinx produces. + </p> + <h2>Documentation</h2> <table class="contentstable" align="center" style="margin-left: 30px"><tr> <td width="50%"> |
