mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Docs: Added BLE English version of BLE Get Started See merge request espressif/esp-idf!34013 (cherry picked from commit 35fd0412888e5b891ff06b55f4f2088239326a3c) 42601a7a docs(ble): Added ENG version of ble-introduction.rst 615282c4 docs(ble): Added ENG version of ble-device-discovery.rst 645e68f5 docs(ble): Added initial ENG version of ble-device-discovery.rst d2d95a52 docs(ble): Added ENG version of ble-data-exchange.rst 00ca4dc7 docs(ble):Updated Details table in ble-device-discovery.rst 8e03c200 fix(ble): Removed trailing white space, and fixed some format issues 5b304485 docs(ble):Fixed a indentation in ble-data-exchange.rst b4c51e7b docs(ble): Deleted some chinese character in ble-data-exchange.rst ENG version d01d7efe docs(ble):Revised some expression in ENG version of BLE Get Started a24762c5 docs(ble): Removed a trailing whitespace in ble-introduction.rst afbe5a1f Apply 44 suggestion(s) to 4 file(s) 4ddab725 docs(ble): Fixed a description in ble-introduction.rst 203dfa03 Apply 5 suggestion(s) to 3 file(s) Co-authored-by: Island <island@espressif.com>
Documentation Source Folder
This folder contains source files of ESP-IDF documentation available in English and 中文.
The sources do not render well in GitHub and some information is not visible at all.
Use actual documentation generated within about 20 minutes on each commit:
Hosted Documentation
- English: https://docs.espressif.com/projects/esp-idf/en/latest/
- 中文: https://docs.espressif.com/projects/esp-idf/zh_CN/latest/
The above URLs are all for the master branch latest version. Click the drop-down in the bottom left to choose a stable version or to download a PDF.
Building Documentation
The documentation is built using the python package esp-docs
, which can be installed by running pip install esp-docs
. Running build-docs --help
will give a summary of available options. For more information see the esp-docs
documentation at https://github.com/espressif/esp-docs/blob/master/README.md