This commit is contained in:
2025-06-30 23:29:15 -04:00
parent 08d5386acd
commit 8daa24b808
45 changed files with 167 additions and 2 deletions

Binary file not shown.

View File

@@ -15,3 +15,4 @@ documentation for details.
:maxdepth: 2
intro
progress

View File

@@ -0,0 +1,7 @@
WORK-IN-PROGRESS WALK THROUGH
=============================
Finished Product
----------------
.. image: ESP-IDF_Robot.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@@ -65,6 +65,7 @@
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a></li>
<li class="toctree-l1"><a class="reference internal" href="progress.html">WORK-IN-PROGRESS WALK THROUGH</a></li>
</ul>
<div class="relations">

View File

@@ -40,6 +40,10 @@ documentation for details.</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a></li>
<li class="toctree-l1"><a class="reference internal" href="progress.html">WORK-IN-PROGRESS WALK THROUGH</a><ul>
<li class="toctree-l2"><a class="reference internal" href="progress.html#finished-product">Finished Product</a></li>
</ul>
</li>
</ul>
</div>
</section>
@@ -72,6 +76,7 @@ documentation for details.</p>
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a></li>
<li class="toctree-l1"><a class="reference internal" href="progress.html">WORK-IN-PROGRESS WALK THROUGH</a></li>
</ul>
<div class="relations">

View File

@@ -0,0 +1,112 @@
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>WORK-IN-PROGRESS WALK THROUGH &#8212; ByteRider 06-2025 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=5ecbeea2" />
<link rel="stylesheet" type="text/css" href="_static/basic.css?v=b08954a9" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=27fed22d" />
<script src="_static/documentation_options.js?v=e6ef2064"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="prev" title="INTRODUCTION" href="intro.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
</head><body>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="work-in-progress-walk-through">
<h1>WORK-IN-PROGRESS WALK THROUGH<a class="headerlink" href="#work-in-progress-walk-through" title="Link to this heading"></a></h1>
<section id="finished-product">
<h2>Finished Product<a class="headerlink" href="#finished-product" title="Link to this heading"></a></h2>
</section>
</section>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">ByteRider</a></h1>
<search id="searchbox" style="display: none" role="search">
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search"/>
<input type="submit" value="Go" />
</form>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">WORK-IN-PROGRESS WALK THROUGH</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#finished-product">Finished Product</a></li>
</ul>
</li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="intro.html" title="previous chapter">INTRODUCTION</a></li>
</ul></li>
</ul>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&#169;2025, Alexander B.
|
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 8.2.3</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 1.0.0</a>
|
<a href="_sources/progress.rst.txt"
rel="nofollow">Page source</a>
</div>
</body>
</html>

View File

@@ -83,6 +83,7 @@
<h3>Navigation</h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a></li>
<li class="toctree-l1"><a class="reference internal" href="progress.html">WORK-IN-PROGRESS WALK THROUGH</a></li>
</ul>
<div class="relations">

View File

@@ -1 +1 @@
Search.setIndex({"alltitles":{"ByteRider documentation":[[0,null]],"INTRODUCTION":[[1,null]]},"docnames":["index","intro"],"envversion":{"sphinx":65,"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},"filenames":["index.rst","intro.rst"],"indexentries":{},"objects":{},"objnames":{},"objtypes":{},"terms":{"add":0,"content":0,"detail":0,"introduct":0,"restructuredtext":0,"see":0,"syntax":0,"us":0,"your":0},"titles":["ByteRider documentation","INTRODUCTION"],"titleterms":{"byterid":0,"document":0,"introduct":1}})
Search.setIndex({"alltitles":{"ByteRider documentation":[[0,null]],"Finished Product":[[2,"finished-product"]],"INTRODUCTION":[[1,null]],"WORK-IN-PROGRESS WALK THROUGH":[[2,null]]},"docnames":["index","intro","progress"],"envversion":{"sphinx":65,"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},"filenames":["index.rst","intro.rst","progress.rst"],"indexentries":{},"objects":{},"objnames":{},"objtypes":{},"terms":{"IN":0,"add":0,"content":0,"detail":0,"finish":0,"introduct":0,"product":0,"progress":0,"restructuredtext":0,"see":0,"syntax":0,"through":0,"us":0,"walk":0,"work":0,"your":0},"titles":["ByteRider documentation","INTRODUCTION","WORK-IN-PROGRESS WALK THROUGH"],"titleterms":{"IN":2,"byterid":0,"document":0,"finish":2,"introduct":1,"product":2,"progress":2,"through":2,"walk":2,"work":2}})

View File

@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 229293b74a96e2bbee7143ed9241f024
config: 3e0614f5df79597e7fca76e12ddce087
tags: 62a1e7829a13fc7881b6498c52484ec0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@@ -65,6 +65,18 @@
INTRODUCTION
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="#work-in-progress-walk-through">
WORK-IN-PROGRESS WALK THROUGH
</a>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="#finished-product">
Finished Product
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
@@ -105,6 +117,24 @@
</h2>
<img alt="_images/ESP32C3_Breadboard-Adapter.png" src="_images/ESP32C3_Breadboard-Adapter.png"/>
</section>
<span id="document-progress">
</span>
<section id="work-in-progress-walk-through">
<h2>
WORK-IN-PROGRESS WALK THROUGH
<a class="headerlink" href="#work-in-progress-walk-through" title="Link to this heading">
&para;
</a>
</h2>
<section id="finished-product">
<h3>
Finished Product
<a class="headerlink" href="#finished-product" title="Link to this heading">
&para;
</a>
</h3>
</section>
</section>
</div>
</section>
<div class="clearer">

View File

@@ -15,3 +15,4 @@ documentation for details.
:maxdepth: 2
intro
progress

View File

@@ -0,0 +1,7 @@
WORK-IN-PROGRESS WALK THROUGH
=============================
Finished Product
----------------
.. image: ESP-IDF_Robot.jpg