Skip to content

Example should be renamed to include simpletest #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kattni opened this issue Sep 30, 2019 · 1 comment
Closed

Example should be renamed to include simpletest #9

kattni opened this issue Sep 30, 2019 · 1 comment
Labels

Comments

@kattni
Copy link
Contributor

kattni commented Sep 30, 2019

Example fancyled_neopixel_rotate.py should be renamed to fancyled_neopixel_simpletest.py to fit with 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:
@kattni
Copy link
Contributor Author

kattni commented Oct 10, 2019

Fixed by #10

@kattni kattni closed this as completed Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants