Review log.rst and index.rst files in api-reference/system

This commit is contained in:
Kirill Chalov
2019-04-11 15:33:38 +08:00
committed by Krzysztof Budzynski
parent 70eda3d221
commit a01ec59f74
3 changed files with 27 additions and 18 deletions

View File

@@ -26,4 +26,4 @@ System API
Miscellaneous System APIs <system>
Example code for this API section is provided in :example:`system` directory of ESP-IDF examples.
Code examples for this API section are provided in the :example:`system` directory of ESP-IDF examples.

View File

@@ -3,11 +3,11 @@
Application Example
-------------------
Log library is commonly used by most of esp-idf components and examples. For demonstration of log functionality check :idf:`examples` folder of `espressif/esp-idf <https://github.com/espressif/esp-idf>`_ repository, that among others, contains the following examples:
The logging library is commonly used by most esp-idf components and examples. For demonstration of log functionality, check ESP-IDF's :idf:`examples` directory. The most revelant examples that deal with logging are the following:
* :example:`system/ota`
* :example:`storage/sd_card`
* :example:`protocols/https_request`
* :example:`system/ota`
* :example:`storage/sd_card`
* :example:`protocols/https_request`
API Reference
-------------