Skip to content

Two examples need renaming to match lib name #39

Closed
@kattni

Description

@kattni

Two examples begin with ads1015_ and ads1115_. They should each begin with ads1x15_ads1015_ and ads1x15_ads1115_ to match the CIrcuitPython library standards and make it clearer in the example bundle which library they are associated with.

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