Skip to content

Files

Latest commit

dea2470 · May 28, 2025

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 24, 2025
May 28, 2025
Apr 27, 2025
Mar 2, 2022
Sep 27, 2024
Apr 27, 2025
Sep 27, 2024
Feb 27, 2019
Jul 30, 2019
Sep 27, 2024
Mar 12, 2020
Nov 9, 2021
Nov 9, 2021
Dec 24, 2021
Apr 3, 2018
Sep 13, 2024
Jul 30, 2019
Aug 2, 2024
Sep 13, 2024
Nov 9, 2021
Feb 27, 2019

README.md

Documentation Source Folder

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:

Hosted Documentation

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.

Building Documentation

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.

For MSYS2 MINGW32 on Windows

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.