Move General Info closer to the top

master
Paul Sokolovsky 2016-07-21 00:35:31 +03:00
rodzic 36f14137f1
commit 16ee7f4f38
1 zmienionych plików z 7 dodań i 8 usunięć

@ -6,23 +6,22 @@
- **[[Tips and Tricks]]**
- **[[FAQ]]**
# General info
- **[Official Site](http://micropython.org/)**
- **[Forum](http://forum.micropython.org/)**
- **[[Differences to CPython|Differences]]**
- **[[Performance|Performance]]**
## Python Boards and MCUs
# Python Boards and MCUs
- **[pyboard documentation](http://docs.micropython.org/en/latest/)**
- **[The pyb module](http://docs.micropython.org/en/latest/library/pyb.html)**
- **[[Boards Summary|Boards Summary]]**
- **[[Hardware Details|Hardware Details]]**
- **[[New hardware API|Hardware API]]**
## Micropython on Linux/Mac/Windows
# Micropython on Linux/Mac/Windows
- **[[Installation|Getting Started]]**
# General info
- **[Official Site](http://micropython.org/)**
- **[Forum](http://forum.micropython.org/)**
- **[[Differences to CPython|Differences]]**
- **[[Performance|Performance]]**
# Development
- **[Code Conventions](https://github.com/micropython/micropython/blob/master/CODECONVENTIONS.md)**
- **[[Contributor Guidelines|ContributorGuidelines]]**