mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
docs: add new top-level docs builder that builds docs for a single chip
This commit is contained in:

committed by
Angus Gratton

parent
783856d557
commit
e6211c7864
@@ -37,24 +37,24 @@ Ethernet PHY Common Registers
|
||||
API Reference - Driver Model
|
||||
----------------------------
|
||||
|
||||
.. include:: /_build/inc/esp_eth.inc
|
||||
.. include-build-file:: inc/esp_eth.inc
|
||||
|
||||
API Reference - Common Interface
|
||||
--------------------------------
|
||||
|
||||
.. include:: /_build/inc/esp_eth_com.inc
|
||||
.. include-build-file:: inc/esp_eth_com.inc
|
||||
|
||||
API Reference - MAC Interface
|
||||
-----------------------------
|
||||
|
||||
.. include:: /_build/inc/esp_eth_mac.inc
|
||||
.. include-build-file:: inc/esp_eth_mac.inc
|
||||
|
||||
API Reference - PHY Interface
|
||||
-----------------------------
|
||||
|
||||
.. include:: /_build/inc/esp_eth_phy.inc
|
||||
.. include-build-file:: inc/esp_eth_phy.inc
|
||||
|
||||
API Reference - Glue for esp_netif
|
||||
----------------------------------
|
||||
|
||||
.. include:: /_build/inc/esp_eth_netif_glue.inc
|
||||
.. include-build-file:: inc/esp_eth_netif_glue.inc
|
||||
|
@@ -332,4 +332,4 @@ ESP-IDF contains these ESP-MESH example projects:
|
||||
API Reference
|
||||
--------------
|
||||
|
||||
.. include:: /_build/inc/esp_mesh.inc
|
||||
.. include-build-file:: inc/esp_mesh.inc
|
||||
|
@@ -168,10 +168,10 @@ configured with default settings, which as a consequence, means that:
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
.. include:: /_build/inc/esp_netif.inc
|
||||
.. include-build-file:: inc/esp_netif.inc
|
||||
|
||||
|
||||
WiFi default API reference
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. include:: /_build/inc/esp_wifi_default.inc
|
||||
.. include-build-file:: inc/esp_wifi_default.inc
|
||||
|
@@ -94,4 +94,4 @@ The packet data path functions for transmitting and freeing the rx buffer (defin
|
||||
the esp-netif, specifically from its TCP/IP stack connecting layer. The following API reference outlines these network stack
|
||||
interaction with the esp-netif.
|
||||
|
||||
.. include:: /_build/inc/esp_netif_net_stack.inc
|
||||
.. include-build-file:: inc/esp_netif_net_stack.inc
|
||||
|
@@ -84,4 +84,4 @@ Instead, post the necessary data to a queue and handle it from a lower priority
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
.. include:: /_build/inc/esp_now.inc
|
||||
.. include-build-file:: inc/esp_now.inc
|
||||
|
@@ -6,4 +6,4 @@ SmartConfig
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
.. include:: /_build/inc/esp_smartconfig.inc
|
||||
.. include-build-file:: inc/esp_smartconfig.inc
|
||||
|
@@ -30,7 +30,7 @@ In addition, there is a simple `esp-idf-template <https://github.com/espressif/e
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
.. include:: /_build/inc/esp_wifi.inc
|
||||
.. include:: /_build/inc/esp_wifi_types.inc
|
||||
.. include-build-file:: inc/esp_wifi.inc
|
||||
.. include-build-file:: inc/esp_wifi_types.inc
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user