adafruit / Adafruit_CircuitPython_RGB_Display

Drivers for RGB displays for Adafruit CircuitPython.
MIT License
131 stars 52 forks source link

Example names do not match repo name #30

Closed kattni closed 4 years ago

kattni commented 4 years ago

The examples all start with rgbdisplay_ and should begin with rgb_display_. Examples need to be renamed to match CircuitPython library standards.

The lines including this file name in the docs/examples.rst file must also be updated to reflect the name change, e.g.:

.. literalinclude:: ../examples/current_file_name.py
    :caption: examples/current_file_name.py
    :linenos:

would be updated to:

.. literalinclude:: ../examples/current_file_name_changed.py
    :caption: examples/current_file_name_changed.py
    :linenos:
makermelissa commented 4 years ago

Fixed by #31