Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
f73d7839
Commit
f73d7839
authored
Apr 21, 2016
by
Paul Sokolovsky
Browse files
docs/topindex.html: esp8266: Enable quickref/general on the main page.
parent
4fa1731b
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/topindex.html
View file @
f73d7839
...
...
@@ -25,7 +25,7 @@
<table
class=
"contentstable"
><tr>
<td
width=
"40%"
style=
"padding-left:2em;"
>
{% if port
==
"pyboard"
or port == "wipy"
%}
{% if port
in (
"pyboard"
, "wipy", "esp8266")
%}
<p
class=
"biglink"
>
<a
class=
"biglink"
href=
"{{ pathto(port + "
/
quickref
")
}}"
>
Quick reference for {{ port_name }}
</a><br/>
<span
class=
"linkdescr"
>
pinout for {{ port_name }} and snippets of useful code
</span>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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