* docs(3rd-party): Add section for third party tools * fix(docs): Fix dependencies in Python 3.13 * fix(typo): Fix docs typo * docs(3rd-party): Re-write some phrases * ci(pre-commit): Apply automatic fixes * fix(naming): Rename files * fix(spelling): Fix spelling mistake --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
24 lines
778 B
ReStructuredText
24 lines
778 B
ReStructuredText
#############################################
|
|
Welcome to ESP32 Arduino Core's documentation
|
|
#############################################
|
|
|
|
Here you will find all the relevant information about the project.
|
|
|
|
.. note::
|
|
This is a work in progress documentation and we will appreciate your help! We are looking for contributors!
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Contents:
|
|
|
|
Getting Started <getting_started>
|
|
Libraries <libraries>
|
|
Guides <guides/guides>
|
|
Tutorials <tutorials/tutorials>
|
|
Advanced Utilities <advanced_utils>
|
|
Third Party Tools <third_party_tools>
|
|
Migration Guides <migration_guides/migration_guides>
|
|
FAQ <faq>
|
|
Troubleshooting <troubleshooting>
|
|
Contributing <contributing>
|
|
External Libraries Testing <external_libraries_test>
|