Skip to content

Files

Latest commit

1e5c05b · Mar 17, 2025

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 17, 2025
Mar 17, 2025
Mar 17, 2025
Mar 12, 2025
Jul 24, 2023
Dec 3, 2020
Mar 17, 2025
Jun 28, 2023
Mar 12, 2025
Jan 20, 2025

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

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

If you need to compile html files in this repository, you can use:

build-docs -t esp32 -l zh_CN -bs html
build-docs -t esp32 -l en -bs html

Preview

To preview the compiled html files locally:

  • Start a local web page

    python3 -m http.server 8000 --directory _build/zh_CN/esp32/html 
    
  • Enter the URL: http://localhost:8000/ for online preview