docs: add new top-level docs builder that builds docs for a single chip

This commit is contained in:
Angus Gratton
2019-11-13 11:46:16 +08:00
committed by Angus Gratton
parent 783856d557
commit e6211c7864
133 changed files with 566 additions and 637 deletions

View File

@@ -188,4 +188,4 @@ HTTP Client example: :example:`protocols/esp_http_client`.
API Reference
-------------
.. include:: /_build/inc/esp_http_client.inc
.. include-build-file:: inc/esp_http_client.inc

View File

@@ -155,4 +155,4 @@ Check the example under :example:`protocols/http_server/persistent_sockets`.
API Reference
-------------
.. include:: /_build/inc/esp_http_server.inc
.. include-build-file:: inc/esp_http_server.inc

View File

@@ -47,4 +47,4 @@ The initial session setup can take about two seconds, or more with slower clock
API Reference
-------------
.. include:: /_build/inc/esp_https_server.inc
.. include-build-file:: inc/esp_https_server.inc

View File

@@ -203,4 +203,4 @@ The various protocomm endpoints provided by **esp_local_ctrl** are listed below:
API Reference
-------------
.. include:: /_build/inc/esp_local_ctrl.inc
.. include-build-file:: inc/esp_local_ctrl.inc

View File

@@ -150,5 +150,5 @@ Please refer to the specific example README.md for details.
API Reference
-------------
.. include:: /_build/inc/essl.inc
.. include:: /_build/inc/essl_sdio.inc
.. include-build-file:: inc/essl.inc
.. include-build-file:: inc/essl_sdio.inc

View File

@@ -91,4 +91,4 @@ SSL/TLS libraries and with all respective configurations set to default.
API Reference
-------------
.. include:: /_build/inc/esp_tls.inc
.. include-build-file:: inc/esp_tls.inc

View File

@@ -66,5 +66,5 @@ Simple WebSocket example that uses esp_websocket_client to establish a websocket
API Reference
-------------
.. include:: /_build/inc/esp_websocket_client.inc
.. include-build-file:: inc/esp_websocket_client.inc

View File

@@ -117,6 +117,6 @@ ICMP echo example: :example:`protocols/icmp_echo`
API Reference
-------------
.. include:: /_build/inc/ping_sock.inc
.. include-build-file:: inc/ping_sock.inc

View File

@@ -184,6 +184,6 @@ mDNS server/scanner example: :example:`protocols/mdns`.
API Reference
-------------
.. include:: /_build/inc/mdns.inc
.. include-build-file:: inc/mdns.inc

View File

@@ -158,4 +158,4 @@ The following events may be posted by the MQTT client:
API Reference
-------------
.. include:: /_build/inc/mqtt_client.inc
.. include-build-file:: inc/mqtt_client.inc