From 5c742e0058bc39ea8a3ee8f745de82cb429655ef Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Sat, 2 Sep 2017 09:27:33 -0500 Subject: rename some captions --- index.rst | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/index.rst b/index.rst index ad8d5f2cf..bee387bb6 100644 --- a/index.rst +++ b/index.rst @@ -30,22 +30,23 @@ What is CircuitPython? `MicroPython `_. CircuitPython supports use on educational development boards designed and sold by `Adafruit `_. 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 `_, -* `Feather M0 Express `_, and -* `Metro M0 Express `_ +`CircuitPlayground Express `_; +`Feather M0 Express `_; and +`Metro M0 Express `_ Other supported boards include: -* `Arduino Zero `_, -* `Adafruit Feather M0 Basic `_, -* `Adafruit Feather HUZZAH `_, and -* `Adafruit Feather M0 Bluefruit LE `_. +`Arduino Zero `_; +`Adafruit Feather M0 Basic `_; +`Adafruit Feather HUZZAH `_; and +`Adafruit Feather M0 Bluefruit LE `_. .. _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 -- cgit v1.2.3