@@ -30,22 +30,23 @@ What is CircuitPython?
30
30
`MicroPython <https://micropython.org >`_. CircuitPython supports use on
31
31
educational development boards designed and sold by
32
32
`Adafruit <https://adafruit.com >`_. Adafruit CircuitPython features unified
33
- Python core APIs and a growing list of drivers of that work with it.
33
+ Python core APIs and a growing list of Adafruit libraries and drivers of
34
+ that work with it.
34
35
35
36
What boards use CircuitPython?
36
37
------------------------------
37
38
38
- The Adafruit Express line of boards are specifically
39
+ The Adafruit Express line of boards is specifically
39
40
designed for use with CircuitPython. This line includes:
40
- * `CircuitPlayground Express <https://www.adafruit.com/product/3333 >`_,
41
- * `Feather M0 Express <https://www.adafruit.com/product/3403 >`_, and
42
- * `Metro M0 Express <https://www.adafruit.com/product/3505 >`_
41
+ `CircuitPlayground Express <https://www.adafruit.com/product/3333 >`_;
42
+ `Feather M0 Express <https://www.adafruit.com/product/3403 >`_; and
43
+ `Metro M0 Express <https://www.adafruit.com/product/3505 >`_
43
44
44
45
Other supported boards include:
45
- * `Arduino Zero <https://www.arduino.cc/en/Main/ArduinoBoardZero >`_,
46
- * `Adafruit Feather M0 Basic <https://www.adafruit.com/product/2772 >`_,
47
- * `Adafruit Feather HUZZAH <https://www.adafruit.com/products/2821 >`_, and
48
- * `Adafruit Feather M0 Bluefruit LE <https://www.adafruit.com/products/2995 >`_.
46
+ `Arduino Zero <https://www.arduino.cc/en/Main/ArduinoBoardZero >`_;
47
+ `Adafruit Feather M0 Basic <https://www.adafruit.com/product/2772 >`_;
48
+ `Adafruit Feather HUZZAH <https://www.adafruit.com/products/2821 >`_; and
49
+ `Adafruit Feather M0 Bluefruit LE <https://www.adafruit.com/products/2995 >`_.
49
50
50
51
.. _contents :
51
52
@@ -63,14 +64,14 @@ Full Table of Contents
63
64
64
65
.. toctree ::
65
66
:maxdepth: 3
66
- :caption: Developer reference
67
+ :caption: Design and porting reference
67
68
68
69
docs/design_guide
69
70
docs/common_hal
70
71
71
72
.. toctree ::
72
73
:maxdepth: 3
73
- :caption: MicroPython specific docs
74
+ :caption: MicroPython specific
74
75
75
76
docs/library/index.rst
76
77
0 commit comments