Update documentation
This commit is contained in:
parent
e9d663963d
commit
16a3609f9f
21 changed files with 854 additions and 28 deletions
12
lib/QC.html
12
lib/QC.html
|
@ -35,8 +35,8 @@
|
|||
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="next" title="Servo" href="Servo.html" />
|
||||
<link rel="prev" title="Motor" href="Motor.html" />
|
||||
<link rel="next" title="Robot" href="Robot.html" />
|
||||
<link rel="prev" title="Odometry" href="Odom.html" />
|
||||
</head>
|
||||
|
||||
<body class="wy-body-for-nav">
|
||||
|
@ -92,6 +92,7 @@
|
|||
<li class="toctree-l1"><a class="reference internal" href="Linefollower.html">Linefollower Examples</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Logging.html">Logging</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Motor.html">Motor</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Odom.html">Odometry</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">Quality Control</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#infrared-test">Infrared Test</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#motor-test">Motor Test</a></li>
|
||||
|
@ -99,6 +100,7 @@
|
|||
<li class="toctree-l2"><a class="reference internal" href="#vision-test">Vision Test</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Robot.html">Robot</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Servo.html">Servo</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Vision.html">Vision</a></li>
|
||||
</ul>
|
||||
|
@ -241,10 +243,10 @@
|
|||
|
||||
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
||||
|
||||
<a href="Servo.html" class="btn btn-neutral float-right" title="Servo" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
||||
<a href="Robot.html" class="btn btn-neutral float-right" title="Robot" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
||||
|
||||
|
||||
<a href="Motor.html" class="btn btn-neutral float-left" title="Motor" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
||||
<a href="Odom.html" class="btn btn-neutral float-left" title="Odometry" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -254,7 +256,7 @@
|
|||
<div role="contentinfo">
|
||||
<p>
|
||||
|
||||
© Copyright 2021, robo4you
|
||||
© Copyright 2022, Verein zur Förderung von Wissenschaft und Technik an Schulen (F-WuTS)
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
Reference in a new issue