File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 88# Required
99version : 2
1010
11+ build :
12+ tools :
13+ python : " 3"
14+
1115python :
12- version : " 3.x"
1316 install :
1417 - requirements : docs/requirements.txt
1518 - requirements : requirements.txt
Original file line number Diff line number Diff line change @@ -98,15 +98,17 @@ Usage Example
9898
9999See examples/vl53l1x_simpletest.py for basic usage example.
100100
101+ Documentation
102+ =============
103+
104+ API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/neopixel/en/latest/ >`_.
105+
106+ For information on building library documentation, please check out
107+ `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1 >`_.
108+
101109Contributing
102110============
103111
104112Contributions are welcome! Please read our `Code of Conduct
105113<https://github.com/adafruit/Adafruit_CircuitPython_VL53L1X/blob/HEAD/CODE_OF_CONDUCT.md> `_
106114before contributing to help this project stay welcoming.
107-
108- Documentation
109- =============
110-
111- For information on building library documentation, please check out
112- `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