Skip to content

Commit 807cb37

Browse files
committed
Update README to include link to documentation
1 parent d9f4eb9 commit 807cb37

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,17 @@ Usage Example
101101
while ticks_less(ticks_ms(), deadline):
102102
pass
103103
104+
Documentation
105+
=============
106+
107+
API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/neopixel/en/latest/>`_.
108+
109+
For information on building library documentation, please check out
110+
`this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.
111+
104112
Contributing
105113
============
106114

107115
Contributions are welcome! Please read our `Code of Conduct
108116
<https://github.com/adafruit/Adafruit_CircuitPython_ticks/blob/HEAD/CODE_OF_CONDUCT.md>`_
109117
before contributing to help this project stay welcoming.
110-
111-
Documentation
112-
=============
113-
114-
For information on building library documentation, please check out
115-
`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)