Updated HTML docs

This commit is contained in:
Evennia docbuilder action 2022-02-06 18:34:09 +00:00
parent c81a30b229
commit 3165f49b4c
968 changed files with 23111 additions and 14203 deletions

View file

@ -14,13 +14,11 @@
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"processClass": "tex2jax_process|mathjax_process|math|output_area"}})</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" />
<link rel="next" title="Server Setup and Life" href="Setup/Setup-Overview.html" />
<link rel="prev" title="Unimplemented" href="Unimplemented.html" />
<link rel="next" title="Contributing to Evennia Docs" href="Contributing-Docs.html" />
<link rel="prev" title="Easy menu selection tree" href="Contribs/Contrib-Tree-Select.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
@ -32,10 +30,10 @@
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="Setup/Setup-Overview.html" title="Server Setup and Life"
<a href="Contributing-Docs.html" title="Contributing to Evennia Docs"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="Unimplemented.html" title="Unimplemented"
<a href="Contribs/Contrib-Tree-Select.html" title="Easy menu selection tree"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">How To Contribute And Get Help</a></li>
@ -78,7 +76,7 @@ great help!</p>
we dont know about them, we cant fix them!</p></li>
<li><p>If you want to help edit the docs directly, <a class="reference internal" href="Contributing-Docs.html"><span class="doc std std-doc">check here</span></a>
on how to do it.</p></li>
<li><p>If you have knowledge to share, how about writing a new <a class="reference internal" href="Howto/Howto-Overview.html"><span class="doc std std-doc">Tutorial</span></a>?</p></li>
<li><p>If you have knowledge to share, how about writing a new <a class="reference internal" href="Howtos/Howtos-Overview.html"><span class="doc std std-doc">Tutorial</span></a>?</p></li>
</ul>
</section>
<section id="helping-with-code">
@ -128,7 +126,7 @@ like <a class="reference external" href="https://pastebin.com/">Pastebin</a> and
</section>
<section id="making-an-evennia-contrib">
<h3>Making an Evennia contrib<a class="headerlink" href="#making-an-evennia-contrib" title="Permalink to this headline"></a></h3>
<p>Evennia has a <a class="reference internal" href="Contribs/Contrib-Overview.html"><span class="doc std std-doc">contrib</span></a> directory which contains
<p>Evennia has a <a class="reference internal" href="Contribs/Contribs-Overview.html"><span class="doc std std-doc">contrib</span></a> directory which contains
user-shared code organized by category. You can contribute anything that you
think may be useful to another dev, also highly game-specific code. A contrib
must always be added via a forked respository.</p>
@ -163,7 +161,7 @@ unsuare which category to put your contrib under.</p></li>
<p>Its often a good idea to import useful resources in <code class="docutils literal notranslate"><span class="pre">__init__.py</span></code> to make
it easier to access them (this may vary though).</p>
<p>The <code class="docutils literal notranslate"><span class="pre">README.md</span></code> will be parsed and converted into a document linked from
<a class="reference internal" href="Contribs/Contrib-Overview.html"><span class="doc std std-doc">the contrib overview page</span></a>. It should follow
<a class="reference internal" href="Contribs/Contribs-Overview.html"><span class="doc std std-doc">the contrib overview page</span></a>. It should follow
the following structure:</p>
<div class="highlight-markdown notranslate"><div class="highlight"><pre><span></span><span class="gh"># MyContribName</span>
@ -262,11 +260,11 @@ PayPal yourself to use it).</p></li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="Unimplemented.html"
title="previous chapter">Unimplemented</a></p>
<p class="topless"><a href="Contribs/Contrib-Tree-Select.html"
title="previous chapter">Easy menu selection tree</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="Setup/Setup-Overview.html"
title="next chapter">Server Setup and Life</a></p>
<p class="topless"><a href="Contributing-Docs.html"
title="next chapter">Contributing to Evennia Docs</a></p>
<div role="note" aria-label="source link">
<!--h3>This Page</h3-->
<ul class="this-page-menu">
@ -304,10 +302,10 @@ PayPal yourself to use it).</p></li>
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="Setup/Setup-Overview.html" title="Server Setup and Life"
<a href="Contributing-Docs.html" title="Contributing to Evennia Docs"
>next</a> |</li>
<li class="right" >
<a href="Unimplemented.html" title="Unimplemented"
<a href="Contribs/Contrib-Tree-Select.html" title="Easy menu selection tree"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">How To Contribute And Get Help</a></li>