diff options
author | bnewbold <bnewbold@robocracy.org> | 2015-05-28 00:26:43 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-05-28 00:28:06 -0700 |
commit | 5f27a9afd80f0f405c042c22f9d7e404ba61e2f2 (patch) | |
tree | fecf041ed3ee51a56a5b26142c1b0b97cb6289c3 /docs/source/_templates/indexcontent.html | |
parent | 5ada40e35c157362f4d3e2c59677d6ea9b648069 (diff) | |
parent | 71ef6f46a797f739bf140df934f137d92d791abc (diff) | |
download | librambutan-5f27a9afd80f0f405c042c22f9d7e404ba61e2f2.tar.gz librambutan-5f27a9afd80f0f405c042c22f9d7e404ba61e2f2.zip |
Merge branch 'legacy'
- superficial rebranding to librambutan
- bugfixes to documentation syntax
Diffstat (limited to 'docs/source/_templates/indexcontent.html')
-rw-r--r-- | docs/source/_templates/indexcontent.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/source/_templates/indexcontent.html b/docs/source/_templates/indexcontent.html index d1bb65b..2d1c8f9 100644 --- a/docs/source/_templates/indexcontent.html +++ b/docs/source/_templates/indexcontent.html @@ -14,22 +14,23 @@ <!-- Content --> {% block body %} -<h1>Hi!</h1> +<h1>Hi There!</h1> -This is the documentation for the LeafLabs Maple boards, version {{ -release }}. +This is the documentation for librambutan, a libre firmware library for STM32 +ARM microcontrollers. If browsing on the docs.rambutan.cc website, you can +select the version/branch from the box in the lower right-hand corner. <h2>Read This First</h2> Having problems? Check out <a href="{{ pathto("troubleshooting") }}">Troubleshooting</a> and the <a href="{{ pathto("faq") }}">FAQ</a>. Can't find what you want -here? Look on the <a href="http://wiki.leaflabs.com/">LeafLabs -wiki</a>. +here? Head back up to the <a href="https://docs.rambutan.cc/">project-wide +docs</a>. </p> <p>See the <a href="{{ pathto("whats-new") }}">What's New</a> page for -changes that are new in {{ release }}.</p> +changes that are new in '{{ release }}'.</p> <h2>Contents at a Glance</h2> |