Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
020386b6
Commit
020386b6
authored
Oct 18, 2015
by
danicampora
Browse files
docs: In top index fix machine module link for the WiPy.
parent
c3000b6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/topindex.html
View file @
020386b6
...
...
@@ -43,7 +43,11 @@
{% endif %}
<p
class=
"biglink"
>
<a
class=
"biglink"
href=
"{{ pathto("
library
/
index
")
}}"
>
Library Reference
</a><br/>
<span
class=
"linkdescr"
>
MicroPython libraries, including the
<a
href=
"{{ pathto("
library
/
pyb
")
}}"
>
pyb module
</a></span>
{% if port == "wipy" %}
<span
class=
"linkdescr"
>
MicroPython libraries, including the
<a
href=
"{{ pathto("
library
/
machine
")
}}"
>
machine module
</a></span>
{% else %}
<span
class=
"linkdescr"
>
MicroPython libraries, including the
<a
href=
"{{ pathto("
library
/
pyb
")
}}"
>
pyb module
</a></span>
{% endif %}
</p>
</td>
<td
width=
"40%"
style=
"padding-left:2em;"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment