Docs: Initial documentation structure using Sphinx (#5355)

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.
This commit is contained in:
Pedro Minatel
2021-07-19 11:37:26 +01:00
committed by GitHub
parent d9833f9b6d
commit 1effae46ea
75 changed files with 2269 additions and 363 deletions

17
docs/source/libraries.rst Normal file
View File

@ -0,0 +1,17 @@
#########
Libraries
#########
Here is where the Libraries API's descriptions are located.
.. toctree::
:maxdepth: 1
:caption: API's:
Bluetooth <api/bluetooth>
Deep Sleep <api/deepsleep>
ESPNOW <api/espnow>
GPIO <api/gpio>
RainMaker <api/rainmaker>
Reset Reason <api/reset_reason>
Wi-Fi <api/wifi>