17 lines
427 B
ReStructuredText
17 lines
427 B
ReStructuredText
|
|
.. If you created a package, create one automodule per module in the package.
|
|
|
|
.. 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:: adafruit_rfm.rfm_common
|
|
:members:
|
|
|
|
.. automodule:: adafruit_rfm.rfm69
|
|
:members:
|
|
|
|
.. automodule:: adafruit_rfm.rfm9x
|
|
:members:
|
|
|
|
.. automodule:: adafruit_rfm.rfm9xfsk
|
|
:members:
|