summaryrefslogtreecommitdiff
path: root/docs/reference/index.rst
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-02-27 22:03:52 -0500
committerGitHub <noreply@github.com>2018-02-27 22:03:52 -0500
commit568c04e6afa8016062f685b2198c0209f62827f4 (patch)
treed07b76119f715add462983b335797adf64b61249 /docs/reference/index.rst
parent6a2379fd0bfe10017d8abc5c36ef1d470c0d9b27 (diff)
parentea633117d01d94e8d56ed94344e4b3e46b4eef03 (diff)
Merge pull request #650 from tannewt/merge_2x3.0.0-alpha.2
Merge in commits from 2.x branch.
Diffstat (limited to 'docs/reference/index.rst')
-rw-r--r--docs/reference/index.rst33
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/reference/index.rst b/docs/reference/index.rst
deleted file mode 100644
index 4d822d6fa..000000000
--- a/docs/reference/index.rst
+++ /dev/null
@@ -1,33 +0,0 @@
-The MicroPython language
-========================
-
-MicroPython aims to implement the Python 3.4 standard (with selected
-features from later versions) with respect to language syntax, and most
-of the features of MicroPython are identical to those described by the
-"Language Reference" documentation at
-`docs.python.org <https://docs.python.org/3/reference/index.html>`_.
-
-The MicroPython standard library is described in the
-:ref:`corresponding chapter <micropython_lib>`. The :ref:`cpython_diffs`
-chapter describes differences between MicroPython and CPython (which
-mostly concern standard library and types, but also some language-level
-features).
-
-This chapter describes features and peculiarities of MicroPython
-implementation and the best practices to use them.
-
-.. toctree::
- :maxdepth: 1
-
- glossary.rst
- repl.rst
- isr_rules.rst
- speed_python.rst
- constrained.rst
-
-.. only:: port_pyboard
-
- .. toctree::
- :maxdepth: 1
-
- asm_thumb2_index.rst