descriptions

This commit is contained in:
2025-07-01 01:10:54 -04:00
parent 72ef97f0bb
commit 3acd9af9ec
21 changed files with 138 additions and 167 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

View File

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

View File

@@ -0,0 +1,4 @@
HOW DOES IT WORK?
=================
.. image:: _static/ESP-IDF_Robot_schematic.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

View File

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

View File

@@ -40,6 +40,7 @@ documentation for details.</p>
<div class="toctree-wrapper compound"> <div class="toctree-wrapper compound">
<ul> <ul>
<li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a></li> <li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview.html">HOW DOES IT WORK?</a></li>
<li class="toctree-l1"><a class="reference internal" href="progress.html">WORK-IN-PROGRESS WALK THROUGH</a><ul> <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-work">Finished Work</a></li> <li class="toctree-l2"><a class="reference internal" href="progress.html#finished-work">Finished Work</a></li>
<li class="toctree-l2"><a class="reference internal" href="progress.html#chassis">Chassis</a></li> <li class="toctree-l2"><a class="reference internal" href="progress.html#chassis">Chassis</a></li>
@@ -79,6 +80,7 @@ documentation for details.</p>
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3> <script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
<ul> <ul>
<li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a></li> <li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview.html">HOW DOES IT WORK?</a></li>
<li class="toctree-l1"><a class="reference internal" href="progress.html">WORK-IN-PROGRESS WALK THROUGH</a></li> <li class="toctree-l1"><a class="reference internal" href="progress.html">WORK-IN-PROGRESS WALK THROUGH</a></li>
</ul> </ul>

View File

@@ -0,0 +1,110 @@
<!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>HOW DOES IT WORK? &#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="next" title="WORK-IN-PROGRESS WALK THROUGH" href="progress.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="how-does-it-work">
<h1>HOW DOES IT WORK?<a class="headerlink" href="#how-does-it-work" title="Link to this heading"></a></h1>
<img alt="_images/ESP-IDF_Robot_schematic.png" src="_images/ESP-IDF_Robot_schematic.png" />
</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="#">HOW DOES IT WORK?</a></li>
<li class="toctree-l1"><a class="reference internal" href="progress.html">WORK-IN-PROGRESS WALK THROUGH</a></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>
<li>Next: <a href="progress.html" title="next chapter">WORK-IN-PROGRESS WALK THROUGH</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/overview.rst.txt"
rel="nofollow">Page source</a>
</div>
</body>
</html>

View File

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

View File

@@ -1 +1 @@
Search.setIndex({"alltitles":{"ByteRider documentation":[[0,null]],"Chassis":[[2,"chassis"]],"Finished Work":[[2,"finished-work"]],"INTRODUCTION":[[1,null]],"Motor Wires Harness":[[2,"motor-wires-harness"]],"WORK-IN-PROGRESS WALK THROUGH":[[2,null]],"Wiring":[[2,"wiring"]]},"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,"chassi":0,"complet":2,"content":0,"control":2,"dc":2,"detail":0,"finish":0,"har":0,"harn":2,"insid":2,"instal":2,"introduct":0,"motor":0,"onli":2,"progress":0,"restructuredtext":0,"secur":2,"see":0,"syntax":0,"through":0,"us":0,"walk":0,"wire":0,"work":0,"your":0},"titles":["ByteRider documentation","INTRODUCTION","WORK-IN-PROGRESS WALK THROUGH"],"titleterms":{"IN":2,"byterid":0,"chassi":2,"document":0,"finish":2,"har":2,"introduct":1,"motor":2,"progress":2,"through":2,"walk":2,"wire":2,"work":2}}) Search.setIndex({"alltitles":{"ByteRider documentation":[[0,null]],"Chassis":[[3,"chassis"]],"Finished Work":[[3,"finished-work"]],"HOW DOES IT WORK?":[[2,null]],"INTRODUCTION":[[1,null]],"Motor Wires Harness":[[3,"motor-wires-harness"]],"WORK-IN-PROGRESS WALK THROUGH":[[3,null]],"Wiring":[[3,"wiring"]]},"docnames":["index","intro","overview","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","overview.rst","progress.rst"],"indexentries":{},"objects":{},"objnames":{},"objtypes":{},"terms":{"IN":0,"IT":0,"add":0,"chassi":0,"complet":3,"content":0,"control":3,"dc":3,"detail":0,"doe":0,"finish":0,"har":0,"harn":3,"how":0,"insid":3,"instal":3,"introduct":0,"motor":0,"onli":3,"progress":0,"restructuredtext":0,"secur":3,"see":0,"syntax":0,"through":0,"us":0,"walk":0,"wire":0,"work":0,"your":0},"titles":["ByteRider documentation","INTRODUCTION","HOW DOES IT WORK?","WORK-IN-PROGRESS WALK THROUGH"],"titleterms":{"IN":3,"IT":2,"byterid":0,"chassi":3,"document":0,"doe":2,"finish":3,"har":3,"how":2,"introduct":1,"motor":3,"progress":3,"through":3,"walk":3,"wire":3,"work":[2,3]}})

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

View File

@@ -1,33 +0,0 @@
\relax
\providecommand\babel@aux[2]{}
\@nameuse{bbl@beforestart}
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
\babel@aux{english}{}
\newlabel{index::doc}{{}{1}{}{section*.2}{}}
\@writefile{toc}{\contentsline {chapter}{\numberline {1}INTRODUCTION}{3}{chapter.1}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{intro:introduction}{{1}{3}{INTRODUCTION}{chapter.1}{}}
\newlabel{intro::doc}{{1}{3}{INTRODUCTION}{chapter.1}{}}
\@writefile{toc}{\contentsline {chapter}{\numberline {2}WORK\sphinxhyphen {}IN\sphinxhyphen {}PROGRESS WALK THROUGH}{5}{chapter.2}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{progress:work-in-progress-walk-through}{{2}{5}{WORK\sphinxhyphen {}IN\sphinxhyphen {}PROGRESS WALK THROUGH}{chapter.2}{}}
\newlabel{progress::doc}{{2}{5}{WORK\sphinxhyphen {}IN\sphinxhyphen {}PROGRESS WALK THROUGH}{chapter.2}{}}
\@writefile{toc}{\contentsline {section}{\numberline {2.1}Finished Work}{5}{section.2.1}\protected@file@percent }
\newlabel{progress:finished-work}{{2.1}{5}{Finished Work}{section.2.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {2.2}Chassis}{5}{section.2.2}\protected@file@percent }
\newlabel{progress:chassis}{{2.2}{5}{Chassis}{section.2.2}{}}
\@writefile{toc}{\contentsline {section}{\numberline {2.3}Wiring}{5}{section.2.3}\protected@file@percent }
\newlabel{progress:wiring}{{2.3}{5}{Wiring}{section.2.3}{}}
\@writefile{toc}{\contentsline {section}{\numberline {2.4}Motor Wires Harness}{5}{section.2.4}\protected@file@percent }
\newlabel{progress:motor-wires-harness}{{2.4}{5}{Motor Wires Harness}{section.2.4}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Completed chassis with only DC motor controllers installed.}}{6}{figure.2.1}\protected@file@percent }
\newlabel{progress:id1}{{1}{6}{Completed chassis with only DC motor controllers installed}{figure.2.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Completed wiring.}}{6}{figure.2.2}\protected@file@percent }
\newlabel{progress:id2}{{2}{6}{Completed wiring}{figure.2.2}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces DC Motors wires secured inside harnes.}}{7}{figure.2.3}\protected@file@percent }
\newlabel{progress:id3}{{3}{7}{DC Motors wires secured inside harnes}{figure.2.3}{}}
\gdef \@abspage@last{11}

View File

@@ -322,50 +322,12 @@ INPUT /usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd
INPUT /usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd INPUT /usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd
INPUT /usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd INPUT /usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd
INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/txfonts/t1xtt.tfm INPUT /usr/share/texlive/texmf-dist/fonts/tfm/public/txfonts/t1xtt.tfm
INPUT ./ESP-IDF_Robot.jpg INPUT ./ESP-IDF_Robot_schematic.png
INPUT ./ESP-IDF_Robot.jpg INPUT ./ESP-IDF_Robot_schematic.png
INPUT ./ESP-IDF_Robot.jpg INPUT ./ESP-IDF_Robot_schematic.png
INPUT ./ESP-IDF_Robot.jpg INPUT ./ESP-IDF_Robot_schematic.png
INPUT ./ESP-IDF_Robot.jpg INPUT ./ESP-IDF_Robot_schematic.png
INPUT ./ESP-IDF_Robot.jpg INPUT ./ESP-IDF_Robot_schematic.png
INPUT ./ESP-IDF_Robot.jpg INPUT ./ESP-IDF_Robot_schematic.png
INPUT ./ESP-IDF_Robot.jpg INPUT ./ESP-IDF_Robot_schematic.png
INPUT ./ESP-IDF_Robot.jpg INPUT ./ESP-IDF_Robot_schematic.png
INPUT ./chassi-progress_002d.jpg
INPUT ./chassi-progress_002d.jpg
INPUT ./chassi-progress_002d.jpg
INPUT ./chassi-progress_002d.jpg
INPUT ./chassi-progress_002d.jpg
INPUT ./chassi-progress_002d.jpg
INPUT ./chassi-progress_002d.jpg
INPUT ./chassi-progress_002d.jpg
INPUT ./chassi-progress_002d.jpg
INPUT ./chassi-progress_003a.jpg
INPUT ./chassi-progress_003a.jpg
INPUT ./chassi-progress_003a.jpg
INPUT ./chassi-progress_003a.jpg
INPUT ./chassi-progress_003a.jpg
INPUT ./chassi-progress_003a.jpg
INPUT ./chassi-progress_003a.jpg
INPUT ./chassi-progress_003a.jpg
INPUT ./chassi-progress_003a.jpg
INPUT ./motors-wiring-harness-001.jpg
INPUT ./motors-wiring-harness-001.jpg
INPUT ./motors-wiring-harness-001.jpg
INPUT ./motors-wiring-harness-001.jpg
INPUT ./motors-wiring-harness-001.jpg
INPUT ./motors-wiring-harness-001.jpg
INPUT ./motors-wiring-harness-001.jpg
INPUT ./motors-wiring-harness-001.jpg
INPUT ./motors-wiring-harness-001.jpg
INPUT ./byterider.ind
INPUT ./byterider.ind
INPUT byterider.ind
INPUT byterider.aux
INPUT ./byterider.out
INPUT ./byterider.out
INPUT /usr/share/texmf/fonts/type1/public/tex-gyre/qhvb.pfb
INPUT /usr/share/texmf/fonts/type1/public/tex-gyre/qhvbi.pfb
INPUT /usr/share/texmf/fonts/type1/public/tex-gyre/qtmb.pfb
INPUT /usr/share/texmf/fonts/type1/public/tex-gyre/qtmr.pfb
INPUT /usr/share/texlive/texmf-dist/fonts/type1/public/txfonts/t1xtt.pfb

View File

@@ -1,4 +1,4 @@
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) (preloaded format=pdflatex 2024.10.18) 1 JUL 2025 00:44 This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) (preloaded format=pdflatex 2024.10.18) 1 JUL 2025 01:10
entering extended mode entering extended mode
restricted \write18 enabled. restricted \write18 enabled.
%&-line parsing enabled. %&-line parsing enabled.
@@ -846,75 +846,4 @@ File: umsb.fd 2013/01/14 v3.01 AMS symbols B
dvips/tex-gyre/q-ec.enc}] [2 dvips/tex-gyre/q-ec.enc}] [2
] (./byterider.toc) ] (./byterid
\tf@toc=\write6
\openout6 = `byterider.toc'.
[1
] [2
]
LaTeX Font Info: Trying to load font information for T1+txtt on input line 8
8.
(/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd
File: t1txtt.fd 2000/12/15 v3.1
) [1] [2
]
Chapter 1.
[3] [4
]
Chapter 2.
<ESP-IDF_Robot.jpg, id=79, 2520.41624pt x 1766.6pt>
File: ESP-IDF_Robot.jpg Graphic file (type jpg)
<use ESP-IDF_Robot.jpg>
Package pdftex.def Info: ESP-IDF_Robot.jpg used on input line 105.
(pdftex.def) Requested size: 469.73097pt x 329.24193pt.
<chassi-progress_002d.jpg, id=80, 4015.0pt x 1766.6pt>
File: chassi-progress_002d.jpg Graphic file (type jpg)
<use chassi-progress_002d.jpg>
Package pdftex.def Info: chassi-progress_002d.jpg used on input line 114.
(pdftex.def) Requested size: 469.71024pt x 206.6725pt.
<chassi-progress_003a.jpg, id=81, 4015.0pt x 1766.6pt>
File: chassi-progress_003a.jpg Graphic file (type jpg)
<use chassi-progress_003a.jpg>
Package pdftex.def Info: chassi-progress_003a.jpg used on input line 124.
(pdftex.def) Requested size: 469.71024pt x 206.6725pt.
<motors-wiring-harness-001.jpg, id=82, 4015.0pt x 1766.6pt>
File: motors-wiring-harness-001.jpg Graphic file (type jpg)
<use motors-wiring-harness-001.jpg>
Package pdftex.def Info: motors-wiring-harness-001.jpg used on input line 134.
(pdftex.def) Requested size: 469.71024pt x 206.6725pt.
(./byterider.ind) [5 <./ESP-IDF_Robot.jpg>] [6 <./chassi-progress_002d.jpg> <./
chassi-progress_003a.jpg>] [7 <./motors-wiring-harness-001.jpg>]
(./byterider.aux)
***********
LaTeX2e <2023-11-01> patch level 1
L3 programming layer <2024-01-22>
***********
Package rerunfilecheck Info: File `byterider.out' has not changed.
(rerunfilecheck) Checksum: 4B4C8F85750A881BFC154E0FADE2F276;747.
)
Here is how much of TeX's memory you used:
16695 strings out of 476106
283205 string characters out of 5793932
1927975 words of memory out of 5000000
38321 multiletter control sequences out of 15000+600000
599264 words of font info for 70 fonts, out of 8000000 for 9000
60 hyphenation exceptions out of 8191
72i,11n,83p,1198b,517s stack positions out of 10000i,1000n,20000p,200000b,200000s
</usr/share/texmf/fonts/type1/public/tex-gyre/qhvb.pfb></usr/share/texmf/font
s/type1/public/tex-gyre/qhvbi.pfb></usr/share/texmf/fonts/type1/public/tex-gyre
/qtmb.pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qtmr.pfb></usr/share/te
xlive/texmf-dist/fonts/type1/public/txfonts/t1xtt.pfb>
Output written on byterider.pdf (11 pages, 8460036 bytes).
PDF statistics:
124 PDF objects out of 1000 (max. 8388607)
96 compressed objects within 1 object stream
21 named destinations out of 1000 (max. 500000)
89 words of extra memory for PDF output out of 10000 (max. 10000000)

View File

@@ -1,6 +0,0 @@
\BOOKMARK [0][-]{chapter.1}{\376\377\000I\000N\000T\000R\000O\000D\000U\000C\000T\000I\000O\000N}{}% 1
\BOOKMARK [0][-]{chapter.2}{\376\377\000W\000O\000R\000K\000-\000I\000N\000-\000P\000R\000O\000G\000R\000E\000S\000S\000\040\000W\000A\000L\000K\000\040\000T\000H\000R\000O\000U\000G\000H}{}% 2
\BOOKMARK [1][-]{section.2.1}{\376\377\000F\000i\000n\000i\000s\000h\000e\000d\000\040\000W\000o\000r\000k}{chapter.2}% 3
\BOOKMARK [1][-]{section.2.2}{\376\377\000C\000h\000a\000s\000s\000i\000s}{chapter.2}% 4
\BOOKMARK [1][-]{section.2.3}{\376\377\000W\000i\000r\000i\000n\000g}{chapter.2}% 5
\BOOKMARK [1][-]{section.2.4}{\376\377\000M\000o\000t\000o\000r\000\040\000W\000i\000r\000e\000s\000\040\000H\000a\000r\000n\000e\000s\000s}{chapter.2}% 6

View File

@@ -97,6 +97,13 @@ documentation for details.
\sphinxstepscope \sphinxstepscope
\chapter{HOW DOES IT WORK?}
\label{\detokenize{overview:how-does-it-work}}\label{\detokenize{overview::doc}}
\noindent\sphinxincludegraphics{{ESP-IDF_Robot_schematic}.png}
\sphinxstepscope
\chapter{WORK\sphinxhyphen{}IN\sphinxhyphen{}PROGRESS WALK THROUGH} \chapter{WORK\sphinxhyphen{}IN\sphinxhyphen{}PROGRESS WALK THROUGH}
\label{\detokenize{progress:work-in-progress-walk-through}}\label{\detokenize{progress::doc}} \label{\detokenize{progress:work-in-progress-walk-through}}\label{\detokenize{progress::doc}}

View File

@@ -1,7 +0,0 @@
\babel@toc {english}{}\relax
\contentsline {chapter}{\numberline {1}INTRODUCTION}{3}{chapter.1}%
\contentsline {chapter}{\numberline {2}WORK\sphinxhyphen {}IN\sphinxhyphen {}PROGRESS WALK THROUGH}{5}{chapter.2}%
\contentsline {section}{\numberline {2.1}Finished Work}{5}{section.2.1}%
\contentsline {section}{\numberline {2.2}Chassis}{5}{section.2.2}%
\contentsline {section}{\numberline {2.3}Wiring}{5}{section.2.3}%
\contentsline {section}{\numberline {2.4}Motor Wires Harness}{5}{section.2.4}%