aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-05-07 11:32:20 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-05-16 13:23:37 -0400
commitfc69913c01bb9b7a9eb308b63fe7592962d098f1 (patch)
treefa04960eb70617bfdfd8578a8b8eebf3e1bd33b8
parent78ea2edc7232a9bf0dc596208f65c2513072c903 (diff)
downloadlibrambutan-fc69913c01bb9b7a9eb308b63fe7592962d098f1.tar.gz
librambutan-fc69913c01bb9b7a9eb308b63fe7592962d098f1.zip
index: Add link to STM32; cosmetic tweaks.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r--source/_templates/indexcontent.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/source/_templates/indexcontent.html b/source/_templates/indexcontent.html
index 18cfe5c..74b5273 100644
--- a/source/_templates/indexcontent.html
+++ b/source/_templates/indexcontent.html
@@ -1,5 +1,5 @@
{# This file generates the top-level index.html file. We are very
- obviously stealing from the Python docs's style ;).
+ obviously stealing from the Python docs' style ;).
#}
<!-- Extend our layout.html. So inheritance hierarchy is Sphinx's
@@ -14,10 +14,10 @@
<!-- Content -->
{% block body %}
-<h1>Index</h1>
+<h1>Hi!</h1>
-Welcome! This is the documentation for the LeafLabs Maple boards,
-version {{ release }}.
+This is the documentation for the LeafLabs Maple boards, version {{
+release }}.
<h2>Read This First</h2>
@@ -79,8 +79,10 @@ wiki</a>.
Compatibility</a></li>
</ul>
</td>
- <td><p><strong>Peripherals</strong></p>
+ <td><p><strong>Hardware and Peripherals</strong></p>
<ul>
+ <li><a href="{{ pathto("stm32") }}">STM32</a>
+ {{ content_sep }}</li>
<li><a href="{{ pathto("adc") }}">ADC</a>
{{ content_sep }}</li>
<li><a href="{{ pathto("external-interrupts") }}">External