mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Fix unit test. Update/remove more coding docs
This commit is contained in:
parent
00035c15d5
commit
ff6e01475d
11 changed files with 33 additions and 841 deletions
|
|
@ -1,20 +1,20 @@
|
|||
# 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. If you are an experienced coder, much of this will be familiar to you, but some things may still be useful.
|
||||
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
|
||||
Version-Control.md
|
||||
Debugging.md
|
||||
Unit-Testing.md
|
||||
Profiling.md
|
||||
Evennia-Code-Style.md
|
||||
Coding-FAQ.md
|
||||
Quirks.md
|
||||
Continuous-Integration.md
|
||||
Setting-up-PyCharm.md
|
||||
```
|
||||
|
||||
## Evennia Changelog
|
||||
|
|
@ -25,12 +25,3 @@ Quirks.md
|
|||
Changelog.md
|
||||
```
|
||||
|
||||
## Third-party integrations
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 1
|
||||
|
||||
Continuous-Integration.md
|
||||
Setting-up-PyCharm.md
|
||||
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue