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/wipy/quickref.rst | |
parent | 5cc9517fc5d2524aa53dbf40854ac33d27f238ca (diff) | |
download | micropython-b3e013f60ec0feb5b64bcadb45b154d093731c97.tar.gz micropython-b3e013f60ec0feb5b64bcadb45b154d093731c97.zip |
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/wipy/quickref.rst')
-rw-r--r-- | docs/wipy/quickref.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/wipy/quickref.rst b/docs/wipy/quickref.rst index cc3106002c..9e13dfc2d6 100644 --- a/docs/wipy/quickref.rst +++ b/docs/wipy/quickref.rst @@ -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) --------------------------------------------- |