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
+10 -10
View File
@@ -2,17 +2,17 @@ Storage API
***********
.. toctree::
:maxdepth: 1
:maxdepth: 1
SPI Flash and Partition APIs <spi_flash>
SD/SDIO/MMC Driver <sdmmc>
Non-Volatile Storage <nvs_flash>
NVS Partition Generation Utility <nvs_partition_gen.rst>
Virtual Filesystem <vfs>
FAT Filesystem <fatfs>
Wear Levelling <wear-levelling>
SPIFFS Filesystem <spiffs>
Mass Manufacturing Utility <mass_mfg.rst>
FAT Filesystem <fatfs>
Mass Manufacturing Utility <mass_mfg.rst>
Non-Volatile Storage <nvs_flash>
NVS Partition Generation Utility <nvs_partition_gen.rst>
SD/SDIO/MMC Driver <sdmmc>
SPI Flash and Partition APIs <spi_flash>
SPIFFS Filesystem <spiffs>
Virtual Filesystem <vfs>
Wear Levelling <wear-levelling>
Code examples for this API section are provided in the :example:`storage` directory of ESP-IDF examples.