diff options
author | Dave Hylands <dhylands@gmail.com> | 2015-10-31 17:48:46 -0700 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-11-03 23:28:53 +0000 |
commit | a9f3030371094e3308b4d2150853db2ee3aa4a6b (patch) | |
tree | 4b3f6592db76b59c26383e03d9cf7b9dacaadf81 /docs/reference/index.rst | |
parent | 98fb0bf68a251741e341c3bfa74cc64f8a238c20 (diff) |
docs: Add docs about REPL paste-mode and Control-C
Diffstat (limited to 'docs/reference/index.rst')
-rw-r--r-- | docs/reference/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/index.rst b/docs/reference/index.rst index fae0a219a..35030b65d 100644 --- a/docs/reference/index.rst +++ b/docs/reference/index.rst @@ -9,6 +9,11 @@ documentation at Differences to standard Python as well as additional features of MicroPython are described in the sections here. +.. toctree:: + :maxdepth: 1 + + repl.rst + .. only:: port_pyboard .. toctree:: |