File tree 5 files changed +21
-13
lines changed
5 files changed +21
-13
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,8 @@ or individual libraries can be installed using
39
39
40
40
41
41
42
- .. todo :: Describe the Adafruit product this library works with. For PCBs, you can also add the
43
- image from the assets folder in the PCB's GitHub repo.
44
-
45
- `Purchase one from the Adafruit shop <http://www.adafruit.com/products/9999 >`_
42
+ .. ::
43
+ `Purchase one from the Adafruit shop <http://www.adafruit.com/products/9999>`_
46
44
47
45
Installing from PyPI
48
46
=====================
Original file line number Diff line number Diff line change 27
27
# Uncomment the below if you use native CircuitPython modules such as
28
28
# digitalio, micropython and busio. List the modules you use. Without it, the
29
29
# autodoc module docs will fail to generate with a warning.
30
- # autodoc_mock_imports = ["digitalio", "busio"]
30
+ autodoc_mock_imports = [
31
+ "bitmaptools" ,
32
+ "adafruit_aw9523" ,
33
+ "adafruit_lis3dh" ,
34
+ "displayio" ,
35
+ "espcamera" ,
36
+ "neopixel" ,
37
+ "sdcardio" ,
38
+ "storage" ,
39
+ "terminalio" ,
40
+ "adafruit_debouncer" ,
41
+ "adafruit_display_text" ,
42
+ "digitalio" ,
43
+ "busio" ,
44
+ "micropython" ,
45
+ ]
31
46
32
47
autodoc_preserve_defaults = True
33
48
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ Simple test
3
3
4
4
Ensure your device works with this simple test.
5
5
6
- .. literalinclude :: ../examples/pycamera_simpletest .py
7
- :caption: examples/pycamera_simpletest .py
6
+ .. literalinclude :: ../examples/camera/code .py
7
+ :caption: examples/camera/code .py
8
8
:linenos:
Original file line number Diff line number Diff line change @@ -24,15 +24,9 @@ Table of Contents
24
24
.. toctree ::
25
25
:caption: Tutorials
26
26
27
- .. todo :: Add any Learn guide links here. If there are none, then simply delete this todo and leave
28
- the toctree above for use later.
29
-
30
27
.. toctree ::
31
28
:caption: Related Products
32
29
33
- .. todo :: Add any product links here. If there are none, then simply delete this todo and leave
34
- the toctree above for use later.
35
-
36
30
.. toctree ::
37
31
:caption: Other Links
38
32
Original file line number Diff line number Diff line change 5
5
6
6
Adafruit-Blinka
7
7
adafruit-circuitpython-busdevice
8
+ adafruit-circuitpython-aw9523
You can’t perform that action at this time.
0 commit comments