Updated HTML docs

This commit is contained in:
Evennia docbuilder action 2022-10-02 08:36:30 +00:00
parent c98863a897
commit 8a5bbee23d
55 changed files with 578 additions and 170 deletions

View file

@ -88,7 +88,7 @@ the <strong>caller.msg()</strong> construct every time the page is updated.</p>
<dl class="py attribute">
<dt id="evennia.utils.evmore.CmdMore.aliases">
<code class="sig-name descname">aliases</code><em class="property"> = ['q', 'end', 't', 'next', 'n', 'p', 'top', 'e', 'a', 'previous', 'abort', 'quit']</em><a class="headerlink" href="#evennia.utils.evmore.CmdMore.aliases" title="Permalink to this definition"></a></dt>
<code class="sig-name descname">aliases</code><em class="property"> = ['end', 'a', 't', 'e', 'abort', 'p', 'top', 'previous', 'n', 'q', 'quit', 'next']</em><a class="headerlink" href="#evennia.utils.evmore.CmdMore.aliases" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
@ -114,7 +114,7 @@ the <strong>caller.msg()</strong> construct every time the page is updated.</p>
<dl class="py attribute">
<dt id="evennia.utils.evmore.CmdMore.search_index_entry">
<code class="sig-name descname">search_index_entry</code><em class="property"> = {'aliases': 'q end t next n p top e a previous abort quit', 'category': 'general', 'key': '__noinput_command', 'no_prefix': ' q end t next n p top e a previous abort quit', 'tags': '', 'text': '\n Manipulate the text paging. Catch no-input with aliases.\n '}</em><a class="headerlink" href="#evennia.utils.evmore.CmdMore.search_index_entry" title="Permalink to this definition"></a></dt>
<code class="sig-name descname">search_index_entry</code><em class="property"> = {'aliases': 'end a t e abort p top previous n q quit next', 'category': 'general', 'key': '__noinput_command', 'no_prefix': ' end a t e abort p top previous n q quit next', 'tags': '', 'text': '\n Manipulate the text paging. Catch no-input with aliases.\n '}</em><a class="headerlink" href="#evennia.utils.evmore.CmdMore.search_index_entry" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>