mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
Updated HTML docs
This commit is contained in:
parent
478c0b6473
commit
0e0cd24694
958 changed files with 41858 additions and 39649 deletions
|
|
@ -43,37 +43,8 @@
|
|||
</div>
|
||||
|
||||
<div class="document">
|
||||
|
||||
<div class="documentwrapper">
|
||||
<div class="bodywrapper">
|
||||
<div class="body" role="main">
|
||||
|
||||
<section class="tex2jax_ignore mathjax_ignore" id="tutorialmirror">
|
||||
<h1>TutorialMirror<a class="headerlink" href="#tutorialmirror" title="Permalink to this headline">¶</a></h1>
|
||||
<p>Contribution by Griatch, 2017</p>
|
||||
<p>A simple mirror object to experiment with. It will respond to being looked at.</p>
|
||||
<ul class="simple">
|
||||
<li><p>echoes back the description of the object looking at it</p></li>
|
||||
<li><p>echoes back whatever is being sent to its .msg - to the
|
||||
sender, if given, otherwise to the location of the mirror.</p></li>
|
||||
</ul>
|
||||
<section id="installation">
|
||||
<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h2>
|
||||
<p>Create the mirror with</p>
|
||||
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>create/drop mirror:contrib.tutorials.mirror.TutorialMirror
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>Then look at it.</p>
|
||||
<hr class="docutils" />
|
||||
<p><small>This document page is generated from <code class="docutils literal notranslate"><span class="pre">evennia/contrib/tutorials/mirror/README.md</span></code>. Changes to this
|
||||
file will be overwritten, so edit that file rather than this one.</small></p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
<div class="clearer"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
||||
<div class="sphinxsidebarwrapper">
|
||||
<p class="logo"><a href="../index.html">
|
||||
|
|
@ -89,7 +60,7 @@ file will be overwritten, so edit that file rather than this one.</small></p>
|
|||
</div>
|
||||
</div>
|
||||
<script>$('#searchbox').show(0);</script>
|
||||
<p><h3><a href="../index.html">Table of Contents</a></h3>
|
||||
<h3><a href="../index.html">Table of Contents</a></h3>
|
||||
<ul>
|
||||
<li><a class="reference internal" href="#">TutorialMirror</a><ul>
|
||||
<li><a class="reference internal" href="#installation">Installation</a></li>
|
||||
|
|
@ -128,7 +99,36 @@ file will be overwritten, so edit that file rather than this one.</small></p>
|
|||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearer"></div>
|
||||
<div class="bodywrapper">
|
||||
<div class="body" role="main">
|
||||
|
||||
<section class="tex2jax_ignore mathjax_ignore" id="tutorialmirror">
|
||||
<h1>TutorialMirror<a class="headerlink" href="#tutorialmirror" title="Permalink to this headline">¶</a></h1>
|
||||
<p>Contribution by Griatch, 2017</p>
|
||||
<p>A simple mirror object to experiment with. It will respond to being looked at.</p>
|
||||
<ul class="simple">
|
||||
<li><p>echoes back the description of the object looking at it</p></li>
|
||||
<li><p>echoes back whatever is being sent to its .msg - to the
|
||||
sender, if given, otherwise to the location of the mirror.</p></li>
|
||||
</ul>
|
||||
<section id="installation">
|
||||
<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h2>
|
||||
<p>Create the mirror with</p>
|
||||
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>create/drop mirror:contrib.tutorials.mirror.TutorialMirror
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>Then look at it.</p>
|
||||
<hr class="docutils" />
|
||||
<p><small>This document page is generated from <code class="docutils literal notranslate"><span class="pre">evennia/contrib/tutorials/mirror/README.md</span></code>. Changes to this
|
||||
file will be overwritten, so edit that file rather than this one.</small></p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="related" role="navigation" aria-label="related navigation">
|
||||
<h3>Navigation</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue