summaryrefslogtreecommitdiffstatshomepage
path: root/docs/tutorial/index.rst
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-10-31 01:37:19 +0000
committerDamien George <damien.p.george@gmail.com>2014-10-31 01:37:19 +0000
commit88d3054ac072f9c73b0f3f045c59ba74f6730c1d (patch)
tree6db7851068908c0640b1ed306d6823871fd3d742 /docs/tutorial/index.rst
parent7c4445afe104631d5fe8e7401d50f40f205e35b9 (diff)
downloadmicropython-88d3054ac072f9c73b0f3f045c59ba74f6730c1d.tar.gz
micropython-88d3054ac072f9c73b0f3f045c59ba74f6730c1d.zip
docs: Import documentation from source-code inline comments.
The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory.
Diffstat (limited to 'docs/tutorial/index.rst')
-rw-r--r--docs/tutorial/index.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst
index 5d48b611f7..19e48b5cad 100644
--- a/docs/tutorial/index.rst
+++ b/docs/tutorial/index.rst
@@ -22,6 +22,16 @@ the tutorial through in the order below.
usb_mouse.rst
timer.rst
assembler.rst
+ power_ctrl.rst
+
+Tips, tricks and useful things to know
+--------------------------------------
+
+.. toctree::
+ :maxdepth: 1
+ :numbered:
+
+ pass_through.rst
Tutorials requiring extra components
------------------------------------