diff options
author | Damien George <damien.p.george@gmail.com> | 2018-09-27 17:27:57 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-10-01 13:53:53 +1000 |
commit | b3e013f60ec0feb5b64bcadb45b154d093731c97 (patch) | |
tree | cb0f4b4368d024b2cfa6044027e871304d3bdd82 /docs/esp8266/tutorial | |
parent | 5cc9517fc5d2524aa53dbf40854ac33d27f238ca (diff) |
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.
Diffstat (limited to 'docs/esp8266/tutorial')
-rw-r--r-- | docs/esp8266/tutorial/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/esp8266/tutorial/index.rst b/docs/esp8266/tutorial/index.rst index 39b459260..0a4b5f2a6 100644 --- a/docs/esp8266/tutorial/index.rst +++ b/docs/esp8266/tutorial/index.rst @@ -1,4 +1,4 @@ -.. _tutorial-index: +.. _esp8266_tutorial: MicroPython tutorial for ESP8266 ================================ |