1effae46ea
This PR is the initial documentation structure including the basic information about the project and Sphinx configuration. ####CONTENTS: - Getting Started - Installing - Boards - Libraries - Library Builder - Tutorials - ESP-IDF as Component - OTA Web Update - makeEspArduino - Troubleshooting - Contributing This PR also changes the README.md.
21 lines
600 B
ReStructuredText
21 lines
600 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: 2
|
|
:caption: Contents:
|
|
|
|
Getting Started <getting_started>
|
|
Libraries <libraries>
|
|
Tutorials <tutorials/tutorials>
|
|
Advanced Utilities <advanced_utils>
|
|
FAQ <faq>
|
|
Troubleshooting <troubleshooting>
|
|
Contributing <contributing>
|