Angus Gratton a9854f7085 Merge branch 'feature/rmt_clock_support_ref_tick' into 'master' %!s(int64=6) %!d(string=hai) anos
..
_static 2178e3fba4 docs: Update getting started guide for ESP32-S2 target %!s(int64=6) %!d(string=hai) anos
en a9854f7085 Merge branch 'feature/rmt_clock_support_ref_tick' into 'master' %!s(int64=6) %!d(string=hai) anos
extensions 63b76a9d90 doc: custom list filter directive %!s(int64=6) %!d(string=hai) anos
idf_extensions dfc95bc78b docs: multi target include dir support %!s(int64=6) %!d(string=hai) anos
zh_CN a9854f7085 Merge branch 'feature/rmt_clock_support_ref_tick' into 'master' %!s(int64=6) %!d(string=hai) anos
Doxyfile 947e3e94ed Add ESP certificate bundle feature %!s(int64=6) %!d(string=hai) anos
README.md 291735c7dd docs: Move to Python 3.5+ and Sphinx 2.3 %!s(int64=6) %!d(string=hai) anos
TEMPLATE_EXAMPLE_README.md de682a13b1 examples: Update system examples README %!s(int64=6) %!d(string=hai) anos
build_docs.py ef7b5ff9e4 bugfix/build_docs_add_warning_check: Added null value check for warnings %!s(int64=6) %!d(string=hai) anos
check_lang_folder_sync.sh 621076f329 Introduced a CI check if folders with localized documentation are in sync, i.e. if they contain the same list of files %!s(int64=8) %!d(string=hai) anos
conf_common.py f96c374254 Merge branch 'doc/multi_target_list' into 'master' %!s(int64=6) %!d(string=hai) anos
doxygen-known-warnings.txt 11fac8637a docs: Resolve doxygen & Sphinx warnings %!s(int64=6) %!d(string=hai) anos
page_redirects.txt 073ba0a608 feat/secure_boot_v2: Adding docs for secure boot v2 ESP32-ECO3 %!s(int64=6) %!d(string=hai) anos
requirements.txt 291735c7dd docs: Move to Python 3.5+ and Sphinx 2.3 %!s(int64=6) %!d(string=hai) anos
sphinx-known-warnings.txt 11fac8637a docs: Resolve doxygen & Sphinx warnings %!s(int64=6) %!d(string=hai) anos

README.md

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

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

  • Documentation build requres Python 3 and will not work with Python 2
  • Install dependencies for ESP-IDF as per the Getting Started guide
  • Install documentation Python depdendencies, ie pip install -r $IDF_PATH/docs/requirements.txt
  • Run ./build_docs.py build to build docs for all supported Language & Target combinations, or ./build_docs.py -t esp32 -l en build to build docs for a single supported language & target combination only.

See Documenting Code for more information.

Available languages are en and zh_CN, targets are any target supported by ESP-IDF - for example esp32 or esp32s2.