mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 17:46:19 +00:00
This enables the sphinx doc nitpicky option to detect broken references. Also fix all of the broken references.
20 lines
515 B
ReStructuredText
20 lines
515 B
ReStructuredText
:mod:`media <pybricks.media>` -- Sounds and Images
|
|
==================================================
|
|
|
|
.. automodule:: pybricks.media
|
|
:no-members:
|
|
|
|
You can use your own sound and image files by placing them in your project
|
|
folder. You can also use any of the images and sounds built into Pybricks.
|
|
|
|
ev3dev
|
|
------
|
|
|
|
These images and sounds are only available for Pybricks on ev3dev.
|
|
|
|
.. autoclass:: pybricks.media.ev3dev.ImageFile
|
|
:no-members:
|
|
|
|
.. autoclass:: pybricks.media.ev3dev.SoundFile
|
|
:no-members:
|