summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-06-25 00:20:57 +0100
committerDamien George <damien.p.george@gmail.com>2015-06-25 00:20:57 +0100
commitaef3846c13d05ddf42e5d6a29042497765f4e871 (patch)
tree7b521f5f4eb9abda2a22a5bd7b50143a9c96c4f3 /docs/reference
parent4af54242422455ce9523df725b964f0fc68eced6 (diff)
docs: Add "reference" directory for putting docs about the language.
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/index.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/reference/index.rst b/docs/reference/index.rst
new file mode 100644
index 000000000..784831986
--- /dev/null
+++ b/docs/reference/index.rst
@@ -0,0 +1,10 @@
+The MicroPython language
+========================
+
+MicroPython aims to implement the Python 3.4 standard, and most of
+the features of MicroPython are identical to those described by the
+documentation at
+`docs.python.org <https://docs.python.org/3.4/reference/index.html>`_.
+
+Differences to standard Python as well as additional features of
+MicroPython are described in the sections here.