```warning:: This is the **WIP** documentation for the development branch of Evennia (v1.0-dev). The text is based on the original Evennia `wiki `_ but it's being refactored heavily. There are known conversion issues and missing links. This will slowly be ironed out as this is developed. 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. ``` # Evennia Documentation This is the manual of [Evennia](http://www.evennia.com), the open source Python `MU*` creation system. - [Evennia Introduction](./Evennia-Introduction) - [Install & Setup Quickstart](Setup/Setup-Quickstart) - [Starting tutorial](Howto/Starting/Part1/Starting-Part1) - [How to get (and give) help](./How-To-Get-And-Give-Help) ## Main sections - [Server Setup, Maintenance and Life](Setup/Setup-Overview) - how to run, maintain and release - [Tutorials and Howto's](Howto/Howto-Overview) - projects and hints for reaching particular effects and goals ---- - [Core components](Components/Components-Overview) - the core building blocks of Evennia - [Concepts](Concepts/Concepts-Overview) - larger-scale concepts and features ---- - [API](./Evennia-API) - the full API-reference, generated from source - [Coding](Coding/Coding-Overview) - coding and development hints and resources - [Contributions](Contribs/Contrib-Overview) - game-specific tools and code added by the community ---- - [Links](./Links) - useful links - [Table of Contents](./toc) - an alphabetical listing of all regular documentation pages Want to help improve the docs? See the page on [Contributing to the docs](./Contributing-Docs)! ```toctree:: :hidden: Evennia-Introduction Setup/Setup-Quickstart Howto/Starting/Part1/Starting-Part1 How-To-Get-And-Give-Help Setup/Setup-Overview Howto/Howto-Overview Components/Components-Overview Concepts/Concepts-Overview Evennia-API Coding/Coding-Overview Contribs/Contrib-Overview Links ```