mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
Taking pass cleaning up docs
This commit is contained in:
parent
c75708a32c
commit
b7e819b5a0
19 changed files with 116 additions and 269 deletions
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
These are the 'building blocks' out of which Evennia is built. This documentation is complementary to, and often goes deeper than, the doc-strings of each component in the [API](../Evennia-API.md).
|
||||
|
||||
## Database entites
|
||||
## Basic entites
|
||||
|
||||
These are base pieces used to make an Evennia game. Most are long-lived and are persisted in the database.
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
|
|
@ -20,11 +22,13 @@ Tags.md
|
|||
Prototypes.md
|
||||
Help-System.md
|
||||
Permissions.md
|
||||
|
||||
Portal-And-Server.md
|
||||
```
|
||||
|
||||
## Commands
|
||||
|
||||
Evennia's Command system handle everything sent to the server by the user.
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
|
||||
|
|
@ -36,11 +40,15 @@ Connection-Screen.md
|
|||
Batch-Processors.md
|
||||
Batch-Code-Processor.md
|
||||
Batch-Command-Processor.md
|
||||
Inputfuncs.md
|
||||
Outputfuncs.md
|
||||
```
|
||||
|
||||
|
||||
## Utils and tools
|
||||
|
||||
Evennia provides a library of code resources to help the creation of a game.
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
|
||||
|
|
@ -59,30 +67,15 @@ Signals.md
|
|||
|
||||
## Web components
|
||||
|
||||
Evennia is also its own webserver, with a website and in-browser webclient you can expand on.
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
|
||||
Website.md
|
||||
Web-API.md
|
||||
Web-Admin.md
|
||||
```
|
||||
|
||||
## Server and network
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
|
||||
Portal-And-Server.md
|
||||
Inputfuncs.md
|
||||
Outputfuncs.md
|
||||
Server.md
|
||||
Setup/Server-Conf.md
|
||||
Webserver.md
|
||||
Webclient.md
|
||||
Web-Admin.md
|
||||
Webserver.md
|
||||
Web-API.md
|
||||
Bootstrap-Components-and-Utilities.md
|
||||
Signals.md
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue