cookiecutter-adafruit-circu.../{% if cookiecutter.library_prefix %}{{ cookiecutter.library_prefix | capitalize }}_{% endif %}CircuitPython_{{ cookiecutter.library_name}}
James Carr 470c1a9e77
Minor update to api.rst
Minor change to make the tabbed line indented by 4 spaces.
2021-04-17 18:22:59 +01:00
..
.github/workflows Hook in help comment and problem matchers 2021-04-13 15:21:12 -07:00
docs Minor update to api.rst 2021-04-17 18:22:59 +01:00
examples fixes and enhancements 2021-02-10 16:21:27 -08:00
LICENSES Improvemens to Community vs. Adafruit 2021-02-04 00:28:12 -08:00
.gitignore Improvemens to Community vs. Adafruit 2021-02-04 00:28:12 -08:00
.pre-commit-config.yaml Update pre-commit for new repos 2021-03-09 18:45:13 -06:00
.pylintrc Increase duplicate code check threshold. 2021-03-17 15:05:59 -04:00
CODE_OF_CONDUCT.md Improvemens to Community vs. Adafruit 2021-02-04 00:28:12 -08:00
LICENSE fixes and enhancements 2021-02-10 16:21:27 -08:00
pyproject.toml Improvemens to Community vs. Adafruit 2021-02-04 00:28:12 -08:00
README.rst Fix typos and add setup.py.disabled if user chooses no for PyPI release 2021-03-10 10:59:56 -08:00
README.rst.license fixes and enhancements 2021-02-10 16:21:27 -08:00
requirements.txt fixes and enhancements 2021-02-10 16:21:27 -08:00
{% if cookiecutter.library_prefix %}{{ cookiecutter.library_prefix | lower }}_{% endif %}{{ cookiecutter.library_name | lower }}.py conditional doc build, pylint files, long line 2021-02-11 20:33:42 -08:00
{% if cookiecutter.pypi_release in ['n', 'no'] %}setup.py.disabled{% endif %} Fix typos and add setup.py.disabled if user chooses no for PyPI release 2021-03-10 10:59:56 -08:00
{% if cookiecutter.pypi_release in ['y', 'yes'] %}setup.py{% endif %} Fix "Adafruit" typo 2021-03-10 13:50:07 -05:00
{% if cookiecutter.sphinx_docs in ['y', 'yes'] %}.readthedocs.yml{% endif %} fixes and enhancements 2021-02-10 16:21:27 -08:00

SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
SPDX-FileCopyrightText: Copyright (c) {% now 'utc', '%Y' %} {{ cookiecutter.author_name }}{% if cookiecutter.company %} for {{ cookiecutter.company }}{% endif %}
SPDX-License-Identifier: MIT