mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 21:17:17 +02:00
Updated HTML docs
This commit is contained in:
parent
66d0ad0bc9
commit
7900aad365
2073 changed files with 32986 additions and 41197 deletions
|
|
@ -14,6 +14,8 @@
|
|||
<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" />
|
||||
|
|
@ -46,45 +48,46 @@
|
|||
<p class="admonition-title">Warning</p>
|
||||
<p>This is the <strong>WIP</strong> documentation for the
|
||||
development branch of Evennia (v1.0-dev). The text is based on the
|
||||
original Evennia <a class="reference external" href="https://github.com.evennia/evennia/wiki">wiki</a>
|
||||
original Evennia <code class="docutils literal notranslate"><span class="pre">wiki</span> <span class="pre"><https://github.com.evennia/evennia/wiki></span></code>_
|
||||
but it’s being refactored heavily. There are known conversion issues
|
||||
and missing links. This will slowly be ironed out as this is developed.</p>
|
||||
<p>New things will be added to this version only, but for now you are best
|
||||
off using v0.9.5 of the docs, or the original wiki. You have been warned.</p>
|
||||
</div>
|
||||
<section id="evennia-documentation">
|
||||
<section class="tex2jax_ignore mathjax_ignore" id="evennia-documentation">
|
||||
<h1>Evennia Documentation<a class="headerlink" href="#evennia-documentation" title="Permalink to this headline">¶</a></h1>
|
||||
<p>This is the manual of <a class="reference external" href="https://www.evennia.com">Evennia</a>, the open source Python
|
||||
<code class="docutils literal notranslate"><span class="pre">MU*</span></code> creation system.</p>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference internal" href="Evennia-Introduction.html"><span class="doc">Evennia Introduction</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="Setup/Setup-Quickstart.html"><span class="doc">Install & Setup Quickstart</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="Howto/Starting/Part1/Starting-Part1.html"><span class="doc">Starting tutorial</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="How-To-Get-And-Give-Help.html"><span class="doc">How to get (and give) help</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="Evennia-Introduction.html"><span class="doc std std-doc">Evennia Introduction</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="Setup/Setup-Quickstart.html"><span class="doc std std-doc">Install & Setup Quickstart</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="Howto/Starting/Part1/Starting-Part1.html"><span class="doc std std-doc">Starting tutorial</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="How-To-Get-And-Give-Help.html"><span class="doc std std-doc">How to get (and give) help</span></a></p></li>
|
||||
</ul>
|
||||
<section id="main-sections">
|
||||
<h2>Main sections<a class="headerlink" href="#main-sections" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference internal" href="Setup/Setup-Overview.html"><span class="doc">Server Setup, Maintenance and Life</span></a> - how to run, maintain and release</p></li>
|
||||
<li><p><a class="reference internal" href="Howto/Howto-Overview.html"><span class="doc">Tutorials and Howto’s</span></a> - projects and hints for reaching particular effects and goals</p></li>
|
||||
<li><p><a class="reference internal" href="Setup/Setup-Overview.html"><span class="doc std std-doc">Server Setup, Maintenance and Life</span></a> - how to run, maintain and release</p></li>
|
||||
<li><p><a class="reference internal" href="Howto/Howto-Overview.html"><span class="doc std std-doc">Tutorials and Howto’s</span></a> - projects and hints for reaching particular effects and goals</p></li>
|
||||
</ul>
|
||||
<hr class="docutils" />
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference internal" href="Components/Components-Overview.html"><span class="doc">Core components</span></a> - the core building blocks of Evennia</p></li>
|
||||
<li><p><a class="reference internal" href="Concepts/Concepts-Overview.html"><span class="doc">Concepts</span></a> - larger-scale concepts and features</p></li>
|
||||
<li><p><a class="reference internal" href="Components/Components-Overview.html"><span class="doc std std-doc">Core components</span></a> - the core building blocks of Evennia</p></li>
|
||||
<li><p><a class="reference internal" href="Concepts/Concepts-Overview.html"><span class="doc std std-doc">Concepts</span></a> - larger-scale concepts and features</p></li>
|
||||
</ul>
|
||||
<hr class="docutils" />
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference internal" href="Evennia-API.html"><span class="doc">API</span></a> - the full API-reference, generated from source</p></li>
|
||||
<li><p><a class="reference internal" href="Coding/Coding-Overview.html"><span class="doc">Coding</span></a> - coding and development hints and resources</p></li>
|
||||
<li><p><a class="reference internal" href="Contribs/Contrib-Overview.html"><span class="doc">Contributions</span></a> - game-specific tools and code added by the community</p></li>
|
||||
<li><p><a class="reference internal" href="Evennia-API.html"><span class="doc std std-doc">API</span></a> - the full API-reference, generated from source</p></li>
|
||||
<li><p><a class="reference internal" href="Components/Default-Commands.html"><span class="doc std std-doc">Default Commands</span></a> - list of game commands included out of the box</p></li>
|
||||
<li><p><a class="reference internal" href="Coding/Coding-Overview.html"><span class="doc std std-doc">Coding</span></a> - coding and development hints and resources</p></li>
|
||||
<li><p><a class="reference internal" href="Contribs/Contrib-Overview.html"><span class="doc std std-doc">Contributions</span></a> - game-specific tools and code added by the community</p></li>
|
||||
</ul>
|
||||
<hr class="docutils" />
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference internal" href="Links.html"><span class="doc">Links</span></a> - useful links</p></li>
|
||||
<li><p><a class="reference internal" href="toc.html"><span class="doc">Table of Contents</span></a> - an alphabetical listing of all regular documentation pages</p></li>
|
||||
<li><p><a class="reference internal" href="Links.html"><span class="doc std std-doc">Links</span></a> - useful links</p></li>
|
||||
<li><p><a class="reference internal" href="toc.html"><span class="doc std std-doc">Table of Contents</span></a> - an alphabetical listing of all regular documentation pages</p></li>
|
||||
</ul>
|
||||
<p>Want to help improve the docs? See the page on <a class="reference internal" href="Contributing-Docs.html"><span class="doc">Contributing to the docs</span></a>!</p>
|
||||
<p>Want to help improve the docs? See the page on <a class="reference internal" href="Contributing-Docs.html"><span class="doc std std-doc">Contributing to the docs</span></a>!</p>
|
||||
<div class="toctree-wrapper compound">
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -141,7 +144,7 @@ off using v0.9.5 of the docs, or the original wiki. You have been warned.</p>
|
|||
<h3>Versions</h3>
|
||||
<ul>
|
||||
<li><a href="index.html">1.0-dev (develop branch)</a></li>
|
||||
<li><a href="../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
|
||||
<li><a href="../0.95/index.html">0.95 (v0.9.5 branch)</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue