Skip to content

Commit 8108725

Browse files
committed
Do TODOs
1 parent 9bc6e87 commit 8108725

File tree

3 files changed

+0
-29
lines changed

3 files changed

+0
-29
lines changed

adafruit_ble_file_transfer.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,6 @@
1010
1111
1212
* Author(s): Scott Shawcroft
13-
14-
Implementation Notes
15-
--------------------
16-
17-
**Hardware:**
18-
19-
.. todo:: Add links to any specific hardware product page(s), or category page(s).
20-
Use unordered list & hyperlink rST inline format: "* `Link Text <url>`_"
21-
22-
**Software and Dependencies:**
23-
24-
* Adafruit CircuitPython firmware for the supported boards:
25-
https://github.com/adafruit/circuitpython/releases
26-
27-
.. todo:: Uncomment or remove the Bus Device and/or the Register library dependencies
28-
based on the library's use of either.
29-
30-
# * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
31-
# * Adafruit's Register library: https://github.com/adafruit/Adafruit_CircuitPython_Register
3213
"""
3314

3415
import struct

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-
.. 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-
.. 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

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,5 @@
5555
],
5656
# What does your project relate to?
5757
keywords="adafruit blinka circuitpython micropython ble_file_transfer ble file transfer",
58-
# You can just specify the packages manually here if your project is
59-
# simple. Or you can use find_packages().
60-
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
61-
# CHANGE `py_modules=['...']` TO `packages=['...']`
6258
py_modules=["adafruit_ble_file_transfer"],
6359
)

0 commit comments

Comments
 (0)