Update documentation
This commit is contained in:
parent
e9d663963d
commit
16a3609f9f
21 changed files with 854 additions and 28 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="next" title="Quality Control" href="QC.html" />
|
||||
<link rel="next" title="Odometry" href="Odom.html" />
|
||||
<link rel="prev" title="Logging" href="Logging.html" />
|
||||
</head>
|
||||
|
||||
|
@ -99,7 +99,9 @@
|
|||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Odom.html">Odometry</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="QC.html">Quality Control</a></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>
|
||||
|
@ -300,7 +302,7 @@ so that it’s roughly proportional to the speed</p>
|
|||
|
||||
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
||||
|
||||
<a href="QC.html" class="btn btn-neutral float-right" title="Quality Control" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
||||
<a href="Odom.html" class="btn btn-neutral float-right" title="Odometry" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
||||
|
||||
|
||||
<a href="Logging.html" class="btn btn-neutral float-left" title="Logging" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
||||
|
@ -313,7 +315,7 @@ so that it’s roughly proportional to the speed</p>
|
|||
<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