/ docs / index.rst
index.rst
 1  
 2  .. include:: ../README.rst
 3  
 4  Table of Contents
 5  =================
 6  
 7  .. toctree::
 8      :maxdepth: 4
 9      :hidden:
10  
11      self
12  
13  .. toctree::
14      :caption: Examples
15  
16      examples
17  
18  .. toctree::
19      :caption: API Reference
20      :maxdepth: 3
21  
22      api
23  
24  
25  .. toctree::
26      :caption: Other Links
27  
28      Download <https://github.com/jposada202020/CircuitPython_slider/releases/latest>
29      CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>