{# This file generates the top-level index.html file. We are very obviously stealing from the Python docs's style ;). #} {% extends "layout.html" %} {% set css_files = css_files + ["_static/index-style.css"] %} {% set content_sep = "·" %} {% block body %}

Index

Welcome! This is the documentation for the LeafLabs Maple boards, version {{ release }}.

Read This First

Just getting started? Try the Quickstart. Having problems? Check out Troubleshooting and the FAQ. Can't find what you want here? Look on the LeafLabs wiki.

Contents at a Glance

Getting Started

Boards

Programming

Peripherals

{% endblock %}