aboutsummaryrefslogtreecommitdiff
path: root/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'index.rst')
-rw-r--r--index.rst53
1 files changed, 29 insertions, 24 deletions
diff --git a/index.rst b/index.rst
index 71efdddb4..cd10a3d3e 100644
--- a/index.rst
+++ b/index.rst
@@ -18,7 +18,7 @@ Adafruit CircuitPython API Reference
:alt: Discord
Welcome to the API reference documentation for Adafruit CircuitPython.
-This contains low-level API docs, and these docs may link out to separate
+This contains low-level API reference docs which may link out to separate
*"getting started"* guides. `Adafruit <https://adafruit.com>`_ has many
excellent tutorials available through the
`Adafruit Learning System <https://learn.adafruit.com/>`_.
@@ -26,11 +26,11 @@ excellent tutorials available through the
What is CircuitPython?
----------------------
-**CircuitPython** is an open source derivative of
-`MicroPython <https://micropython.org>`_ for 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 CircuitPython.
+**CircuitPython** is an *education friendly* open source derivative of
+`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.
What boards use CircuitPython?
------------------------------
@@ -46,7 +46,7 @@ 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>`_
+* `Adafruit Feather HUZZAH <https://www.adafruit.com/products/2821>`_
* `Adafruit Feather M0 Bluefruit LE <https://www.adafruit.com/products/2995>`_
.. _contents:
@@ -55,30 +55,35 @@ Full Table of Contents
----------------------
.. toctree::
- :maxdepth: 3
- :caption: API and Usage
+ :maxdepth: 3
+ :caption: API and Usage
- shared-bindings/index.rst
- docs/supported_ports.rst
- docs/troubleshooting.rst
- docs/drivers.rst
+ shared-bindings/index.rst
+ docs/supported_ports.rst
+ docs/troubleshooting.rst
+ docs/drivers.rst
.. toctree::
- :maxdepth: 3
- :caption: Developer reference
+ :maxdepth: 3
+ :caption: Developer reference
- docs/design_guide
- docs/common_hal
- docs/library/index.rst
+ docs/design_guide
+ docs/common_hal
.. toctree::
- :maxdepth: 3
- :caption: About the project
+ :maxdepth: 3
+ :caption: MicroPython specific docs
- README
- CONTRIBUTING
- CODE_OF_CONDUCT
- license.rst
+ docs/library/index.rst
+
+.. toctree::
+ :maxdepth: 3
+ :caption: About the project
+
+ README
+ CONTRIBUTING
+ CODE_OF_CONDUCT
+ license.rst
Indices and tables
==================