We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f83cee7 + 37c79da commit d39eb55Copy full SHA for d39eb55
README.rst
@@ -53,7 +53,7 @@ To install in a virtual environment in your current project:
53
Usage Example
54
=============
55
56
-..code-block:: python
+.. code-block:: python
57
58
import board
59
import displayio
docs/api.rst
@@ -15,3 +15,12 @@
15
16
.. automodule:: adafruit_display_shapes.triangle
17
:members:
18
+
19
+.. automodule:: adafruit_display_shapes.line
20
+ :members:
21
22
+.. automodule:: adafruit_display_shapes.polygon
23
24
25
+.. automodule:: adafruit_display_shapes.sparkline
26
0 commit comments