|
|
před 4 roky | |
|---|---|---|
| .. | ||
| _static | před 4 roky | |
| en | před 4 roky | |
| latex_templates | před 4 roky | |
| zh_CN | před 4 roky | |
| Doxyfile | před 4 roky | |
| README.md | před 5 roky | |
| TEMPLATE_EXAMPLE_README.md | před 7 roky | |
| check_doc_warnings.sh | před 6 roky | |
| check_lang_folder_sync.sh | před 7 roky | |
| conf_common.py | před 4 roky | |
| docs_common.mk | před 6 roky | |
| gen-dxd.py | před 7 roky | |
| gen-toolchain-links.py | před 5 roky | |
| gen-version-specific-includes.py | před 4 roky | |
| get_github_rev.py | před 4 roky | |
| html_redirects.py | před 7 roky | |
| issue_template.md | před 5 roky | |
| latex_builder.py | před 4 roky | |
| link-roles.py | před 4 roky | |
| local_util.py | před 7 roky | |
| requirements.txt | před 4 roky | |
| sanitize_version.py | před 4 roky | |
| sphinx-known-warnings.txt | před 6 roky | |
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:
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.
make and doxygen for your platform (make may already be installed as an ESP-IDF prerequisite).make htmlmake will probably prompt you to run a python pip install step to get some other Python-related prerequisites. Run the command as shown, then re-run make html to build the docs.If using Windows and the MSYS2 MINGW32 terminal, run this command before running "make html" the first time:
pacman -S doxygen mingw-w64-i686-python-pillow
Note: Currently it is not possible to build docs on Windows without using a Unix-on-Windows layer such as MSYS2 MINGW32.