]> granicus.if.org Git - esp-idf/commitdiff
Make search / include path one level deeper to prepare for moving documentation into...
authorkrzychb <krzychb@gazeta.pl>
Sat, 3 Feb 2018 21:12:13 +0000 (22:12 +0100)
committerkrzychb <krzychb@gazeta.pl>
Tue, 13 Mar 2018 20:57:08 +0000 (21:57 +0100)
.gitignore
README.md
docs/Doxyfile
docs/api-guides/ulp_macros.rst
docs/api-reference/storage/nvs_flash.rst
docs/api-reference/storage/spi_flash.rst
docs/api-reference/storage/vfs.rst
docs/api-reference/storage/wear-levelling.rst
docs/api-reference/system/log.rst
docs/contribute/index.rst

index 2b5352ff21b2b676b625969945b42e61cfc6c0af..ef3b5bdd030a1974f8ca4b8979a4d936fb27d6fb 100644 (file)
@@ -26,15 +26,14 @@ examples/**/sdkconfig
 examples/**/sdkconfig.old
 examples/**/build
 
-#Doc build artifacts
-docs/_build/
-docs/doxygen-warning-log.txt
-docs/sphinx-warning-log.txt
-docs/sphinx-warning-log-sanitized.txt
-docs/xml/
-docs/xml_in/
-docs/man/
-docs/doxygen_sqlite3.db
+# Doc build artifacts
+docs/*/_build/
+docs/*/doxygen-warning-log.txt
+docs/*/sphinx-warning-log.txt
+docs/*/sphinx-warning-log-sanitized.txt
+docs/*/xml/
+docs/*/xml_in/
+docs/*/man/
 
 # Unit test app files
 tools/unit-test-app/sdkconfig
index e2bf85ea9e6d7febf134139e6adb61d80e6094a8..df29f2221fe9910fa23fcac9210f4b080c52a16a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ The simplest way to use the partition table is to `make menuconfig` and choose o
 
 In both cases the factory app is flashed at offset 0x10000. If you `make partition_table` then it will print a summary of the partition table.
 
-For more details about partition tables and how to create custom variations, view the [`docs/api-guides/partition-tables.rst`](docs/api-guides/partition-tables.rst) file.
+For more details about partition tables and how to create custom variations, view the [`docs/en/api-guides/partition-tables.rst`](docs/en/api-guides/partition-tables.rst) file.
 
 ## Erasing Flash
 
index dbc405d23ed3e594043464b9085a975223b7fa3c..0eb59273777711c5053f0881dfad009c9031d5db 100644 (file)
@@ -24,146 +24,146 @@ INPUT = \
     ##
     ## Wi-Fi - API Reference
     ##
-    ../components/esp32/include/esp_wifi.h \
-    ../components/esp32/include/esp_wifi_types.h \
-    ../components/esp32/include/esp_smartconfig.h \
-    ../components/esp32/include/esp_now.h \
+    ../../components/esp32/include/esp_wifi.h \
+    ../../components/esp32/include/esp_wifi_types.h \
+    ../../components/esp32/include/esp_smartconfig.h \
+    ../../components/esp32/include/esp_now.h \
     ## Bluetooth - API Reference
     ## Controller && VHCI
-    ../components/bt/include/bt.h \
+    ../../components/bt/include/bt.h \
     ## Bluetooth COMMON
     ## Issue with __attribute__
-    ../components/bt/bluedroid/api/include/esp_bt_defs.h \
-    ../components/bt/bluedroid/api/include/esp_bt_main.h \
-    ../components/bt/bluedroid/api/include/esp_bt_device.h \
+    ../../components/bt/bluedroid/api/include/esp_bt_defs.h \
+    ../../components/bt/bluedroid/api/include/esp_bt_main.h \
+    ../../components/bt/bluedroid/api/include/esp_bt_device.h \
     ## Bluetooth LE
-    ../components/bt/bluedroid/api/include/esp_gap_ble_api.h \
+    ../../components/bt/bluedroid/api/include/esp_gap_ble_api.h \
     ## Issue with __attribute__
-    ../components/bt/bluedroid/api/include/esp_gatt_defs.h \
-    ../components/bt/bluedroid/api/include/esp_gatts_api.h \
-    ../components/bt/bluedroid/api/include/esp_gattc_api.h \
-    ../components/bt/bluedroid/api/include/esp_blufi_api.h \
+    ../../components/bt/bluedroid/api/include/esp_gatt_defs.h \
+    ../../components/bt/bluedroid/api/include/esp_gatts_api.h \
+    ../../components/bt/bluedroid/api/include/esp_gattc_api.h \
+    ../../components/bt/bluedroid/api/include/esp_blufi_api.h \
     ## Bluetooth Classic
-    ../components/bt/bluedroid/api/include/esp_gap_bt_api.h \
+    ../../components/bt/bluedroid/api/include/esp_gap_bt_api.h \
     ## Issue with __attribute__
-    ../components/bt/bluedroid/api/include/esp_a2dp_api.h \
-    ../components/bt/bluedroid/api/include/esp_avrc_api.h \
-    ../components/bt/bluedroid/api/include/esp_spp_api.h \
+    ../../components/bt/bluedroid/api/include/esp_a2dp_api.h \
+    ../../components/bt/bluedroid/api/include/esp_avrc_api.h \
+    ../../components/bt/bluedroid/api/include/esp_spp_api.h \
     ##
     ## Ethernet - API Reference
     ##
-    ../components/ethernet/include/esp_eth.h \
-    ../components/ethernet/include/eth_phy/phy.h \
-    ../components/ethernet/include/eth_phy/phy_tlk110.h \
-    ../components/ethernet/include/eth_phy/phy_lan8720.h \
+    ../../components/ethernet/include/esp_eth.h \
+    ../../components/ethernet/include/eth_phy/phy.h \
+    ../../components/ethernet/include/eth_phy/phy_tlk110.h \
+    ../../components/ethernet/include/eth_phy/phy_lan8720.h \
     ##
     ## Peripherals - API Reference
     ##
-    ../components/driver/include/driver/adc.h \
-    ../components/driver/include/driver/dac.h \
-    ../components/driver/include/driver/gpio.h \
-    ../components/driver/include/driver/rtc_io.h \
-    ../components/driver/include/driver/i2c.h \
-    ../components/driver/include/driver/i2s.h \
-    ../components/driver/include/driver/ledc.h \
-    ../components/driver/include/driver/mcpwm.h \
-    ../components/driver/include/driver/pcnt.h \
-    ../components/driver/include/driver/rmt.h \
-    ../components/driver/include/driver/sigmadelta.h \
-    ../components/driver/include/driver/spi_common.h \
-    ../components/driver/include/driver/spi_master.h \
-    ../components/driver/include/driver/spi_slave.h \
-    ../components/driver/include/driver/timer.h \
-    ../components/driver/include/driver/touch_pad.h \
-    ../components/driver/include/driver/uart.h \
-    ../components/esp_adc_cal/include/esp_adc_cal.h \
-    ../components/soc/esp32/include/soc/adc_channel.h \
-    ../components/soc/esp32/include/soc/dac_channel.h \
-    ../components/soc/esp32/include/soc/touch_channel.h \
-    ../components/soc/esp32/include/soc/uart_channel.h \
-    ../components/soc/esp32/include/soc/rtc_gpio_channel.h \
+    ../../components/driver/include/driver/adc.h \
+    ../../components/driver/include/driver/dac.h \
+    ../../components/driver/include/driver/gpio.h \
+    ../../components/driver/include/driver/rtc_io.h \
+    ../../components/driver/include/driver/i2c.h \
+    ../../components/driver/include/driver/i2s.h \
+    ../../components/driver/include/driver/ledc.h \
+    ../../components/driver/include/driver/mcpwm.h \
+    ../../components/driver/include/driver/pcnt.h \
+    ../../components/driver/include/driver/rmt.h \
+    ../../components/driver/include/driver/sigmadelta.h \
+    ../../components/driver/include/driver/spi_common.h \
+    ../../components/driver/include/driver/spi_master.h \
+    ../../components/driver/include/driver/spi_slave.h \
+    ../../components/driver/include/driver/timer.h \
+    ../../components/driver/include/driver/touch_pad.h \
+    ../../components/driver/include/driver/uart.h \
+    ../../components/esp_adc_cal/include/esp_adc_cal.h \
+    ../../components/soc/esp32/include/soc/adc_channel.h \
+    ../../components/soc/esp32/include/soc/dac_channel.h \
+    ../../components/soc/esp32/include/soc/touch_channel.h \
+    ../../components/soc/esp32/include/soc/uart_channel.h \
+    ../../components/soc/esp32/include/soc/rtc_gpio_channel.h \
     ##
     ## Protocols - API Reference
     ##
-    ../components/mdns/include/mdns.h \
+    ../../components/mdns/include/mdns.h \
     ##
     ## Storage - API Reference
     ##
     ## SPI Flash and Partition APIs
-    ../components/spi_flash/include/esp_spi_flash.h \
-    ../components/spi_flash/include/esp_partition.h \
-    ../components/bootloader_support/include/esp_flash_encrypt.h \
+    ../../components/spi_flash/include/esp_spi_flash.h \
+    ../../components/spi_flash/include/esp_partition.h \
+    ../../components/bootloader_support/include/esp_flash_encrypt.h \
     ## SPIFFS
-    ../components/spiffs/include/esp_spiffs.h \
+    ../../components/spiffs/include/esp_spiffs.h \
     ## SD/MMC Card Host
     ## NOTE: for three lines below header_file.inc is not used
-    ../components/sdmmc/include/sdmmc_cmd.h \
-    ../components/driver/include/driver/sdmmc_host.h \
-    ../components/driver/include/driver/sdmmc_types.h \
-    ../components/driver/include/driver/sdspi_host.h \
+    ../../components/sdmmc/include/sdmmc_cmd.h \
+    ../../components/driver/include/driver/sdmmc_host.h \
+    ../../components/driver/include/driver/sdmmc_types.h \
+    ../../components/driver/include/driver/sdspi_host.h \
     ## Non-Volatile Storage
-    ../components/nvs_flash/include/nvs.h \
-    ../components/nvs_flash/include/nvs_flash.h \
+    ../../components/nvs_flash/include/nvs.h \
+    ../../components/nvs_flash/include/nvs_flash.h \
     ## Virtual Filesystem
-    ../components/vfs/include/esp_vfs.h \
-    ../components/vfs/include/esp_vfs_dev.h \
+    ../../components/vfs/include/esp_vfs.h \
+    ../../components/vfs/include/esp_vfs_dev.h \
     ## FAT Filesystem
     ## NOTE: for two lines below header_file.inc is not used
-    ../components/fatfs/src/esp_vfs_fat.h \
-    ../components/fatfs/src/diskio.h \
+    ../../components/fatfs/src/esp_vfs_fat.h \
+    ../../components/fatfs/src/diskio.h \
     ## Wear Levelling
-    ../components/wear_levelling/include/wear_levelling.h \
+    ../../components/wear_levelling/include/wear_levelling.h \
     ##
     ## System - API Reference
     ##
     ## Memory Allocation    #
-    ../components/heap/include/esp_heap_caps.h \
-    ../components/heap/include/esp_heap_trace.h \
-    ../components/heap/include/esp_heap_caps_init.h \
-    ../components/heap/include/multi_heap.h \
+    ../../components/heap/include/esp_heap_caps.h \
+    ../../components/heap/include/esp_heap_trace.h \
+    ../../components/heap/include/esp_heap_caps_init.h \
+    ../../components/heap/include/multi_heap.h \
     ## Interrupt Allocation
-    ../components/esp32/include/esp_intr_alloc.h \
+    ../../components/esp32/include/esp_intr_alloc.h \
     ## Watchdogs
     ## NOTE: for two lines below header_file.inc is not used
-    ../components/esp32/include/esp_int_wdt.h \
-    ../components/esp32/include/esp_task_wdt.h \
+    ../../components/esp32/include/esp_int_wdt.h \
+    ../../components/esp32/include/esp_task_wdt.h \
     ## Hooks
-    ../components/esp32/include/esp_freertos_hooks.h \
+    ../../components/esp32/include/esp_freertos_hooks.h \
     ## Inter-Processor Call
-    ../components/esp32/include/esp_ipc.h \
+    ../../components/esp32/include/esp_ipc.h \
     ## Over The Air Updates (OTA)
-    ../components/app_update/include/esp_ota_ops.h \
+    ../../components/app_update/include/esp_ota_ops.h \
     ## Sleep
     ## NOTE: for line below header_file.inc is not used
-    ../components/esp32/include/esp_sleep.h \
+    ../../components/esp32/include/esp_sleep.h \
     ## Logging
-    ../components/log/include/esp_log.h \
+    ../../components/log/include/esp_log.h \
     ## Base MAC address
     ## NOTE: for line below header_file.inc is not used
-    ../components/esp32/include/esp_system.h \
+    ../../components/esp32/include/esp_system.h \
     ##
     ## ULP Coprocessor - API Guides
     ##
     ## NOTE: for line below header_file.inc is not used
-    ../components/ulp/include/esp32/ulp.h \
+    ../../components/ulp/include/esp32/ulp.h \
     ##
     ## Application Level Tracing - API Reference
     ##
-    ../components/app_trace/include/esp_app_trace.h \
+    ../../components/app_trace/include/esp_app_trace.h \
     ### Power management
-    ../components/esp32/include/esp_pm.h \
-    ../components/esp32/include/esp32/pm.h \
+    ../../components/esp32/include/esp_pm.h \
+    ../../components/esp32/include/esp32/pm.h \
     ### esp_timer, High Resolution Timer
-    ../components/esp32/include/esp_timer.h \
+    ../../components/esp32/include/esp_timer.h \
     ###
     ### FreeRTOS
     ###
-    ../components/freertos/include/freertos/task.h \
-    ../components/freertos/include/freertos/queue.h \
-    ../components/freertos/include/freertos/semphr.h \
-    ../components/freertos/include/freertos/timers.h \
-    ../components/freertos/include/freertos/event_groups.h \
-    ../components/freertos/include/freertos/ringbuf.h
+    ../../components/freertos/include/freertos/task.h \
+    ../../components/freertos/include/freertos/queue.h \
+    ../../components/freertos/include/freertos/semphr.h \
+    ../../components/freertos/include/freertos/timers.h \
+    ../../components/freertos/include/freertos/event_groups.h \
+    ../../components/freertos/include/freertos/ringbuf.h
 
 
 
index 0a0c5df69c98edcf7dfe10f9f5ed834ad6a2fe12..9859dcc92f221401b0687435941616dcd5d9cf8c 100644 (file)
@@ -1 +1 @@
-.. include:: ../../components/ulp/README.rst
\ No newline at end of file
+.. include:: ../../../components/ulp/README.rst
\ No newline at end of file
index 005b9b04f6b8484d6fc8693dd85fdc2574ec652e..184daff12aca05ab3eca1617468a2e20c14fb1cd 100644 (file)
@@ -1,4 +1,4 @@
-.. include:: ../../../components/nvs_flash/README.rst
+.. include:: ../../../../components/nvs_flash/README.rst
 
 Application Example
 -------------------
index 655e9a07d7cd1e5e532520ea55d85cd68ee64904..1dbb92bdd5f47fdb73e2484cdaad45cfbc8cc831 100644 (file)
@@ -1,4 +1,4 @@
-.. include:: ../../../components/spi_flash/README.rst
+.. include:: ../../../../components/spi_flash/README.rst
 
 See also
 --------
index c59177cde1db03006426aa02a6823e4851331006..78c94230faf06046ac8ca23e42ee9bac983a337c 100644 (file)
@@ -1,11 +1,11 @@
-.. include:: ../../../components/vfs/README.rst
+.. include:: ../../../../components/vfs/README.rst
 
 Application Example
 -------------------
 
 `Instructions`_
 
-.. _Instructions: ../template.html
+.. _Instructions: ../../template.html
 
 API Reference
 -------------
index a1306bcf7990747249a2d6b999f6f123b43f9ca8..ff40555386164dae62a2ee8ea1712ec3dc5c209b 100644 (file)
@@ -1,4 +1,4 @@
-.. include:: ../../../components/wear_levelling/README.rst\r
+.. include:: ../../../../components/wear_levelling/README.rst\r
 \r
 See also\r
 --------\r
index c9883693c5fb2d3b2dff66e9a76b16e884c78d39..bcfe0f542eaf56a754a0737bdbe555e45523eb19 100644 (file)
@@ -1,4 +1,4 @@
-.. include:: ../../../components/log/README.rst
+.. include:: ../../../../components/log/README.rst
 
 Application Example
 -------------------
index ac7b6bcf35e98139c791cb5c4b94f08849972d65..b1cd2f37dcbcc85358d9d37fd1984adef8e15944 100644 (file)
@@ -1 +1 @@
-.. include:: ../../CONTRIBUTING.rst
+.. include:: ../../../CONTRIBUTING.rst