Updated _Sidebar (markdown)

master
Garrett Berg 2015-05-07 09:01:12 -06:00
rodzic 7fa072ae7a
commit d94863d2f9
1 zmienionych plików z 21 dodań i 1 usunięć

@ -1 +1,21 @@
Custom sidebar
# Getting Started
- [[Installation|Getting Started]]
- [[Learn Micropython|Learn Micropython]]
- [[Differences to CPython|Differences]]
- ~~[[Examples|Examples]] (needs cleanup and better beginner examples)~~
- [micropython-lib](https://github.com/micropython/micropython-lib)
## Python Boards and MCUs
- [The pyb module](http://docs.micropython.org/en/latest/library/pyb.html)
- [[Boards Summary|Boards Summary]]
- [[Hardware Details|Hardware Details]] (need to compile pwm timers, servos, etc.)
# General info
- [[Performance|Performance]]
- [[Comparison to ELua|MicroPythonVsELua]]
# Development
- [[Contributor Guidelines|ContributorGuidelines]]
- [[Development Workflow|DevelWorkflow]]
- [[Internals|Internals]]
- [[ARM Toolchain|Getting Started STM]]