diff options
| -rw-r--r-- | docs/drivers.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/drivers.rst b/docs/drivers.rst index 49a1fb207..241415cc1 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -6,8 +6,8 @@ designed for use with CircuitPython and may or may not work with `MicroPython <https://micropython.org>`_. -Adafruit CircuitPython Bundle ------------------------------- +Adafruit CircuitPython Library Bundle +-------------------------------------- We provide a bundle of all our libraries to ease installation of drivers and their dependencies. The bundle is primarily geared to the Adafruit Express line @@ -17,11 +17,12 @@ enough space simply copy things over as they are needed. - The Adafruit bundles are available on GitHub: <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>. -- Documentation for each library is available here: <https://circuitpython.readthedocs.io/projects/bundle/en/latest/>. +- Documentation for the bundle, which includes links to documentation for all + libraries, is available here: <https://circuitpython.readthedocs.io/projects/bundle/en/latest/>. -CircuitPython Community Bundle -------------------------------- +CircuitPython Community Library Bundle +--------------------------------------- This bundle contains non-Adafruit sponsored libraries, that are written and submitted by members of the community. |
