Skip to content
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

Example should be renamed to include simpletest #10

Closed
kattni opened this issue Sep 30, 2019 · 1 comment · Fixed by #11
Closed

Example should be renamed to include simpletest #10

kattni opened this issue Sep 30, 2019 · 1 comment · Fixed by #11
Labels

Comments

@kattni
Copy link
Contributor

kattni commented Sep 30, 2019

Example focaltouch_simple_paint.py should be renamed to focaltouch_paint_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:
@dsudduth
Copy link

dsudduth commented Oct 3, 2019

Hi @kattni and @sommersoft! I've created a PR to address the issue. Please let me know if any additional changes are needed. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants