From 7ca1bd314bd5e3146f8c868f91af54d17dd04d45 Mon Sep 17 00:00:00 2001 From: Daniel Campora Date: Wed, 27 May 2015 13:59:59 +0200 Subject: docs: Generate a separate docs build for each port. Using Damien's approach where conf.py and topindex.html are shared by all ports. --- docs/topindex.html | 61 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 24 deletions(-) (limited to 'docs/topindex.html') diff --git a/docs/topindex.html b/docs/topindex.html index fb1e048d4..a810f61c4 100644 --- a/docs/topindex.html +++ b/docs/topindex.html @@ -8,36 +8,53 @@ v{{ release|e }}{% if last_updated %}, {{ _('last updated') }} {{ last_updated|e }}{% endif %}.

+

+ MicroPython runs on a variety of systems and each has their own specific + documentation. You are currently viewing the documentation for + {{ port_name }}. +

+ + +

Documentation for Micro Python and the pyboard:

- - - + {% if port == "pyboard" %} + + + + {% endif %} - - + {% if port == "pyboard" %} + + + {% endif %} -
-- cgit v1.2.3