Updated _Sidebar (markdown)

master
Jim Mussared 2022-08-31 12:22:24 +10:00
rodzic 79e754e9ea
commit 0b2a36ebbc
1 zmienionych plików z 14 dodań i 15 usunięć

@ -1,30 +1,29 @@
![micropython](https://avatars1.githubusercontent.com/u/6298560?s=140)
# Getting Started
- **[[Learn Micropython|Learn Micropython]]**
- **[micropython-lib](https://github.com/micropython/micropython-lib)**: ported stdlib
- **[[Tips and Tricks]]**
- **[[FAQ]]**
# General info
- **[Official Site](http://micropython.org/)**
- **[Forum](https://github.com/micropython/micropython.wiki.git)**
- **[Discord](https://discord.gg/RB8HZSAExQ)**
- **[Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md)**
# Getting Started
- **[[Learn Micropython|Learn Micropython]]**
- **[Official Documentation](http://docs.micropython.org/)**
- **[[Tips and Tricks]]**
- **[[FAQ]]**
# Resources
- **[micropython-lib](https://github.com/micropython/micropython-lib)**
- **[Awesome MicroPython](https://awesome-micropython.com/)**
# About MicroPython
- **[[Differences to CPython|Differences]]**
- **[[Performance|Performance]]**
# Python Boards and MCUs
- **[pyboard documentation](http://docs.micropython.org/en/latest/)**
- **[[New Hardware API (machine module)|Hardware API]]**
- **[The pyb module (deprecated)](http://docs.micropython.org/en/latest/library/pyb.html)**
- **[[Boards Summary|Boards Summary]]**
# Micropython on Linux/Mac/Windows
- **[[Install and build|Getting Started]]**
# Development
- **[Code Conventions](https://github.com/micropython/micropython/blob/master/CODECONVENTIONS.md)**
- **[[Contributor Guidelines|ContributorGuidelines]]**
- **[[Install and build|Getting Started]]**
- **[[Development Workflow|DevelWorkflow]]**
- **[Code Coverage](https://micropython.org/resources/code-coverage/)**
- **[Code Statistics](http://micropython.org/resources/code-dashboard/)**