diff --git a/build/doctrees/environment.pickle b/build/doctrees/environment.pickle index 5f215f7..4f0fe8d 100644 Binary files a/build/doctrees/environment.pickle and b/build/doctrees/environment.pickle differ diff --git a/build/doctrees/index.doctree b/build/doctrees/index.doctree index 7458a78..9a9cd88 100644 Binary files a/build/doctrees/index.doctree and b/build/doctrees/index.doctree differ diff --git a/build/html/_sources/index.rst.txt b/build/html/_sources/index.rst.txt index 5bf4e3d..e49a4ef 100644 --- a/build/html/_sources/index.rst.txt +++ b/build/html/_sources/index.rst.txt @@ -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: diff --git a/build/html/searchindex.js b/build/html/searchindex.js index 5336c3e..499e13e 100644 --- a/build/html/searchindex.js +++ b/build/html/searchindex.js @@ -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": {}}) \ No newline at end of file +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": {}}) \ No newline at end of file diff --git a/source/conf.py b/source/conf.py index fec0322..1bc87db 100644 --- a/source/conf.py +++ b/source/conf.py @@ -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 = [] diff --git a/source/index.rst b/source/index.rst index 5bf4e3d..e49a4ef 100644 --- a/source/index.rst +++ b/source/index.rst @@ -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: