Updated relative paths to included documents

This commit is contained in:
Krzysztof Budzynski 2017-01-16 23:08:35 +01:00
parent 469d390d46
commit 47a0b88f6e
5 changed files with 13 additions and 13 deletions

View file

@ -1,11 +1,11 @@
.. include:: ../../components/nvs_flash/README.rst .. include:: ../../../components/nvs_flash/README.rst
Application Example Application Example
------------------- -------------------
Two examples are provided in ESP-IDF examples directory: Two examples are provided in ESP-IDF examples directory:
`07_nvs_rw_value <https://github.com/espressif/esp-idf/blob/master/examples/07_nvs_rw_value/main/nvs_rw_value.c>`_ `storage/nvs_rw_value <https://github.com/espressif/esp-idf/blob/master/examples/storage/nvs_rw_value/main/nvs_rw_value.c>`_
Demonstrates how to read and write a single integer value using NVS. Demonstrates how to read and write a single integer value using NVS.
@ -13,7 +13,7 @@ Two examples are provided in ESP-IDF examples directory:
Example also shows how to check if read / write operation was successful, or certain value is not initialized in NVS. Diagnostic is provided in plain text to help track program flow and capture any issues on the way. Example also shows how to check if read / write operation was successful, or certain value is not initialized in NVS. Diagnostic is provided in plain text to help track program flow and capture any issues on the way.
`08_nvs_rw_blob <https://github.com/espressif/esp-idf/blob/master/examples/08_nvs_rw_blob/main/nvs_rw_blob.c>`_ `storage/nvs_rw_blob <https://github.com/espressif/esp-idf/blob/master/examples/storage/nvs_rw_blob/main/nvs_rw_blob.c>`_
Demonstrates how to read and write a single integer value and a blob (binary large object) using NVS to preserve them between ESP32 module restarts. Demonstrates how to read and write a single integer value and a blob (binary large object) using NVS to preserve them between ESP32 module restarts.

View file

@ -1,11 +1,11 @@
.. include:: ../../components/spi_flash/README.rst .. include:: ../../../components/spi_flash/README.rst
Application Example Application Example
------------------- -------------------
`Instructions`_ `Instructions`_
.. _Instructions: template.html .. _Instructions: ../template.html
API Reference API Reference
------------- -------------

View file

@ -1,9 +1,11 @@
.. include:: ../../components/vfs/README.rst .. include:: ../../../components/vfs/README.rst
Application Example Application Example
------------------- -------------------
`Instructions <http://esp-idf.readthedocs.io/en/latest/api/template.html>`_ `Instructions`_
.. _Instructions: ../template.html
API Reference API Reference
------------- -------------

View file

@ -1,17 +1,15 @@
.. include:: ../../components/log/README.rst .. include:: ../../../components/log/README.rst
Application Example Application Example
------------------- -------------------
`Instructions`_ `Instructions`_
.. _Instructions: ../template.html
API Reference API Reference
------------- -------------
`Instructions`_
.. _Instructions: template.html
Header Files Header Files
^^^^^^^^^^^^ ^^^^^^^^^^^^

View file

@ -1 +1 @@
.. include:: ../../components/ulp/README.rst .. include:: ../components/ulp/README.rst