Update documentation
This commit is contained in:
parent
2dd401da6b
commit
b469515f18
12 changed files with 153 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
|||
<script src="../_static/js/theme.js"></script>
|
||||
<link rel="index" title="Stichwortverzeichnis" href="../genindex.html" />
|
||||
<link rel="search" title="Suche" href="../search.html" />
|
||||
<link rel="next" title="Mein zweites Programm" href="secondProgram.html" />
|
||||
<link rel="next" title="Software Updaten" href="update.html" />
|
||||
<link rel="prev" title="Programmierumgebung" href="codeServer.html" />
|
||||
</head>
|
||||
|
||||
|
@ -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 current"><a class="current reference internal" href="#">Mein erstes Programm</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="update.html">Software Updaten</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="secondProgram.html">Mein zweites Programm</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="thridProgram.html">Mein drittes Programm</a></li>
|
||||
</ul>
|
||||
|
@ -104,7 +105,7 @@ Im nächsten Schritt erstellen wir unsere Datei <code class="docutils literal no
|
|||
</div>
|
||||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
||||
<a href="codeServer.html" class="btn btn-neutral float-left" title="Programmierumgebung" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Zurück</a>
|
||||
<a href="secondProgram.html" class="btn btn-neutral float-right" title="Mein zweites Programm" accesskey="n" rel="next">Weiter <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||||
<a href="update.html" class="btn btn-neutral float-right" title="Software Updaten" accesskey="n" rel="next">Weiter <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
|
|
Reference in a new issue