Skip to content

Commit 7d0654f

Browse files
committed
lint and sphinx
1 parent c740857 commit 7d0654f

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

README.rst

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -27,41 +27,6 @@ Please ensure all dependencies are available on the CircuitPython filesystem.
2727
This is easily achieved by downloading
2828
`the Adafruit library and driver bundle <https://circuitpython.org/libraries>`_.
2929

30-
Installing from PyPI
31-
=====================
32-
.. note:: This library is not available on PyPI yet. Install documentation is included
33-
as a standard element. Stay tuned for PyPI availability!
34-
35-
.. todo:: Remove the above note if PyPI version is/will be available at time of release.
36-
If the library is not planned for PyPI, remove the entire 'Installing from PyPI' section.
37-
38-
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
39-
PyPI <https://pypi.org/project/adafruit-circuitpython-gizmo/>`_. To install for current user:
40-
41-
.. code-block:: shell
42-
43-
pip3 install adafruit-circuitpython-gizmo
44-
45-
To install system-wide (this may be required in some cases):
46-
47-
.. code-block:: shell
48-
49-
sudo pip3 install adafruit-circuitpython-gizmo
50-
51-
To install in a virtual environment in your current project:
52-
53-
.. code-block:: shell
54-
55-
mkdir project-name && cd project-name
56-
python3 -m venv .env
57-
source .env/bin/activate
58-
pip3 install adafruit-circuitpython-gizmo
59-
60-
Usage Example
61-
=============
62-
63-
.. todo:: Add a quick, simple example. It and other examples should live in the examples folder and be included in docs/examples.rst.
64-
6530
Contributing
6631
============
6732

adafruit_gizmo/tft_gizmo.py

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

39+
# pylint: disable=invalid-name
3940
class TFT_Gizmo(ST7789):
4041
"""Class representing a TFT Gizmo."""
4142

0 commit comments

Comments
 (0)