diff options
Diffstat (limited to 'docs/reference/index.rst')
-rw-r--r-- | docs/reference/index.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/reference/index.rst b/docs/reference/index.rst new file mode 100644 index 0000000000..7848319866 --- /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. |