From aef3846c13d05ddf42e5d6a29042497765f4e871 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 25 Jun 2015 00:20:57 +0100 Subject: docs: Add "reference" directory for putting docs about the language. --- docs/reference/index.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/reference/index.rst (limited to 'docs/reference') 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 `_. + +Differences to standard Python as well as additional features of +MicroPython are described in the sections here. -- cgit v1.2.3