EngrRezCab / esp-faq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP-FAQ Framework

Documentation Status

ESP-FAQ is a summary document for common problems launched by Espressif.

Hosted Documentation

ESP-FAQ Document framework

language support

  • The document framework supports reStructuredText and Markdown lightweight markup languages.

Document structure

docs
├── _static
│   ├── espressif-logo.svg       # Web logo
│   └── theme_overrides.css      # Web Style Sheet
├── zh_CN
│   ├── _static                  # Inline resources
│   ├── instruction              # Instruction
│   ├── commercial-faq           # Commercial faq
│   ├── development-environment  # Development environment
│   ├── application-solution     # Application solution
│   ├── hardware-related         # Hardware related
│   ├── software-framework       # Software framework
│   ├── test-verification        # Test verification
│   ├── config.py                # Sphinx config
│   ├── Makefile                 # Compile file
│   └── index.rst                # Home
└── en
    ├── _static                  # Inline resources
    ├── instruction              # Instruction
    ├── commercial-faq           # Commercial faq
    ├── development-environment  # Development environment
    ├── application-solution     # Application solution
    ├── hardware-related         # Hardware related
    ├── software-framework       # Software framework
    ├── test-verification        # Test verification
    ├── config.py                # Sphinx config
    ├── Makefile                 # Compile file
    └── index.rst                # Home

Resources

About

License:Apache License 2.0


Languages

Language:Python 88.7%Language:Shell 11.3%