• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

_static/11-Mar-2024-5,2845,010

doxygen/11-Mar-2024-341323

en/11-Mar-2024-57,76938,748

zh_CN/11-Mar-2024-31,76121,396

README.mdD11-Mar-20241 KiB1910

TEMPLATE_EXAMPLE_README.mdD11-Mar-20242.4 KiB6335

check_lang_folder_sync.shD11-Mar-20241.1 KiB3716

conf_common.pyD11-Mar-20247.8 KiB182126

doxygen-known-warnings.txtD11-Mar-2024161 21

generate_chart.pyD11-Mar-20249.7 KiB217159

page_redirects.txtD11-Mar-20245.7 KiB8576

requirements.txtD11-Mar-202416 21

sphinx-known-warnings.txtD11-Mar-20244.4 KiB8277

README.md

1# Documentation Source Folder
2
3This folder contains source files of **ESP-IDF documentation** available in [English](https://docs.espressif.com/projects/esp-idf/en/latest/) and [中文](https://docs.espressif.com/projects/esp-idf/zh_CN/latest/).
4
5The sources do not render well in GitHub and some information is not visible at all.
6
7Use actual documentation generated within about 20 minutes on each commit:
8
9# Hosted Documentation
10
11* English: https://docs.espressif.com/projects/esp-idf/en/latest/
12* 中文: https://docs.espressif.com/projects/esp-idf/zh_CN/latest/
13
14The 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.
15
16# Building Documentation
17
18The 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
19