Update RTD docs
This commit is contained in:
parent
5adbc0bd6c
commit
aed4c15792
1 changed files with 7 additions and 1 deletions
|
|
@ -4,8 +4,11 @@
|
|||
.. If your library file(s) are nested in a directory (e.g. /adafruit_foo/foo.py)
|
||||
.. use this format as the module name: "adafruit_foo.foo"
|
||||
|
||||
.. automodule:: _typing
|
||||
:members
|
||||
|
||||
.. automodule:: adafruit_blinka
|
||||
:members:
|
||||
:members:
|
||||
|
||||
.. automodule:: adafruit_blinka.agnostic
|
||||
:members:
|
||||
|
|
@ -25,6 +28,9 @@
|
|||
.. automodule:: busio
|
||||
:members:
|
||||
|
||||
.. automodule:: circuitpython_typing
|
||||
:members:
|
||||
|
||||
.. automodule:: digitalio
|
||||
:members:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue