evennia/docs/1.0-dev/_sources/Coding/Coding-Overview.md.txt

28 lines
481 B
Text
Raw Normal View History

# Coding and development help
This documentation aims to help you set up a sane development environment to
2022-11-25 20:28:54 +00:00
make your game, also if you never coded before.
2022-11-23 20:20:36 +00:00
See also the [Beginner Tutorial](../Howtos/Beginner-Tutorial/Beginner-Tutorial-Overview.md).
```{toctree}
:maxdepth: 2
2022-11-25 20:28:54 +00:00
Evennia-Code-Style.md
Version-Control.md
Debugging.md
Unit-Testing.md
Profiling.md
2022-11-25 20:28:54 +00:00
Continuous-Integration.md
Setting-up-PyCharm.md
2022-11-23 21:21:51 +00:00
```
2022-11-23 21:21:51 +00:00
## Evennia Changelog
2022-11-23 23:07:10 +00:00
```{toctree}
2022-11-23 21:21:51 +00:00
:maxdepth: 2
Changelog.md
```