/ docs / api.rst
api.rst
 1  
 2  .. If you created a package, create one automodule per module in the package.
 3  
 4  .. If your library file(s) are nested in a directory (e.g. /adafruit_foo/foo.py)
 5  .. use this format as the module name: "adafruit_foo.foo"
 6  
 7  .. automodule:: adafruit_blinka
 8     :members:
 9  
10  .. automodule:: adafruit_blinka.agnostic
11    :members:
12  
13  .. automodule:: adafruit_blinka.microcontroller
14    :members:
15  
16  .. automodule:: bitbangio
17    :members:
18  
19  .. automodule:: board
20    :members:
21  
22  .. automodule:: busio
23    :members:
24  
25  .. automodule:: digitalio
26    :members:
27  
28  .. automodule:: analogio
29    :members:
30  
31  .. automodule:: pulseio
32    :members:
33  
34  .. automodule:: neopixel_write
35    :members:
36  
37