summaryrefslogtreecommitdiff
path: root/docs/develop/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/develop/index.rst')
-rw-r--r--docs/develop/index.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/develop/index.rst b/docs/develop/index.rst
new file mode 100644
index 000000000..6b7b3c391
--- /dev/null
+++ b/docs/develop/index.rst
@@ -0,0 +1,15 @@
+Developing and building MicroPython
+===================================
+
+This chapter describes modules (function and class libraries) which are built
+into MicroPython. There are a few categories of such modules:
+
+This chapter describes some options for extending MicroPython in C. Note
+that it doesn't aim to be a complete guide for developing with MicroPython.
+See the `getting started guide
+<https://github.com/micropython/micropython/wiki/Getting-Started>`_ for further information.
+
+.. toctree::
+ :maxdepth: 1
+
+ cmodules.rst