diff options
Diffstat (limited to 'circuitpython/frozen/Adafruit_CircuitPython_HID/docs/index.rst')
-rw-r--r-- | circuitpython/frozen/Adafruit_CircuitPython_HID/docs/index.rst | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/circuitpython/frozen/Adafruit_CircuitPython_HID/docs/index.rst b/circuitpython/frozen/Adafruit_CircuitPython_HID/docs/index.rst new file mode 100644 index 0000000..5ddac8b --- /dev/null +++ b/circuitpython/frozen/Adafruit_CircuitPython_HID/docs/index.rst @@ -0,0 +1,45 @@ +.. include:: ../README.rst + +Table of Contents +================= + +.. toctree:: + :maxdepth: 4 + :hidden: + + self + +.. toctree:: + :caption: Examples + + examples + +.. toctree:: + :caption: API Reference + :maxdepth: 3 + + api + +.. toctree:: + :caption: Tutorials + +.. toctree:: + :caption: Related Products + +.. toctree:: + :caption: Other Links + + Download <https://github.com/adafruit/Adafruit_CircuitPython_HID/releases/latest> + CircuitPython Reference Documentation <https://docs.circuitpython.org> + CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60> + Discord Chat <https://adafru.it/discord> + Adafruit Learning System <https://learn.adafruit.com> + Adafruit Blog <https://blog.adafruit.com> + Adafruit Store <https://www.adafruit.com> + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` |