Clean up develop doc build to avoid clashes

This commit is contained in:
Griatch 2020-10-19 22:40:43 +02:00
parent 4fa9f12d65
commit dca88243f4
23 changed files with 82 additions and 83 deletions

View file

@ -1,7 +1,5 @@
# Using the game and building stuff
[prev lesson](./Starting-Part1) | [next lesson](./Tutorial-World-Introduction)
In this lesson we will test out what we can do in-game out-of-the-box. Evennia ships with
[around 90 default commands](api:evennia.commands.default#modules), and while you can override those as you please,
they can be quite useful.
@ -312,5 +310,3 @@ You will now find your new `History` entry in the `help` list and read your help
After this brief introduction to building and using in-game commands you may be ready to see a more fleshed-out
example. Evennia comes with a tutorial world for you to explore. We will try that out in the next section.
[prev lesson](./Starting-Part1) | [next lesson](./Tutorial-World-Introduction)