docs: Alphbetically sort toctree

This commit sorts the entries of variuos toctrees
alphabetically. Indentation was also fixed. The order
of some toctrees were not modified if the existing
order had some form of suggested reading order.
This commit is contained in:
Darian Leung
2019-08-13 16:01:50 +08:00
parent 80a4a11808
commit 75adefe437
9 changed files with 119 additions and 119 deletions

View File

@@ -3,18 +3,18 @@ Application Protocols
:link_to_translation:`zh_CN:[中文]`
.. toctree::
:maxdepth: 1
:maxdepth: 1
mDNS <mdns>
ESP-TLS <esp_tls>
HTTP Client <esp_http_client>
Websocket Client <esp_websocket_client>
HTTP Server <esp_http_server>
HTTPS Server <esp_https_server>
ASIO <asio>
ESP-MQTT <mqtt>
Modbus <modbus>
Local Control <esp_local_ctrl>
ASIO <asio>
ESP-MQTT <mqtt>
ESP-TLS <esp_tls>
HTTP Client <esp_http_client>
HTTP Server <esp_http_server>
HTTPS Server <esp_https_server>
Local Control <esp_local_ctrl>
mDNS <mdns>
Modbus <modbus>
Websocket Client <esp_websocket_client>
Code examples for this API section are provided in the :example:`protocols` directory of ESP-IDF examples.