Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit d5713c8

Browse files
author
Paul Sokolovsky
committed
docs/library/index: Add important summary of the intro section as warning.
To make them harder to miss.
1 parent 0ba136f commit d5713c8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/library/index.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
MicroPython libraries
22
=====================
33

4+
.. warning::
5+
6+
Important summary of this section
7+
8+
* MicroPython implements a subset of Python functionality for each module.
9+
* To ease extensibility, MicroPython versions of standard Python modules
10+
usually have ``u`` (micro) prefix.
11+
* Any particular MicroPython variant or port may miss any feature/function
12+
described in this general documentation, due to resource constraints.
13+
14+
415
This chapter describes modules (function and class libraries) which are built
516
into MicroPython. There are a few categories of modules:
617

0 commit comments

Comments
 (0)