|
3 | 3 | <p><strong>Documentation for Micro Python and the pyboard:</strong></p> |
4 | 4 |
|
5 | 5 | <table class="contentstable" align="center"><tr> |
6 | | - <td width="50%"> |
| 6 | + <td width="40%" style="padding-right:1em;"> |
7 | 7 | <p class="biglink"> |
8 | 8 | <a class="biglink" href="{{ pathto("quickref") }}">Quick reference for the pyboard</a><br/> |
9 | 9 | <span class="linkdescr">pinout for the pyboard and snippets of useful code</span> |
|
21 | 21 | <span class="linkdescr">Micro Python libraries, including the <a href="{{ pathto("library/pyb") }}">pyb module</a></span> |
22 | 22 | </p> |
23 | 23 | </td> |
24 | | - <td width="50%"> |
| 24 | + <td width="40%"> |
25 | 25 | <p class="biglink"> |
26 | 26 | <a class="biglink" href="{{ pathto("hardware/index") }}">The pyboard hardware</a><br/> |
27 | 27 | <span class="linkdescr">schematics, dimensions and component datasheets</span> |
|
39 | 39 |
|
40 | 40 | <p><strong>Indices and tables:</strong></p> |
41 | 41 | <table class="contentstable" align="center"><tr> |
42 | | - <td width="50%"> |
| 42 | + <td width="40%" style="padding-right:1em;"> |
43 | 43 | <p class="biglink"> |
44 | 44 | <a class="biglink" href="{{ pathto("py-modindex") }}">Module index</a><br/> |
45 | 45 | <span class="linkdescr">quick access to all modules</span> |
|
48 | 48 | <a class="biglink" href="{{ pathto("genindex") }}">Full index</a><br/> |
49 | 49 | <span class="linkdescr">all functions, classes, constants</span> |
50 | 50 | </p> |
51 | | - </td><td width="50%"> |
| 51 | + </td> |
| 52 | + <td width="40%"> |
52 | 53 | <p class="biglink"> |
53 | 54 | <a class="biglink" href="{{ pathto("contents") }}">Table of contents</a><br/> |
54 | 55 | <span class="linkdescr">a list of all sections and subsections</span> |
|
63 | 64 | <p><strong>External links:</strong></p> |
64 | 65 |
|
65 | 66 | <table class="contentstable" align="center"><tr> |
66 | | - <td width="50%"> |
| 67 | + <td width="40%" style="padding-right:1em;"> |
67 | 68 | <p class="biglink"> |
68 | 69 | <a class="biglink" href="http://micropython.org">Micro Python homepage</a><br/> |
69 | 70 | <span class="linkdescr">the official Micro Python site</span> |
|
73 | 74 | <span class="linkdescr">community discussion for all things related to Micro Python</span> |
74 | 75 | </p> |
75 | 76 | </td> |
76 | | - <td width="50%"> |
| 77 | + <td width="40%"> |
77 | 78 | <p class="biglink"> |
78 | 79 | <a class="biglink" href="https://github.com/micropython">Micro Python on GitHub</a><br/> |
79 | 80 | <span class="linkdescr">contribute to the source code on GitHub</span> |
|
0 commit comments