File tree Expand file tree Collapse file tree 5 files changed +18
-1
lines changed
Expand file tree Collapse file tree 5 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ MicroPython documentation contents
44.. toctree ::
55
66 library/index.rst
7- license.rst
7+ reference/index.rst
8+ license.rst
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ MicroPython documentation contents
77 pyboard/general.rst
88 pyboard/tutorial/index.rst
99 library/index.rst
10+ reference/index.rst
1011 pyboard/hardware/index.rst
1112 license.rst
1213
Original file line number Diff line number Diff line change 1+ The MicroPython language
2+ ========================
3+
4+ MicroPython aims to implement the Python 3.4 standard, and most of
5+ the features of MicroPython are identical to those described by the
6+ documentation at
7+ `docs.python.org <https://docs.python.org/3.4/reference/index.html >`_.
8+
9+ Differences to standard Python as well as additional features of
10+ MicroPython are described in the sections here.
Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ <h1>MicroPython documentation</h1>
4747 </ p >
4848 </ td >
4949 < td width ="40% " style ="padding-left:2em; ">
50+ < p class ="biglink ">
51+ < a class ="biglink " href ="{{ pathto( "reference /index") }}"> Language Reference</ a > < br />
52+ < span class ="linkdescr "> information about MicroPython specific language features</ span >
53+ </ p >
5054 {% if port == "pyboard" %}
5155 < p class ="biglink ">
5256 < a class ="biglink " href ="{{ pathto(port + "/hardware/index") }}"> The {{ port }} hardware</ a > < br />
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ MicroPython documentation contents
66 wipy/quickref.rst
77 wipy/general.rst
88 library/index.rst
9+ reference/index.rst
910 license.rst
You can’t perform that action at this time.
0 commit comments