diff options
| author | Carol Willing <carolcode@willingconsulting.com> | 2017-09-02 09:27:33 -0500 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2017-09-05 16:57:53 -0700 |
| commit | 5c742e0058bc39ea8a3ee8f745de82cb429655ef (patch) | |
| tree | 2c274cc9cf223311110287061abdba9761945e17 | |
| parent | 9df090f66b8d9bdc3b38b4984b68446fc10ba14d (diff) | |
rename some captions
| -rw-r--r-- | index.rst | 23 |
1 files changed, 12 insertions, 11 deletions
@@ -30,22 +30,23 @@ What is CircuitPython? `MicroPython <https://micropython.org>`_. CircuitPython supports use on educational development boards designed and sold by `Adafruit <https://adafruit.com>`_. Adafruit CircuitPython features unified -Python core APIs and a growing list of drivers of that work with it. +Python core APIs and a growing list of Adafruit libraries and drivers of +that work with it. What boards use CircuitPython? ------------------------------ -The Adafruit Express line of boards are specifically +The Adafruit Express line of boards is specifically designed for use with CircuitPython. This line includes: -* `CircuitPlayground Express <https://www.adafruit.com/product/3333>`_, -* `Feather M0 Express <https://www.adafruit.com/product/3403>`_, and -* `Metro M0 Express <https://www.adafruit.com/product/3505>`_ +`CircuitPlayground Express <https://www.adafruit.com/product/3333>`_; +`Feather M0 Express <https://www.adafruit.com/product/3403>`_; and +`Metro M0 Express <https://www.adafruit.com/product/3505>`_ Other supported boards include: -* `Arduino Zero <https://www.arduino.cc/en/Main/ArduinoBoardZero>`_, -* `Adafruit Feather M0 Basic <https://www.adafruit.com/product/2772>`_, -* `Adafruit Feather HUZZAH <https://www.adafruit.com/products/2821>`_, and -* `Adafruit Feather M0 Bluefruit LE <https://www.adafruit.com/products/2995>`_. +`Arduino Zero <https://www.arduino.cc/en/Main/ArduinoBoardZero>`_; +`Adafruit Feather M0 Basic <https://www.adafruit.com/product/2772>`_; +`Adafruit Feather HUZZAH <https://www.adafruit.com/products/2821>`_; and +`Adafruit Feather M0 Bluefruit LE <https://www.adafruit.com/products/2995>`_. .. _contents: @@ -63,14 +64,14 @@ Full Table of Contents .. toctree:: :maxdepth: 3 - :caption: Developer reference + :caption: Design and porting reference docs/design_guide docs/common_hal .. toctree:: :maxdepth: 3 - :caption: MicroPython specific docs + :caption: MicroPython specific docs/library/index.rst |
