From a5640a4419bb00a113fddfb3fc6e40523f4ac752 Mon Sep 17 00:00:00 2001 From: pfalcon Date: Fri, 26 Dec 2014 10:02:21 -0800 Subject: [PATCH] Add link to official docs. --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index d45a4fc..cfc64a9 100644 --- a/Home.md +++ b/Home.md @@ -25,6 +25,7 @@ Some [[numbers|Performance]] from a very simple benchmark ### Documentation * For introduction and tutorials on using MicroPython on Pyboard follow links on http://micropython.org/ +* Official documentation is at http://docs.micropython.org * MicroPython is an implementation of (subset of) Python language, so "Tutorial" and "Language Reference" sections of https://docs.python.org/3.4/ apply. (Note: only few, core library modules are provided with MicroPython, few more may be available as user-installable modules, so "Library Reference" applies only partially). * Ongoing effort to document [[Differences]] between CPython and MicroPython.