Fixed all errors in doc building

This commit is contained in:
Griatch 2020-07-11 00:14:13 +02:00
parent 9fbfc8f8d0
commit 76761825d0
80 changed files with 766 additions and 767 deletions

View file

@ -1,6 +1,6 @@
# Creating things
[prev lesson](Learning-Typeclasses) | [next lesson](Searching-Things)
[prev lesson](./Learning-Typeclasses) | [next lesson](./Searching-Things)
We have already created some things - dragons for example. There are many different things to create
in Evennia though. In the last lesson we learned about typeclasses, the way to make objects persistent in the database.
@ -49,5 +49,5 @@ You can find the parent class for Accounts in `typeclasses/accounts.py`.
_TODO_
[prev lesson](Learning-Typeclasses) | [next lesson](Searching-Things)
[prev lesson](./Learning-Typeclasses) | [next lesson](./Searching-Things)