diff options
author | Damien George <damien.p.george@gmail.com> | 2018-11-26 16:02:26 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-11-26 16:02:26 +1100 |
commit | d63ef86c6e83205f18938bfa8e538e35eda5fd52 (patch) | |
tree | 339e415f464b2f5a9ea0cdd5a207b9fdbfcd5fbc | |
parent | 51482ba92568a9793fea34213ed74be850920a5a (diff) |
README: Remove text about selecting different ports in the docs.
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -41,8 +41,7 @@ Major components in this repository: to port MicroPython to another microcontroller. - tests/ -- test framework and test scripts. - 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). + HTML documentation is available at http://docs.micropython.org. Additional components: - ports/bare-arm/ -- a bare minimum version of MicroPython for ARM MCUs. Used |