Updated HTML docs

This commit is contained in:
Evennia docbuilder action 2022-11-01 23:37:48 +00:00
parent d939cc7ec0
commit cef1cec098
42 changed files with 359 additions and 237 deletions

View file

@ -135,7 +135,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"> = ['quit', 'n', 'next', 'p', 'abort', 'end', 'a', 'previous', 'q', 'e', 't', 'top']</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"> = ['previous', 'end', 'quit', 'e', 'p', 'q', 'next', 'top', 't', 'abort', 'a', 'n']</em><a class="headerlink" href="#evennia.utils.evmore.CmdMore.aliases" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
@ -161,7 +161,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': 'quit n next p abort end a previous q e t top', 'category': 'general', 'key': '__noinput_command', 'no_prefix': ' quit n next p abort end a previous q e t top', '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': 'previous end quit e p q next top t abort a n', 'category': 'general', 'key': '__noinput_command', 'no_prefix': ' previous end quit e p q next top t abort a n', '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>