This commit is contained in:
2025-06-08 00:52:54 -04:00
parent e2d2e71842
commit 9822b3fa8d
26 changed files with 3276 additions and 0 deletions

28
source/conf.py Normal file
View 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
View 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`