Update documentation
This commit is contained in:
parent
e9d663963d
commit
16a3609f9f
21 changed files with 854 additions and 28 deletions
|
@ -36,7 +36,7 @@
|
|||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="next" title="Vision" href="Vision.html" />
|
||||
<link rel="prev" title="Quality Control" href="QC.html" />
|
||||
<link rel="prev" title="Robot" href="Robot.html" />
|
||||
</head>
|
||||
|
||||
<body class="wy-body-for-nav">
|
||||
|
@ -92,7 +92,9 @@
|
|||
<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"><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 current"><a class="current reference internal" href="#">Servo</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Vision.html">Vision</a></li>
|
||||
</ul>
|
||||
|
@ -201,7 +203,7 @@
|
|||
<a href="Vision.html" class="btn btn-neutral float-right" title="Vision" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
||||
|
||||
|
||||
<a href="QC.html" class="btn btn-neutral float-left" title="Quality Control" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
||||
<a href="Robot.html" class="btn btn-neutral float-left" title="Robot" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -211,7 +213,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