.
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -12,9 +12,9 @@ This documentation is structured to provide a clear and detailed overview of the
|
||||
.. note::
|
||||
This project is under development.
|
||||
|
||||
.. code:: console
|
||||
.. code-block:: console
|
||||
$ esp flush
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
@@ -1 +1 @@
|
||||
Search.setIndex({"docnames": ["index"], "filenames": ["index.rst"], "titles": ["Welcome to ESP32-C3_ZEN\u2019s Discovery!"], "terms": {"index": 0, "modul": 0, "search": 0, "page": 0, "i": 0, "comprehens": 0, "guid": 0, "c3": 0, "microcontrol": 0, "design": 0, "help": 0, "you": 0, "understand": 0, "its": 0, "featur": 0, "capabl": 0, "how": 0, "effect": 0, "us": 0, "your": 0, "project": 0, "thi": 0, "document": 0, "structur": 0, "provid": 0, "clear": 0, "detail": 0, "overview": 0, "includ": 0, "architectur": 0, "program": 0, "practic": 0, "applic": 0, "toctre": [], "maxdepth": [], "2": [], "caption": [], "content": [], "introduct": [], "instal": [], "quick_start": [], "hardware_overview": [], "peripher": [], "exampl": [], "troubleshoot": [], "advanced_top": [], "best_practic": [], "refer": [], "note": [], "under": 0, "develop": 0}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"welcom": 0, "esp32": 0, "c3_zen": 0, "": 0, "document": [], "indic": 0, "tabl": 0, "discoveri": 0}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 60}, "alltitles": {"Welcome to ESP32-C3_ZEN\u2019s Discovery!": [[0, "welcome-to-esp32-c3-zen-s-discovery"]], "Indices and tables": [[0, "indices-and-tables"]]}, "indexentries": {}})
|
||||
Search.setIndex({"docnames": ["index"], "filenames": ["index.rst"], "titles": ["Welcome to ESP32-C3_ZEN\u2019s Discovery!"], "terms": {"i": 0, "comprehens": 0, "guid": 0, "c3": 0, "microcontrol": 0, "design": 0, "help": 0, "you": 0, "understand": 0, "its": 0, "featur": 0, "capabl": 0, "how": 0, "effect": 0, "us": 0, "your": 0, "project": 0, "thi": 0, "document": 0, "structur": 0, "provid": 0, "clear": 0, "detail": 0, "overview": 0, "includ": 0, "architectur": 0, "program": 0, "practic": 0, "applic": 0, "under": 0, "develop": 0, "index": 0, "modul": 0, "search": 0, "page": 0}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"welcom": 0, "esp32": 0, "c3_zen": 0, "": 0, "discoveri": 0, "indic": 0, "tabl": 0}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.viewcode": 1, "sphinx": 60}, "alltitles": {"Welcome to ESP32-C3_ZEN\u2019s Discovery!": [[0, "welcome-to-esp32-c3-zen-s-discovery"]], "Indices and tables": [[0, "indices-and-tables"]]}, "indexentries": {}})
|
@@ -14,7 +14,10 @@ release = '5.0'
|
||||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
||||
extensions = []
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.viewcode',
|
||||
]
|
||||
|
||||
templates_path = ['_templates']
|
||||
exclude_patterns = []
|
||||
|
@@ -12,9 +12,9 @@ This documentation is structured to provide a clear and detailed overview of the
|
||||
.. note::
|
||||
This project is under development.
|
||||
|
||||
.. code:: console
|
||||
.. code-block:: console
|
||||
$ esp flush
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
Reference in New Issue
Block a user