|
| 1 | +{% extends "defindex.html" %} |
| 2 | +{% block tables %} |
| 3 | + <p><strong>Documentation for Micro Python and the pyboard:</strong></p> |
| 4 | + |
| 5 | + <table class="contentstable" align="center"><tr> |
| 6 | + <td width="50%"> |
| 7 | + <p class="biglink"> |
| 8 | + <a class="biglink" href="{{ pathto("quickref") }}">Quick reference for the pyboard</a><br/> |
| 9 | + <span class="linkdescr">pinout for the pyboard and snippets of useful code</span> |
| 10 | + </p> |
| 11 | + <p class="biglink"> |
| 12 | + <a class="biglink" href="{{ pathto("general") }}">General information about the pyboard</a><br/> |
| 13 | + <span class="linkdescr">read this first for a quick overview</span> |
| 14 | + </p> |
| 15 | + <p class="biglink"> |
| 16 | + <a class="biglink" href="{{ pathto("tutorial/index") }}">Tutorials and code examples</a><br/> |
| 17 | + <span class="linkdescr">start here</span> |
| 18 | + </p> |
| 19 | + <p class="biglink"> |
| 20 | + <a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br/> |
| 21 | + <span class="linkdescr">Micro Python libraries, including the <a href="{{ pathto("library/pyb") }}">pyb module</a></span> |
| 22 | + </p> |
| 23 | + </td> |
| 24 | + <td width="50%"> |
| 25 | + <p class="biglink"> |
| 26 | + <a class="biglink" href="{{ pathto("hardware/index") }}">The pyboard hardware</a><br/> |
| 27 | + <span class="linkdescr">schematics, dimensions and component datasheets</span> |
| 28 | + </p> |
| 29 | + <p class="biglink"> |
| 30 | + <a class="biglink" href="http://micropython.org/static/doc/Micro-Python-Windows-setup.pdf">Guide for pyboard on Windows (PDF)</a><br/> |
| 31 | + <span class="linkdescr">including DFU programming</span> |
| 32 | + </p> |
| 33 | + <p class="biglink"> |
| 34 | + <a class="biglink" href="{{ pathto("license") }}">License</a><br/> |
| 35 | + <span class="linkdescr">Micro Python license information</span> |
| 36 | + </p> |
| 37 | + </td> |
| 38 | + </tr></table> |
| 39 | + |
| 40 | + <p><strong>Indices and tables:</strong></p> |
| 41 | + <table class="contentstable" align="center"><tr> |
| 42 | + <td width="50%"> |
| 43 | + <p class="biglink"> |
| 44 | + <a class="biglink" href="{{ pathto("py-modindex") }}">Module index</a><br/> |
| 45 | + <span class="linkdescr">quick access to all modules</span> |
| 46 | + </p> |
| 47 | + <p class="biglink"> |
| 48 | + <a class="biglink" href="{{ pathto("genindex") }}">Full index</a><br/> |
| 49 | + <span class="linkdescr">all functions, classes, constants</span> |
| 50 | + </p> |
| 51 | + </td><td width="50%"> |
| 52 | + <p class="biglink"> |
| 53 | + <a class="biglink" href="{{ pathto("contents") }}">Table of contents</a><br/> |
| 54 | + <span class="linkdescr">a list of all sections and subsections</span> |
| 55 | + </p> |
| 56 | + <p class="biglink"> |
| 57 | + <a class="biglink" href="{{ pathto("search") }}">Search page</a><br/> |
| 58 | + <span class="linkdescr">search this documentation</span> |
| 59 | + </p> |
| 60 | + </td></tr> |
| 61 | + </table> |
| 62 | + |
| 63 | + <p><strong>External links:</strong></p> |
| 64 | + |
| 65 | + <table class="contentstable" align="center"><tr> |
| 66 | + <td width="50%"> |
| 67 | + <p class="biglink"> |
| 68 | + <a class="biglink" href="http://micropython.org">Micro Python homepage</a><br/> |
| 69 | + <span class="linkdescr">the official Micro Python site</span> |
| 70 | + </p> |
| 71 | + <p class="biglink"> |
| 72 | + <a class="biglink" href="http://forum.micropython.org">Micro Python forum</a><br/> |
| 73 | + <span class="linkdescr">community discussion for all things related to Micro Python</span> |
| 74 | + </p> |
| 75 | + </td> |
| 76 | + <td width="50%"> |
| 77 | + <p class="biglink"> |
| 78 | + <a class="biglink" href="https://github.com/micropython">Micro Python on GitHub</a><br/> |
| 79 | + <span class="linkdescr">contribute to the source code on GitHub</span> |
| 80 | + </p> |
| 81 | + </td> |
| 82 | + </tr></table> |
| 83 | + |
| 84 | +{% endblock %} |
0 commit comments