diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-03-25 17:07:57 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-03-25 17:07:57 +0300 |
commit | c16d1c07cae7113960d53b73a0afe24087d0dc25 (patch) | |
tree | 528023e80d860a7f40dd64ddeeb18f2cb0c35f6e | |
parent | 29424304d9837339d31e1c276ebd39df46c44eb9 (diff) | |
download | micropython-c16d1c07cae7113960d53b73a0afe24087d0dc25.tar.gz micropython-c16d1c07cae7113960d53b73a0afe24087d0dc25.zip |
README: Add link to docs.micropython.org.
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -38,7 +38,9 @@ Major components in this repository: - minimal/ -- a minimal MicroPython port. Start with this if you want to port MicroPython to another microcontroller. - tests/ -- test framework and test scripts. -- docs/ -- user documentation in Sphinx reStructuredText format. +- docs/ -- user documentation in Sphinx reStructuredText format. Rendered + HTML documentation is available at http://docs.micropython.org (be sure + to select needed board/port at the bottom left corner). Additional components: - bare-arm/ -- a bare minimum version of MicroPython for ARM MCUs. Used |