Skip to content
Snippets Groups Projects
Commit aef3846c authored by Damien George's avatar Damien George
Browse files

docs: Add "reference" directory for putting docs about the language.

parent 4af54242
Branches
Tags
No related merge requests found
...@@ -4,4 +4,5 @@ MicroPython documentation contents ...@@ -4,4 +4,5 @@ MicroPython documentation contents
.. toctree:: .. toctree::
library/index.rst library/index.rst
reference/index.rst
license.rst license.rst
...@@ -7,6 +7,7 @@ MicroPython documentation contents ...@@ -7,6 +7,7 @@ MicroPython documentation contents
pyboard/general.rst pyboard/general.rst
pyboard/tutorial/index.rst pyboard/tutorial/index.rst
library/index.rst library/index.rst
reference/index.rst
pyboard/hardware/index.rst pyboard/hardware/index.rst
license.rst license.rst
The MicroPython language
========================
MicroPython aims to implement the Python 3.4 standard, and most of
the features of MicroPython are identical to those described by the
documentation at
`docs.python.org <https://docs.python.org/3.4/reference/index.html>`_.
Differences to standard Python as well as additional features of
MicroPython are described in the sections here.
...@@ -47,6 +47,10 @@ ...@@ -47,6 +47,10 @@
</p> </p>
</td> </td>
<td width="40%" style="padding-left:2em;"> <td width="40%" style="padding-left:2em;">
<p class="biglink">
<a class="biglink" href="{{ pathto("reference/index") }}">Language Reference</a><br/>
<span class="linkdescr">information about MicroPython specific language features</span>
</p>
{% if port == "pyboard" %} {% if port == "pyboard" %}
<p class="biglink"> <p class="biglink">
<a class="biglink" href="{{ pathto(port + "/hardware/index") }}">The {{ port }} hardware</a><br/> <a class="biglink" href="{{ pathto(port + "/hardware/index") }}">The {{ port }} hardware</a><br/>
......
...@@ -6,4 +6,5 @@ MicroPython documentation contents ...@@ -6,4 +6,5 @@ MicroPython documentation contents
wipy/quickref.rst wipy/quickref.rst
wipy/general.rst wipy/general.rst
library/index.rst library/index.rst
reference/index.rst
license.rst license.rst
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment