.. 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:: relic_synthvoice :members: .. automodule:: relic_synthvoice.oscillator :members: .. automodule:: relic_synthvoice.sample :members: .. automodule:: relic_synthvoice.drone :members: .. automodule:: relic_synthvoice.percussive :members: