File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -101,15 +101,17 @@ Usage Example
101
101
while ticks_less(ticks_ms(), deadline):
102
102
pass
103
103
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
+
104
112
Contributing
105
113
============
106
114
107
115
Contributions are welcome! Please read our `Code of Conduct
108
116
<https://github.com/adafruit/Adafruit_CircuitPython_ticks/blob/HEAD/CODE_OF_CONDUCT.md> `_
109
117
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 >`_.
You can’t perform that action at this time.
0 commit comments