Update documentation
This commit is contained in:
parent
49c4040072
commit
3173308b54
31 changed files with 13061 additions and 1263 deletions
13
faq.html
13
faq.html
|
@ -13,6 +13,8 @@
|
|||
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
|
||||
|
||||
|
||||
|
@ -26,9 +28,12 @@
|
|||
|
||||
|
||||
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
|
||||
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
|
||||
<script src="_static/jquery.js"></script>
|
||||
<script src="_static/underscore.js"></script>
|
||||
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
|
||||
<script src="_static/doctools.js"></script>
|
||||
<script src="_static/sphinx_highlight.js"></script>
|
||||
<script src="_static/translations.js"></script>
|
||||
|
||||
<script type="text/javascript" src="_static/js/theme.js"></script>
|
||||
|
@ -159,17 +164,17 @@
|
|||
<div itemprop="articleBody">
|
||||
|
||||
<div class="section" id="faq">
|
||||
<h1>FAQ<a class="headerlink" href="#faq" title="Link zu dieser Überschrift">¶</a></h1>
|
||||
<h1>FAQ<a class="headerlink" href="#faq" title="Permalink to this heading">¶</a></h1>
|
||||
<div class="section" id="was-ist-das-passwort-fur-die-entwicklungsumgebung">
|
||||
<h2>Was ist das Passwort für die Entwicklungsumgebung?<a class="headerlink" href="#was-ist-das-passwort-fur-die-entwicklungsumgebung" title="Link zu dieser Überschrift">¶</a></h2>
|
||||
<h2>Was ist das Passwort für die Entwicklungsumgebung?<a class="headerlink" href="#was-ist-das-passwort-fur-die-entwicklungsumgebung" title="Permalink to this heading">¶</a></h2>
|
||||
<p><code class="docutils literal notranslate"><span class="pre">compair</span></code></p>
|
||||
</div>
|
||||
<div class="section" id="wie-verbinde-ich-mich-zur-entwicklungsumgebung">
|
||||
<h2>Wie verbinde ich mich zur Entwicklungsumgebung?<a class="headerlink" href="#wie-verbinde-ich-mich-zur-entwicklungsumgebung" title="Link zu dieser Überschrift">¶</a></h2>
|
||||
<h2>Wie verbinde ich mich zur Entwicklungsumgebung?<a class="headerlink" href="#wie-verbinde-ich-mich-zur-entwicklungsumgebung" title="Permalink to this heading">¶</a></h2>
|
||||
<p>See <a class="reference internal" href="gettingStarted/codeServer.html#gettingstarted-codeserver"><span class="std std-ref">Programmierumgebung</span></a></p>
|
||||
</div>
|
||||
<div class="section" id="was-ist-der-benutzername-und-das-passwort-fur-den-raspberry-pi">
|
||||
<h2>Was ist der Benutzername und das Passwort für den Raspberry Pi?<a class="headerlink" href="#was-ist-der-benutzername-und-das-passwort-fur-den-raspberry-pi" title="Link zu dieser Überschrift">¶</a></h2>
|
||||
<h2>Was ist der Benutzername und das Passwort für den Raspberry Pi?<a class="headerlink" href="#was-ist-der-benutzername-und-das-passwort-fur-den-raspberry-pi" title="Permalink to this heading">¶</a></h2>
|
||||
<p><code class="docutils literal notranslate"><span class="pre">compair</span></code> <code class="docutils literal notranslate"><span class="pre">compair</span></code></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue