mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +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
@@ -31,8 +31,8 @@ You can find two code examples in the :example:`storage` directory of ESP-IDF ex
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
.. include:: /_build/inc/nvs_flash.inc
|
||||
.. include-build-file:: inc/nvs_flash.inc
|
||||
|
||||
.. include:: /_build/inc/nvs.inc
|
||||
.. include-build-file:: inc/nvs.inc
|
||||
|
||||
|
||||
|
@@ -100,6 +100,6 @@ Most applications need to use the protocol layer only in one task. For this reas
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
.. include:: /_build/inc/sdmmc_cmd.inc
|
||||
.. include-build-file:: inc/sdmmc_cmd.inc
|
||||
|
||||
.. include:: /_build/inc/sdmmc_types.inc
|
||||
.. include-build-file:: inc/sdmmc_types.inc
|
||||
|
@@ -31,18 +31,18 @@ In a single core environment (:ref:`CONFIG_FREERTOS_UNICORE` enabled), you need
|
||||
API Reference - SPI Flash
|
||||
-------------------------
|
||||
|
||||
.. include:: /_build/inc/esp_flash_spi_init.inc
|
||||
.. include:: /_build/inc/esp_flash.inc
|
||||
.. include:: /_build/inc/spi_flash_types.inc
|
||||
.. include-build-file:: inc/esp_flash_spi_init.inc
|
||||
.. include-build-file:: inc/esp_flash.inc
|
||||
.. include-build-file:: inc/spi_flash_types.inc
|
||||
|
||||
API Reference - Partition Table
|
||||
-------------------------------
|
||||
|
||||
.. include:: /_build/inc/esp_partition.inc
|
||||
.. include-build-file:: inc/esp_partition.inc
|
||||
|
||||
API Reference - Flash Encrypt
|
||||
-----------------------------
|
||||
|
||||
.. include:: /_build/inc/esp_flash_encrypt.inc
|
||||
.. include-build-file:: inc/esp_flash_encrypt.inc
|
||||
|
||||
|
||||
|
@@ -145,4 +145,4 @@ An example of using SPIFFS is provided in the :example:`storage/spiffs` director
|
||||
High-level API Reference
|
||||
------------------------
|
||||
|
||||
.. include:: /_build/inc/esp_spiffs.inc
|
||||
.. include-build-file:: inc/esp_spiffs.inc
|
||||
|
@@ -10,7 +10,7 @@ Application Example
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
.. include:: /_build/inc/esp_vfs.inc
|
||||
.. include-build-file:: inc/esp_vfs.inc
|
||||
|
||||
.. include:: /_build/inc/esp_vfs_dev.inc
|
||||
.. include-build-file:: inc/esp_vfs_dev.inc
|
||||
|
||||
|
@@ -30,5 +30,5 @@ Functions
|
||||
Mid level API Reference
|
||||
-----------------------
|
||||
|
||||
.. include:: /_build/inc/wear_levelling.inc
|
||||
.. include-build-file:: inc/wear_levelling.inc
|
||||
|
||||
|
Reference in New Issue
Block a user