summaryrefslogtreecommitdiff
path: root/docs/reference/index.rst
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2023-10-24 13:58:59 +1100
committerDamien George <damien@micropython.org>2023-10-27 15:28:46 +1100
commit6cd99910cdb1e7a51cf41ed97e7fda077063df8c (patch)
tree9264d9ea25ac6a9ff537815042319b0372166a0b /docs/reference/index.rst
parent3bf70f16e964370475114ff9658f58870ffaf768 (diff)
docs/reference/micropython2_migration: Add migration guide.
This is just scaffolding for now, but the idea is that there should be an addition to this file for every commit that uses the `MICROPY_PREVIEW_VERSION_2` macro. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'docs/reference/index.rst')
-rw-r--r--docs/reference/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/index.rst b/docs/reference/index.rst
index 8ac92c22e..98f6b6573 100644
--- a/docs/reference/index.rst
+++ b/docs/reference/index.rst
@@ -31,3 +31,4 @@ implementation and the best practices to use them.
asm_thumb2_index.rst
filesystem.rst
pyboard.py.rst
+ micropython2_migration.rst