2022-11-15 20:46:50 +01:00
```{warning}
This is the **WIP** documentation of the development branch of Evennia (v1.0-dev).
Unless you are beta-testing the new version, you are likely best
off using v0.9.5 of the docs (switch to it in the bottom left)
or the original github wiki. You have been warned.
```
# Evennia Documentation
2022-11-19 20:49:24 +01:00
This is the manual of [Evennia ](https://www.evennia.com ), the open source Python `MU*` creation system. Use the Search bar on the left to find or discover interesting articles.
2022-11-15 20:46:50 +01:00
2022-11-24 00:01:57 +01:00
- [Introduction ](./Evennia-Introduction.md ) - what is this Evennia thing?
2022-11-27 21:11:38 +01:00
- [Evennia in Pictures ](./Evennia-In-Pictures.md ) - a visual overview of Evennia
2022-11-25 19:47:32 +01:00
- [Contributing and Getting help ](./Contributing.md ) - when you get stuck or want to chip in
2022-11-15 20:46:50 +01:00
2022-11-19 01:48:49 +01:00
## Setup
2022-11-15 20:46:50 +01:00
2022-11-25 19:47:32 +01:00
- [Installation ](Setup/Setup-Overview.md#installation-and-running ) - getting started
- [Running the Game ](Setup/Running-Evennia.md ) - how to start, stop and reload Evennia
- [Updating the Server ](Setup/Updating-Evennia.md ) - how to update Evennia
- [Configuration ](Setup/Setup-Overview.md#configuration ) - how to set up Evennia the way you like it
- [Going Online ](Setup/Setup-Overview.md#going-online ) - bringing your game online
2022-11-15 20:46:50 +01:00
2022-11-21 00:33:36 +01:00
## Tutorials and Howtos
2022-11-15 20:46:50 +01:00
2022-11-21 08:33:32 +01:00
- [The Beginner Tutorial ](Howtos/Howtos-Overview.md#beginner-tutorial ) - learn the basics and build a small game (in progress)
- [Tutorials and Howto's ](Howtos/Howtos-Overview.md#howtos ) - mixed tutorials and help articles to learn Evennia
2022-11-27 21:11:38 +01:00
- [Coding with Evennia ](Coding/Coding-Overview.md ) - resources and hints for coding and development
2022-11-15 20:46:50 +01:00
2022-11-27 21:11:38 +01:00
## The Evennia Library
2022-11-15 20:46:50 +01:00
- [Core components ](Components/Components-Overview.md ) - the core building blocks of Evennia
2022-11-25 21:22:34 +01:00
- [Core Concepts ](Concepts/Concepts-Overview.md ) - larger-scale concepts and features
2022-11-15 20:46:50 +01:00
- [API ](./Evennia-API.md ) - the full API-reference, generated from source
2022-11-19 01:48:49 +01:00
## Contributions and Info
2022-11-15 20:46:50 +01:00
- [Contribs ](Contribs/Contribs-Overview.md ) - game-specific code and snippets to use for your game
2022-11-27 21:11:38 +01:00
- [Documentation - how to contribute ](./Contributing-Docs.md ) - if you want to help out with this manual
2022-11-24 00:01:57 +01:00
- [License ](./Licensing.md ) - Evennia licensing FAQ
2022-11-27 21:11:38 +01:00
- [Links ](./Links.md ) - useful links if you need extra reading
2022-11-15 20:46:50 +01:00
----
## All Sections
2022-11-19 01:48:49 +01:00
< details >
2022-11-15 20:46:50 +01:00
< summary >
2022-11-23 21:15:23 +01:00
Click here to expand the full Documentation index.
2022-11-15 20:46:50 +01:00
< / summary >
```{toctree}
:maxdepth: 3
Evennia-Introduction
2022-11-27 21:11:38 +01:00
Evennia-In-Pictures
2022-11-25 19:47:32 +01:00
Setup/Running-Evennia
Setup/Updating-Evennia
2022-11-15 20:46:50 +01:00
Setup/Setup-Overview
2022-11-25 19:47:32 +01:00
2022-11-15 20:46:50 +01:00
Howtos/Howtos-Overview
Components/Components-Overview
Concepts/Concepts-Overview
Coding/Coding-Overview
Contribs/Contribs-Overview
Contributing
Contributing-Docs
Licensing
Links
```
< / details >
```{toctree}
:hidden:
Evennia-API
Licensing
Unimplemented
```