Skip to content

Examples should be renamed to include simpletest #12

Closed
@kattni

Description

@kattni
  1. Example waveform_sine_demo.py should be renamed to waveform_sine_simpletest.py.
  2. Example waveform_square_demo.py should be renamed to waveform_square_simpletest.py.

This will 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:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions