summaryrefslogtreecommitdiff
path: root/docs/differences
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2017-08-25 22:17:07 -0400
committerDan Halbert <halbert@halwitz.org>2017-08-25 22:17:07 -0400
commitef61b5ecb59e9b4e37e3e3c023c62d583c23eb16 (patch)
tree45a798fbed0dc673304597b29e0b60174195ce79 /docs/differences
parent266be307770abe11c220eb493388807920914b7a (diff)
parent1f78e7a43130acfa4bedf16c1007a1b0f37c75c3 (diff)
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
cpx build compiles and loads and works in repl; test suite not run yet esp8266 not tested yet
Diffstat (limited to 'docs/differences')
-rw-r--r--docs/differences/index_template.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/differences/index_template.txt b/docs/differences/index_template.txt
index 6ade2c2da..eb8b3ba64 100644
--- a/docs/differences/index_template.txt
+++ b/docs/differences/index_template.txt
@@ -1,4 +1,6 @@
-MicroPython Differences from CPython
+.. _cpython_diffs:
+
+MicroPython differences from CPython
====================================
The operations listed in this section produce conflicting results in MicroPython when compared to standard Python.