From b3e013f60ec0feb5b64bcadb45b154d093731c97 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 27 Sep 2018 17:27:57 +1000 Subject: docs: Unify all the ports into one set of documentation. With this commit there is now only one entry point into the whole documentation, which describes the general MicroPython language, and then from there there are links to information about specific platforms/ports. This commit doesn't change content (almost, it does fix a few internal links), it just reorganises things. --- docs/templates/topindex.html | 59 +++++++++++++++++++++----------------------- docs/templates/versions.html | 12 +++------ 2 files changed, 31 insertions(+), 40 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/topindex.html b/docs/templates/topindex.html index 76e5e18d7..675fae29f 100644 --- a/docs/templates/topindex.html +++ b/docs/templates/topindex.html @@ -9,43 +9,20 @@
- MicroPython runs on a variety of systems and each has their own specific - documentation. You are currently viewing the documentation for - {{ port_name }}. + MicroPython runs on a variety of systems and hardware platforms. Here you can read + the general documentation which applies to all systems, as well as specific information + about the various platforms - + also known as ports + - that MicroPython runs on.
- - -Documentation for MicroPython and {{ port_name }}:
+General documentation for MicroPython:
|
- {% if port in ("pyboard", "wipy", "esp8266") %}
-
- Quick reference for {{ port_name }}
- General information about {{ port_name }}
- Tutorials and code examples
Library Reference
MicroPython Differences |
References and tutorials for specific platforms:
+ +|
+
+ Quick reference for the pyboard
+ Quick reference for the ESP8266
+ Quick reference for the WiPy/CC3200 |
+
Indices and tables:
+|
@@ -82,7 +79,7 @@ MicroPython terms explained
- Table of contents |