This folder contains source files of ESP-ADF 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:
- English: https://docs.espressif.com/projects/esp-adf/en/latest/
- 中文: https://docs.espressif.com/projects/esp-adf/zh_CN/latest/
The above URLs are all for the master branch latest version. Click on the link in the bottom right corner to download the PDF version.
The documentation is built using the python package esp-docs
, which can be installed by running:
pip install esp-docs
For a summary of available options, run:
build-docs --help
For more information, see ESP-Docs User Guide.
If using Windows and the MSYS2 MINGW32 terminal, run this command before running "make html" the first time:
pacman -S doxygen mingw-w64-i686-python2-pillow
Note: Currently it is not possible to build docs on Windows without using a Unix-on-Windows layer such as MSYS2 MINGW32.