Skip to content

Commit d39eb55

Browse files
authored
Merge pull request #22 from makermelissa/master
Added missing API documentation members
2 parents f83cee7 + 37c79da commit d39eb55

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To install in a virtual environment in your current project:
5353
Usage Example
5454
=============
5555

56-
..code-block:: python
56+
.. code-block:: python
5757
5858
import board
5959
import displayio

docs/api.rst

+9
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,12 @@
1515

1616
.. automodule:: adafruit_display_shapes.triangle
1717
:members:
18+
19+
.. automodule:: adafruit_display_shapes.line
20+
:members:
21+
22+
.. automodule:: adafruit_display_shapes.polygon
23+
:members:
24+
25+
.. automodule:: adafruit_display_shapes.sparkline
26+
:members:

0 commit comments

Comments
 (0)