summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-05-15 00:26:44 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-05-15 00:26:44 +0300
commitd5713c8618e8d809f354b6be72b7410dc5ac840a (patch)
tree321bf0b930741ada48ee8bd308c9f4916cf1e4e6 /docs/library
parent0ba136fbe9bf2f20555480ef4de1778e48ea3105 (diff)
downloadmicropython-d5713c8618e8d809f354b6be72b7410dc5ac840a.tar.gz
micropython-d5713c8618e8d809f354b6be72b7410dc5ac840a.zip
docs/library/index: Add important summary of the intro section as warning.
To make them harder to miss.
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/index.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst
index 1a61f6882c..770920a1ff 100644
--- a/docs/library/index.rst
+++ b/docs/library/index.rst
@@ -1,6 +1,17 @@
MicroPython libraries
=====================
+.. warning::
+
+ Important summary of this section
+
+ * MicroPython implements a subset of Python functionality for each module.
+ * To ease extensibility, MicroPython versions of standard Python modules
+ usually have ``u`` (micro) prefix.
+ * Any particular MicroPython variant or port may miss any feature/function
+ described in this general documentation, due to resource constraints.
+
+
This chapter describes modules (function and class libraries) which are built
into MicroPython. There are a few categories of modules: