Skip to content

Commit 7b738e0

Browse files
committed
add docs link to readme
1 parent e5d9746 commit 7b738e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ This example demonstrates the library with the single built-in DotStar on the
7878
pixels = adafruit_dotstar.DotStar(board.APA102_SCK, board.APA102_MOSI, 1)
7979
pixels[0] = (10, 0, 0)
8080
81+
Documentation
82+
=============
83+
84+
API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/dotstar/en/latest/>`_.
85+
8186
Contributing
8287
============
8388

0 commit comments

Comments
 (0)