mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 14:26:30 +01:00
Clean up develop doc build to avoid clashes
This commit is contained in:
parent
4fa9f12d65
commit
dca88243f4
23 changed files with 82 additions and 83 deletions
|
|
@ -1,7 +1,5 @@
|
|||
# Starting to code Evennia
|
||||
|
||||
[prev lesson](./Tutorial-World-Introduction) | [next lesson](./Gamedir-Overview)
|
||||
|
||||
Time to dip our toe into some coding! Evennia is written and extended in [Python](http://python.org), which
|
||||
is a mature and professional programming language that is very fast to work with.
|
||||
|
||||
|
|
@ -651,4 +649,3 @@ practice you will be writing most your code in Python modules.
|
|||
To that end we also created a first new Python module in the `mygame/` game dir, then imported and used it.
|
||||
Now let's look at the rest of the stuff you've got going on inside that `mygame/` folder ...
|
||||
|
||||
[prev lesson](./Tutorial-World-Introduction) | [next lesson](./Gamedir-Overview)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue