Skip to content

Commit 8461980

Browse files
committed
address and remove some TODOs
1 parent d1977c5 commit 8461980

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

.github/workflows/release_gh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
upload-url: ${{ github.event.release.upload_url }}
20-
# TODO: If you're creating a package (library is a folder), add this
20+
# If you're creating a package (library is a folder), add this
2121
# argument along with the prefix (or full name) of the package folder
2222
# so the MPY bundles are built correctly:s
23-
# package-prefix: i2c_expanders
23+
package-prefix: i2c_expanders

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"sphinx.ext.todo",
2424
]
2525

26-
# TODO: Please Read!
2726
# Uncomment the below if you use native CircuitPython modules such as
2827
# digitalio, micropython and busio. List the modules you use. Without it, the
2928
# autodoc module docs will fail to generate with a warning.

docs/index.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,9 @@ Table of Contents
2424
.. toctree::
2525
:caption: Tutorials
2626

27-
.. note:: TODO: Add any Learn guide links here. If there are none, then simply delete this todo and leave
28-
the toctree above for use later.
29-
3027
.. toctree::
3128
:caption: Related Products
3229

33-
.. note:: TODO: Add any product links here. If there are none, then simply delete this todo and leave
34-
the toctree above for use later.
35-
3630
.. toctree::
3731
:caption: Other Links
3832

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ classifiers = [
4747
dynamic = ["dependencies", "optional-dependencies"]
4848

4949
[tool.setuptools]
50-
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
51-
# CHANGE `py_modules = ['...']` TO `packages = ['...']`
52-
#py-modules = ["i2c_expanders"]
5350
packages = ['i2c_expanders']
5451

5552
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)