mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
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,4 +1,4 @@
|
||||
.. _quickref_:
|
||||
.. _wipy_quickref:
|
||||
|
||||
Quick reference for the WiPy
|
||||
============================
|
||||
@@ -7,6 +7,15 @@ Quick reference for the WiPy
|
||||
:alt: WiPy pinout and alternate functions table
|
||||
:width: 800px
|
||||
|
||||
Below is a quick reference for CC3200/WiPy. 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
|
||||
|
||||
General board control (including sleep modes)
|
||||
---------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user