Skip to content

Commit f99748b

Browse files
committed
Update Documentation header in README.rst
1 parent a77f39a commit f99748b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,17 @@ need to be specified as it is computed from the supplied ``pixel_order``.
106106
pixel = neopixel.NeoPixel(board.D0, 1, pixel_order=neopixel.RGBW)
107107
pixel[0] = (30, 0, 20, 10)
108108
109+
Documentation
110+
=============
111+
112+
API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/neopixel/en/latest/>`_.
113+
114+
For information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.
115+
109116

110117
Contributing
111118
============
112119

113120
Contributions are welcome! Please read our `Code of Conduct
114121
<https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel/blob/main/CODE_OF_CONDUCT.md>`_
115122
before contributing to help this project stay welcoming.
116-
117-
Documentation
118-
=============
119-
120-
For information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.

0 commit comments

Comments
 (0)