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

36 lines
674 B
Markdown
Raw Normal View History

# Coding and development help
This documentation aims to help you set up a sane development environment to
2022-11-21 00:33:36 +01:00
make your game, also if you never coded before. If you are an experienced coder, much of this will be familiar to you, but some things may still be useful.
See also the [Beginner Tutorial](../Howtos/Beginner-Tutorial/Beginner-Tutorial-Overview.md).
```{toctree}
:maxdepth: 2
Version-Control.md
Debugging.md
Unit-Testing.md
Profiling.md
Evennia-Code-Style.md
Coding-FAQ.md
Quirks.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
```
## Third-party integrations
```{toctree}
:maxdepth: 1
Continuous-Integration.md
Setting-up-PyCharm.md
```