Update documentation

This commit is contained in:
Joel 2021-01-21 21:51:10 +01:00
parent afdfd3b85e
commit f72550146d
No known key found for this signature in database
GPG key ID: BDDDBECD0808290E
19 changed files with 611 additions and 173 deletions

View file

@ -3,9 +3,9 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8">
<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.0" />
<title>Robo4you Competition Library &mdash; CompLib 0.0.2 documentation</title>
@ -16,10 +16,13 @@
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
@ -49,7 +52,7 @@
<a href="#" class="icon icon-home" alt="Documentation Home"> CompLib
<a href="#" class="icon icon-home"> CompLib
@ -89,6 +92,7 @@
<li class="toctree-l1"><a class="reference internal" href="lib/IRSensor.html">Infrared Sensor</a></li>
<li class="toctree-l1"><a class="reference internal" href="lib/Motor.html">Motor</a></li>
<li class="toctree-l1"><a class="reference internal" href="lib/Servo.html">Servo</a></li>
<li class="toctree-l1"><a class="reference internal" href="lib/Vision.html">Vision</a></li>
</ul>
@ -129,6 +133,8 @@
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
@ -140,7 +146,7 @@
<li class="wy-breadcrumbs-aside">
<a href="_sources/index.rst.txt" rel="nofollow"> View page source</a>
@ -202,6 +208,15 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="lib/Servo.html">Servo</a></li>
<li class="toctree-l1"><a class="reference internal" href="lib/Vision.html">Vision</a><ul>
<li class="toctree-l2"><a class="reference internal" href="lib/Vision.html#opencv-stream">Opencv Stream</a></li>
<li class="toctree-l2"><a class="reference internal" href="lib/Vision.html#examples">Examples</a><ul>
<li class="toctree-l3"><a class="reference internal" href="lib/Vision.html#using-the-vision-module">Using the Vision Module</a></li>
<li class="toctree-l3"><a class="reference internal" href="lib/Vision.html#chessboard-detection">Chessboard Detection</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
@ -212,35 +227,28 @@
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="other/usage.html" class="btn btn-neutral float-right" title="Usage" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="other/usage.html" class="btn btn-neutral float-right" title="Usage" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>
&copy; Copyright 2021, robo4you
&#169; Copyright 2021, robo4you.
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a>
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>