index.rst 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ESP-IDF Programming Guide
  2. =========================
  3. This is the documentation for Espressif IoT Development Framework (`esp-idf <https://github.com/espressif/esp-idf>`_). ESP-IDF is the official development framework for the `ESP32 <https://espressif.com/en/products/hardware/esp32/overview>`_ chip.
  4. +------------------+------------------+------------------+
  5. | |Get Started|_ | |API Reference|_ | |H/W Reference|_ |
  6. +------------------+------------------+------------------+
  7. | `Get Started`_ | `API Reference`_ | `H/W Reference`_ |
  8. +------------------+------------------+------------------+
  9. | |API Guides|_ | |Contribute|_ | |Resources|_ |
  10. +------------------+------------------+------------------+
  11. | `API Guides`_ | `Contribute`_ | `Resources`_ |
  12. +------------------+------------------+------------------+
  13. .. |Get Started| image:: _static/get-started.gif
  14. .. _Get Started: get-started/index.html
  15. .. |API Reference| image:: _static/api-reference.gif
  16. .. _API Reference: api-reference/index.html
  17. .. |H/W Reference| image:: _static/hw-reference.gif
  18. .. _H/W Reference: hw-reference/index.html
  19. .. |Api Guides| image:: _static/api-guides.gif
  20. .. _Api Guides: api-guides/index.html
  21. .. |Contribute| image:: _static/contribute.gif
  22. .. _Contribute: contribute/index.html
  23. .. |Resources| image:: _static/resources.gif
  24. .. _Resources: resources.html
  25. .. toctree::
  26. :hidden:
  27. Get Started <get-started/index>
  28. API Reference <api-reference/index>
  29. H/W Reference <hw-reference/index>
  30. API Guides <api-guides/index>
  31. Contribute <contribute/index>
  32. Resources <resources>
  33. Copyrights <COPYRIGHT>
  34. About <about>
  35. * :ref:`genindex`