mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Updated HTML docs.
This commit is contained in:
parent
41ca2163d3
commit
680d522982
44 changed files with 682 additions and 1121 deletions
|
|
@ -229,7 +229,6 @@
|
|||
<p>Evennia’s Command system handle everything sent to the server by the user.</p>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Command-System.html">Command System</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Commands.html">Commands</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="Commands.html#defining-commands">Defining Commands</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="Commands.html#exiting-a-command">Exiting a command</a></li>
|
||||
|
|
@ -237,9 +236,8 @@
|
|||
<li class="toctree-l2"><a class="reference internal" href="Commands.html#asking-for-user-input">Asking for user input</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="Commands.html#system-commands">System commands</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="Commands.html#dynamic-commands">Dynamic Commands</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="Commands.html#exits">Exits</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="Commands.html#command-instances-are-re-used">Command instances are re-used</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="Commands.html#dynamically-created-commands">Dynamically created commands</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="Commands.html#create-a-command-on-the-fly">Create a command on the fly</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="Commands.html#how-commands-actually-work">How commands actually work</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="Commands.html#assorted-notes">Assorted notes</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue