Skip to content

Commit 906cd6e

Browse files
authored
Merge pull request #7324 from dhalbert/doc-remove-asyncio-update-library-pages
remove micropython asyncio doc; update libraries page and links
2 parents 4fa0c4d + fa96bcc commit 906cd6e

File tree

5 files changed

+32
-358
lines changed

5 files changed

+32
-358
lines changed

docs/drivers.rst

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Full Table of Contents
2121
../shared-bindings/index.rst
2222
supported_ports.rst
2323
troubleshooting.rst
24-
drivers.rst
24+
libraries.rst
2525
workflows
2626
environment.rst
2727

docs/libraries.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Adafruit CircuitPython Libraries
2+
================================
3+
4+
Documentation for all Adafruit-sponsored CircuitPython libraries is at:
5+
<https://docs.circuitpython.org/projects/bundle/en/latest/drivers.html>.
6+
7+
8+
CircuitPython Library Bundles
9+
=============================
10+
11+
Many Python libraries, including device drivers, have been written for use with CircuitPython.
12+
They are maintained in separate GitHub repos, one per library.
13+
14+
Libraries are packaged in *bundles*, which are ZIP files that are snapshots in time of a group of libraries.
15+
16+
Adafruit sponsors and maintains several hundred libraries, packaged in the **Adafruit Library Bundle**.
17+
Adafruit-sponsored libraries are also available on <https://pypi.org>.
18+
19+
Yet other libraries are maintained by members of the CircuitPython community,
20+
and are packaged in the **CircuitPython Community Library Bundle**.
21+
22+
The Adafruit bundles are available on GitHub: <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>.
23+
The Community bundles are available at: <https://github.com/adafruit/CircuitPython_Community_Bundle/releases>.
24+
25+
More detailed information about the bundles, and download links for the latest bundles
26+
are at <https://circuitpython.org/libraries>.
27+
28+
Documentation about bundle construction is at: <https://circuitpython.readthedocs.io/projects/bundle/en/latest/>.
29+
30+
Documentation for Community Libraries is not available on ReadTheDocs at this time. See the GitHub repository
31+
for each library for any included documentation.

docs/library/asyncio.rst

Lines changed: 0 additions & 323 deletions
This file was deleted.

0 commit comments

Comments
 (0)