Updated HTML docs

This commit is contained in:
Griatch 2020-06-16 22:49:43 +02:00
parent f505351730
commit a551188691
1002 changed files with 30387 additions and 9820 deletions

View file

@ -7,11 +7,13 @@
<title>Python basic introduction &#8212; Evennia 0.9.1 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
@ -25,7 +27,10 @@
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Evennia 0.9.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">Evennia 0.9.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-last"><a href="#">Python basic introduction</a></li>
</ul>
</div>
@ -39,11 +44,11 @@
<p>This is the first part of our beginners guide to the basics of using Python with Evennia. Its aimed at you with limited or no programming/Python experience. But also if you are an experienced programmer new to Evennia or Python you might still pick up a thing or two. It is by necessity brief and low on detail. There are countless Python guides and tutorials, books and videos out there for learning more in-depth - use them!</p>
<p><strong>Contents:</strong></p>
<ul class="simple">
<li><p><a class="reference external" href="/Python-basic-introduction.html#evennia-hello-world">Evennia Hello world</a></p></li>
<li><p><a class="reference external" href="/Python-basic-introduction.html#importing-modules">Importing modules</a></p></li>
<li><p><a class="reference external" href="/Python-basic-introduction.html#parsing-python-errors">Parsing Python errors</a></p></li>
<li><p><a class="reference external" href="/Python-basic-introduction.html#our-first-function">Our first function</a></p></li>
<li><p><a class="reference external" href="/Python-basic-introduction.html#looking-at-the-log">Looking at the log</a></p></li>
<li><p><a class="reference external" href="Python-basic-introduction.html#evennia-hello-world">Evennia Hello world</a></p></li>
<li><p><a class="reference external" href="Python-basic-introduction.html#importing-modules">Importing modules</a></p></li>
<li><p><a class="reference external" href="Python-basic-introduction.html#parsing-python-errors">Parsing Python errors</a></p></li>
<li><p><a class="reference external" href="Python-basic-introduction.html#our-first-function">Our first function</a></p></li>
<li><p><a class="reference external" href="Python-basic-introduction.html#looking-at-the-log">Looking at the log</a></p></li>
<li><p>(continued in <a class="reference internal" href="Python-basic-tutorial-part-two.html"><span class="doc">part 2</span></a>)</p></li>
</ul>
<p>This quickstart assumes you have <a class="reference internal" href="Getting-Started.html"><span class="doc">gotten Evennia started</span></a>. You should make sure that you are able to see the output from the server in the console from which you started it. Log into the game either with a mud client on <code class="docutils literal notranslate"><span class="pre">localhost:4000</span></code> or by pointing a web browser to <code class="docutils literal notranslate"><span class="pre">localhost:4001/webclient</span></code>. Log in as your superuser (the user you created during install).</p>
@ -245,7 +250,10 @@ Hello world!
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Evennia 0.9.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">Evennia 0.9.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-last"><a href="#">Python basic introduction</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">