diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-07 11:32:20 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-16 13:23:37 -0400 |
commit | fc69913c01bb9b7a9eb308b63fe7592962d098f1 (patch) | |
tree | fa04960eb70617bfdfd8578a8b8eebf3e1bd33b8 /source | |
parent | 78ea2edc7232a9bf0dc596208f65c2513072c903 (diff) | |
download | librambutan-fc69913c01bb9b7a9eb308b63fe7592962d098f1.tar.gz librambutan-fc69913c01bb9b7a9eb308b63fe7592962d098f1.zip |
index: Add link to STM32; cosmetic tweaks.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/_templates/indexcontent.html | 12 |
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 |