We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fd6c1 commit dfb7582Copy full SHA for dfb7582
.gitignore
@@ -8,4 +8,5 @@ bundles
8
*.DS_Store
9
.eggs
10
dist
11
-**/*.egg-info
+**/*.egg-info
12
+venv
docs/api.rst
@@ -21,3 +21,6 @@
21
22
.. automodule:: adafruit_rgb_display.st7735
23
:members:
24
+
25
+.. automodule:: adafruit_rgb_display.st7789
26
+ :members:
docs/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = "1.0"
+version = "3.10"
52
# The full version, including alpha/beta/rc tags.
53
-release = "1.0"
+release = "3.10.2"
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
0 commit comments