.
This commit is contained in:
28
source/conf.py
Normal file
28
source/conf.py
Normal file
@@ -0,0 +1,28 @@
|
||||
# Configuration file for the Sphinx documentation builder.
|
||||
#
|
||||
# For the full list of built-in configuration values, see the documentation:
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||
|
||||
project = 'ESP32-C3_ZEN'
|
||||
copyright = '2025, Alexander Bobkov'
|
||||
author = 'Alexander Bobkov'
|
||||
release = '5.0'
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
||||
extensions = []
|
||||
|
||||
templates_path = ['_templates']
|
||||
exclude_patterns = []
|
||||
|
||||
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||
|
||||
html_theme = 'alabaster'
|
||||
html_static_path = ['_static']
|
33
source/index.rst
Normal file
33
source/index.rst
Normal file
@@ -0,0 +1,33 @@
|
||||
.. ESP32-C3_ZEN documentation master file, created by
|
||||
sphinx-quickstart on Sun Jun 8 00:42:59 2025.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to ESP32-C3_ZEN's Discovery!
|
||||
========================================
|
||||
|
||||
**ESP32-C3_ZEN** is a comprehensive guide to the ESP32-C3 microcontroller, designed to help you understand its features, capabilities, and how to effectively use it in your projects.
|
||||
This documentation is structured to provide a clear and detailed overview of the ESP32-C3, including its architecture, programming, and practical applications.
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
introduction
|
||||
installation
|
||||
quick_start
|
||||
hardware_overview
|
||||
programming
|
||||
peripherals
|
||||
examples
|
||||
troubleshooting
|
||||
advanced_topics
|
||||
best_practices
|
||||
reference
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
Reference in New Issue
Block a user