mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Updated HTML docs
This commit is contained in:
parent
f505351730
commit
a551188691
1002 changed files with 30387 additions and 9820 deletions
|
|
@ -7,11 +7,13 @@
|
|||
<title>Tutorials — 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> »</li>
|
||||
<li class="nav-item nav-item-0"><a href="index.html">Evennia 0.9.1 documentation</a> »</li>
|
||||
<li class="nav-item nav-item-last"><a href="#">Tutorials</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -84,7 +89,7 @@
|
|||
<li><p><a class="reference internal" href="NPC-shop-Tutorial.html"><span class="doc">Tutorial: Making an NPC shop</span></a> (also advanced <a class="reference internal" href="EvMenu.html"><span class="doc">EvMenu</span></a> usage)</p></li>
|
||||
<li><p><a class="reference internal" href="Static-In-Game-Map.html"><span class="doc">Tutorial: Implementing a Static In Game Map</span></a> (also <a class="reference internal" href="Batch-Code-Processor.html"><span class="doc">Batch Code</span></a> usage)</p></li>
|
||||
<li><p><a class="reference internal" href="Dynamic-In-Game-Map.html"><span class="doc">Tutorial: Implementing a Dynamic In Game Map</span></a></p></li>
|
||||
<li><p><a class="reference external" href="/Unit-Testing.html#testing-for-game-development-mini-tutorial">Tutorial: Writing your own unit tests</a></p></li>
|
||||
<li><p><a class="reference external" href="Unit-Testing.html#testing-for-game-development-mini-tutorial">Tutorial: Writing your own unit tests</a></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="game-mechanics-tutorials">
|
||||
|
|
@ -104,7 +109,7 @@
|
|||
<li><p><a class="reference internal" href="Command-Prompt.html"><span class="doc">Tutorial: Adding a Command prompt</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="Zones.html"><span class="doc">Tutorial: Creating a Zoning system</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="Manually-Configuring-Color.html"><span class="doc">Tutorial: Letting players manually configure color settings</span></a></p></li>
|
||||
<li><p><a class="reference external" href="/EvMenu.html#ask-for-simple-input">Hints: Asking the user a question and dealing with the result</a></p></li>
|
||||
<li><p><a class="reference external" href="EvMenu.html#ask-for-simple-input">Hints: Asking the user a question and dealing with the result</a></p></li>
|
||||
<li><p><a class="reference internal" href="Command-Duration.html"><span class="doc">Hints: Designing commands that take time to finish</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="Command-Cooldown.html"><span class="doc">Hints: Adding cooldowns to commands</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="Mass-and-weight-for-objects.html"><span class="doc">Tutorial: Mass and weight for objects</span></a></p></li>
|
||||
|
|
@ -113,7 +118,7 @@
|
|||
<li><p><a class="reference internal" href="Gametime-Tutorial.html"><span class="doc">Tutorial: Handling virtual time in your game</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="Coordinates.html"><span class="doc">Tutorial: Setting up a coordinate system for rooms</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="Customize-channels.html"><span class="doc">Tutorial: customize the way channels and channel commands work in your game</span></a></p></li>
|
||||
<li><p><a class="reference external" href="/Unit-Testing.html#testing-for-game-development-mini-tutorial">Tutorial: Adding unit tests to your game project</a></p></li>
|
||||
<li><p><a class="reference external" href="Unit-Testing.html#testing-for-game-development-mini-tutorial">Tutorial: Adding unit tests to your game project</a></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="contrib">
|
||||
|
|
@ -210,7 +215,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> »</li>
|
||||
<li class="nav-item nav-item-0"><a href="index.html">Evennia 0.9.1 documentation</a> »</li>
|
||||
<li class="nav-item nav-item-last"><a href="#">Tutorials</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer" role="contentinfo">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue