File tree 2 files changed +21
-0
lines changed 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
.. automodule :: adafruit_pyportal
8
8
:members:
9
+
10
+ .. automodule :: adafruit_pyportal.graphics
11
+ :members:
12
+
13
+ .. automodule :: adafruit_pyportal.network
14
+ :members:
15
+
16
+ .. automodule :: adafruit_pyportal.peripherals
17
+ :members:
18
+
19
+ .. automodule :: adafruit_pyportal.wifi
20
+ :members:
Original file line number Diff line number Diff line change 26
26
# digitalio, micropython and busio. List the modules you use. Without it, the
27
27
# autodoc module docs will fail to generate with a warning.
28
28
autodoc_mock_imports = [
29
+ "busio" ,
30
+ "board" ,
31
+ "digitalio" ,
29
32
"rtc" ,
30
33
"supervisor" ,
31
34
"pulseio" ,
35
+ "pwmio" ,
32
36
"audioio" ,
33
37
"audiocore" ,
34
38
"microcontroller" ,
39
+ "neopixel" ,
35
40
"secrets" ,
36
41
"adafruit_sdcard" ,
37
42
"storage" ,
38
43
"sdcardio" ,
44
+ "terminalio" ,
39
45
"adafruit_io" ,
40
46
"adafruit_cursorcontrol" ,
47
+ "adafruit_esp32spi" ,
48
+ "adafruit_requests" ,
49
+ "adafruit_portalbase" ,
41
50
]
42
51
43
52
You can’t perform that action at this time.
0 commit comments