diff options
author | Andrew Leech <andrew.leech@planetinnovation.com.au> | 2018-12-12 16:50:55 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-03-08 22:58:42 +1100 |
commit | 89ff506513d52c0c415b2cf45335d60cefac527d (patch) | |
tree | 6929b54bd0f73994ccfdb09523186b7e6b40cda6 /docs/reference/index.rst | |
parent | 2e516074daee76fb3e0710a893a0f40532bb3252 (diff) | |
download | micropython-89ff506513d52c0c415b2cf45335d60cefac527d.tar.gz micropython-89ff506513d52c0c415b2cf45335d60cefac527d.zip |
py: Update and rework build system for including external C modules.
How to use this feature is documented in docs/develop/cmodules.rst.
Diffstat (limited to 'docs/reference/index.rst')
-rw-r--r-- | docs/reference/index.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/reference/index.rst b/docs/reference/index.rst index e2e08a7f72..d0c7f69de9 100644 --- a/docs/reference/index.rst +++ b/docs/reference/index.rst @@ -26,11 +26,3 @@ implementation and the best practices to use them. constrained.rst packages.rst asm_thumb2_index.rst - cmodules.rst - -.. only:: port_pyboard - - .. toctree:: - :maxdepth: 1 - - asm_thumb2_index.rst |