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.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
.. _esp8266_general:
|
||||
|
||||
General information about the ESP8266 port
|
||||
==========================================
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.. _quickref:
|
||||
.. _esp8266_quickref:
|
||||
|
||||
Quick reference for the ESP8266
|
||||
===============================
|
||||
@@ -9,6 +9,15 @@ Quick reference for the ESP8266
|
||||
|
||||
The Adafruit Feather HUZZAH board (image attribution: Adafruit).
|
||||
|
||||
Below is a quick reference for ESP8266-based boards. If it is your first time
|
||||
working with this board please consider reading the following sections first:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
general.rst
|
||||
tutorial/index.rst
|
||||
|
||||
Installing MicroPython
|
||||
----------------------
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.. _tutorial-index:
|
||||
.. _esp8266_tutorial:
|
||||
|
||||
MicroPython tutorial for ESP8266
|
||||
================================
|
||||
|
||||
Reference in New Issue
Block a user