2 .. If you created a package, create one automodule per module in the package.
 
   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"
 
   8 .. automodule:: displayio
 
   9     :members: Bitmap, ColorConverter, Display, EPaperDisplay, FourWire, Group, I2CDisplay,
 
  10         OnDiskBitmap, Palette, Shape, TileGrid
 
  12 .. automodule:: fontio
 
  15 .. automodule:: terminalio
 
  18 .. automodule:: paralleldisplay