Convert master docs to use MyST

This commit is contained in:
Griatch 2021-10-26 21:14:33 +02:00
parent 6e03216cd9
commit d229ff024c
359 changed files with 3275 additions and 4567 deletions

View file

@ -29,10 +29,10 @@ Some features exemplified by the tutorial world:
## Install
The tutorial world consists of a few modules in `evennia/contrib/tutorial_world/` containing custom
[Typeclasses](./Typeclasses) for [rooms and objects](./Objects) and associated [Commands](./Commands).
[Typeclasses](./Typeclasses.md) for [rooms and objects](./Objects.md) and associated [Commands](./Commands.md).
These reusable bits and pieces are then put together into a functioning game area ("world" is maybe
too big a word for such a small zone) using a [batch script](./Batch-Processors) called `build.ev`. To
too big a word for such a small zone) using a [batch script](./Batch-Processors.md) called `build.ev`. To
install, log into the server as the superuser (user #1) and run:
@batchcommand tutorial_world.build