Fix unit test. Update/remove more coding docs

This commit is contained in:
Griatch 2022-11-25 21:22:34 +01:00
parent 00035c15d5
commit ff6e01475d
11 changed files with 33 additions and 841 deletions

View file

@ -30,9 +30,9 @@ This is the manual of [Evennia](https://www.evennia.com), the open source Python
## Developing with Evennia
- [Coding with Evennia](Coding/Coding-Overview.md) - coding and development hints and resources
- [Core components](Components/Components-Overview.md) - the core building blocks of Evennia
- [Concepts](Concepts/Concepts-Overview.md) - larger-scale concepts and features
- [Coding](Coding/Coding-Overview.md) - coding and development hints and resources
- [Core Concepts](Concepts/Concepts-Overview.md) - larger-scale concepts and features
- [API](./Evennia-API.md) - the full API-reference, generated from source
- [Default Commands](Components/Default-Commands.md) - list of game commands included out of the box
@ -77,7 +77,6 @@ Links
```{toctree}
:hidden:
Glossary
Evennia-API
Licensing
Unimplemented