Update documentation
This commit is contained in:
parent
2dd401da6b
commit
b469515f18
12 changed files with 153 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
<link rel="index" title="Stichwortverzeichnis" href="../genindex.html" />
|
||||
<link rel="search" title="Suche" href="../search.html" />
|
||||
<link rel="next" title="Mein drittes Programm" href="thridProgram.html" />
|
||||
<link rel="prev" title="Mein erstes Programm" href="firstProgram.html" />
|
||||
<link rel="prev" title="Software Updaten" href="update.html" />
|
||||
</head>
|
||||
|
||||
<body class="wy-body-for-nav">
|
||||
|
@ -46,6 +46,7 @@
|
|||
<li class="toctree-l2"><a class="reference internal" href="wifi.html">WLAN-Verbindung herstellen</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="codeServer.html">Programmierumgebung</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="firstProgram.html">Mein erstes Programm</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="update.html">Software Updaten</a></li>
|
||||
<li class="toctree-l2 current"><a class="current reference internal" href="#">Mein zweites Programm</a><ul>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#motoren-ansteuern">Motoren ansteuern</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#gerade-fahren">Gerade fahren</a><ul>
|
||||
|
@ -356,7 +357,7 @@ Nun werden wir uns einige weitere Optimierungen und bewährte Verfahren ansehen.
|
|||
</div>
|
||||
</div>
|
||||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
||||
<a href="firstProgram.html" class="btn btn-neutral float-left" title="Mein erstes Programm" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Zurück</a>
|
||||
<a href="update.html" class="btn btn-neutral float-left" title="Software Updaten" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Zurück</a>
|
||||
<a href="thridProgram.html" class="btn btn-neutral float-right" title="Mein drittes Programm" accesskey="n" rel="next">Weiter <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue