Skip to content

Commit 66cf5b5

Browse files
committed
more
1 parent 7d0654f commit 66cf5b5

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

adafruit_gizmo/tft_gizmo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import displayio
3737
from adafruit_st7789 import ST7789
3838

39-
# pylint: disable=invalid-name
39+
# pylint: disable=invalid-name, too-few-public-methods
4040
class TFT_Gizmo(ST7789):
4141
"""Class representing a TFT Gizmo."""
4242

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Uncomment the below if you use native CircuitPython modules such as
2121
# digitalio, micropython and busio. List the modules you use. Without it, the
2222
# autodoc module docs will fail to generate with a warning.
23-
# autodoc_mock_imports = ["digitalio", "busio"]
23+
autodoc_mock_imports = ["digitalio", "busio", "displayio"]
2424

2525

2626
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}

docs/index.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@ Table of Contents
2323
.. toctree::
2424
:caption: Tutorials
2525

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

32-
.. todo:: Add any product links here. If there are none, then simply delete this todo and leave
33-
the toctree above for use later.
29+
TFT Gizmo <https://www.adafruit.com/product/4367>
3430

3531
.. toctree::
3632
:caption: Other Links

0 commit comments

Comments
 (0)