diff options
author | Damien George <damien.p.george@gmail.com> | 2015-06-25 00:24:19 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-06-25 00:24:19 +0100 |
commit | 0d3e309ebc0c564a0221759e585b2c19f893614c (patch) | |
tree | aec518ac7e82b1ac163feab349daf9f6e4d69ed8 | |
parent | 2110dc5a6dc9de415e8f4dda75262d4b98d1f0a4 (diff) | |
download | micropython-0d3e309ebc0c564a0221759e585b2c19f893614c.tar.gz micropython-0d3e309ebc0c564a0221759e585b2c19f893614c.zip |
docs: Add link in references index to Thumb2 assembler docs.
-rw-r--r-- | docs/reference/index.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/reference/index.rst b/docs/reference/index.rst index 7848319866..fae0a219a2 100644 --- a/docs/reference/index.rst +++ b/docs/reference/index.rst @@ -8,3 +8,10 @@ documentation at Differences to standard Python as well as additional features of MicroPython are described in the sections here. + +.. only:: port_pyboard + + .. toctree:: + :maxdepth: 1 + + asm_thumb2_index.rst |