evennia/docs/source/Coding/Coding-Overview.md

29 lines
507 B
Markdown
Raw Normal View History

# Coding and development help
This documentation aims to help you set up a sane development environment to
make your game, also if you never coded before.
See also the [Beginner Tutorial](../Howtos/Beginner-Tutorial/Beginner-Tutorial-Overview.md).
```{toctree}
:maxdepth: 2
Evennia-Code-Style.md
Default-Command-Syntax.md
Version-Control.md
Debugging.md
Unit-Testing.md
Profiling.md
Continuous-Integration.md
Setting-up-PyCharm.md
2022-11-23 22:14:59 +01:00
```
2022-11-23 22:14:59 +01:00
## Evennia Changelog
2022-11-24 00:01:57 +01:00
```{toctree}
2022-11-23 22:14:59 +01:00
:maxdepth: 2
Changelog.md
```