Clean up develop doc build to avoid clashes

This commit is contained in:
Griatch 2020-10-19 22:40:43 +02:00
parent 9238a9bb58
commit 03fcb81fb3
23 changed files with 82 additions and 83 deletions

View file

@ -1,6 +1,5 @@
# Creating 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.
@ -48,6 +47,3 @@ You can find the parent class for Accounts in `typeclasses/accounts.py`.
_TODO_
[prev lesson](./Learning-Typeclasses) | [next lesson](./Searching-Things)