Skip to content

Commit 0538a6b

Browse files
committed
working version; Sphinx builds locally
1 parent 3a7961b commit 0538a6b

File tree

3 files changed

+3
-26
lines changed

3 files changed

+3
-26
lines changed

docs/conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424

2525

2626
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None)}
27-
"""'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
28-
'Register': ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None),
29-
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)
30-
}"""
3127

3228
# Add any paths that contain templates here, relative to this directory.
3329
templates_path = ['_templates']

docs/drivers.rst

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,12 @@
11
.. _adafruit-libndrivers:
22

3-
Additional Adafruit Libraries and Drivers on GitHub
3+
Adafruit Sponsored Libraries and Drivers on GitHub
44
===================================================
55

66
These are libraries and drivers available in separate GitHub repos. They are
77
designed for use with CircuitPython and may or may not work with
88
`MicroPython <https://micropython.org>`_.
99

10-
.. _bundle_installation:
11-
12-
Bundle
13-
------
14-
15-
We provide a bundle of all our libraries to ease installation of drivers and
16-
their dependencies. The bundle is primarily geared to the Adafruit Express line
17-
of boards which feature a relatively large external flash. With Express boards,
18-
its easy to copy them all onto the filesystem. However, if you don't have
19-
enough space simply copy things over as they are needed.
20-
21-
The bundles are available `on GitHub <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_.
22-
23-
To install them:
24-
25-
#. `Download <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_
26-
and unzip the latest zip that's not a source zip.
27-
#. Copy the ``lib`` folder to the ``CIRCUITPY`` or ``MICROPYTHON``.
28-
2910
Foundational
3011
------------
3112

@@ -209,7 +190,7 @@ These chips communicate to other's over radio.
209190
IO Expansion
210191
--------------
211192

212-
These provide functionality similar to `analogio`, `digitalio`, `pulseio`, and `touchio`.
193+
These provide functionality similar to ``analogio``, ``digitalio``, ``pulseio``, and ``touchio``.
213194

214195
.. toctree::
215196

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Table of Contents
1111

1212
.. toctree::
1313
:maxdepth: 4
14-
:caption: Drivers
14+
:caption: Drivers & Helpers
1515

1616
drivers
1717

0 commit comments

Comments
 (0)