File tree 5 files changed +18
-1
lines changed
5 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ MicroPython documentation contents
4
4
.. toctree ::
5
5
6
6
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
7
7
pyboard/general.rst
8
8
pyboard/tutorial/index.rst
9
9
library/index.rst
10
+ reference/index.rst
10
11
pyboard/hardware/index.rst
11
12
license.rst
12
13
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>
47
47
</ p >
48
48
</ td >
49
49
< 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 >
50
54
{% if port == "pyboard" %}
51
55
< p class ="biglink ">
52
56
< 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
6
6
wipy/quickref.rst
7
7
wipy/general.rst
8
8
library/index.rst
9
+ reference/index.rst
9
10
license.rst
You can’t perform that action at this time.
0 commit comments