Skip to content

Commit aef3846

Browse files
committed
docs: Add "reference" directory for putting docs about the language.
1 parent 4af5424 commit aef3846

File tree

5 files changed

+18
-1
lines changed

5 files changed

+18
-1
lines changed

docs/esp8266_contents.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/pyboard_contents.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docs/reference/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.

docs/topindex.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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/>

docs/wipy_contents.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)