evennia/docs/1.0-dev/index.html
2021-10-26 21:41:11 +02:00

176 lines
No EOL
9.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Evennia Documentation &#8212; Evennia 1.0-dev documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<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="Evennia Introduction" href="Evennia-Introduction.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="Evennia-Introduction.html" title="Evennia Introduction"
accesskey="N">next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Evennia Documentation</a></li>
</ul>
<div class="develop">develop branch</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="admonition warning">
<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 <code class="docutils literal notranslate"><span class="pre">wiki</span> <span class="pre">&lt;https://github.com.evennia/evennia/wiki&gt;</span></code>_
but its 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 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 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 &amp; 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 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 Howtos</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 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 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 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 std std-doc">Contributing to the docs</span></a>!</p>
<div class="toctree-wrapper compound">
</div>
</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="#">
<img class="logo" src="_static/evennia_logo.png" alt="Logo"/>
</a></p>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
<p><h3><a href="#">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Evennia Documentation</a><ul>
<li><a class="reference internal" href="#main-sections">Main sections</a></li>
</ul>
</li>
</ul>
<h4>Next topic</h4>
<p class="topless"><a href="Evennia-Introduction.html"
title="next chapter">Evennia Introduction</a></p>
<div role="note" aria-label="source link">
<!--h3>This Page</h3-->
<ul class="this-page-menu">
<li><a href="_sources/index.md.txt"
rel="nofollow">Show Page Source</a></li>
</ul>
</div><h3>Links</h3>
<ul>
<li><a href="https://www.evennia.com">Home page</a> </li>
<li><a href="https://github.com/evennia/evennia">Evennia Github</a> </li>
<li><a href="http://games.evennia.com">Game Index</a> </li>
<li>
<a href="https://discord.gg/AJJpcRUhtF">Discord</a> -
<a href="https://github.com/evennia/evennia/discussions">Discussions</a> -
<a href="https://evennia.blogspot.com/">Blog</a>
</li>
</ul>
<h3>Versions</h3>
<ul>
<li><a href="index.html">1.0-dev (develop branch)</a></li>
<li><a href="../0.95/index.html">0.95 (v0.9.5 branch)</a></li>
</ul>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="Evennia-Introduction.html" title="Evennia Introduction"
>next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">Evennia 1.0-dev</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Evennia Documentation</a></li>
</ul>
<div class="develop">develop branch</div>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Evennia developer community.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.2.1.
</div>
</body>
</html>