mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 13:26:30 +01:00
Cleaned up Coding and style guides, improved contribs
This commit is contained in:
parent
ce2d001e35
commit
a77d568709
30 changed files with 1135 additions and 1360 deletions
|
|
@ -3,29 +3,17 @@
|
|||
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.
|
||||
|
||||
|
||||
## Setting up a workflow
|
||||
|
||||
See also the [Beginner Tutorial](../Howtos/Beginner-Tutorial/Beginner-Tutorial-Overview.md).
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
|
||||
Version-Control.md
|
||||
Updating-Your-Game.md
|
||||
|
||||
```
|
||||
|
||||
## Coding away
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
|
||||
Coding-Introduction.md
|
||||
Coding-FAQ.md
|
||||
Debugging.md
|
||||
Unit-Testing.md
|
||||
Profiling.md
|
||||
Evennia-Code-Style.md
|
||||
Coding-FAQ.md
|
||||
Quirks.md
|
||||
```
|
||||
|
||||
|
|
@ -40,7 +28,7 @@ Changelog.md
|
|||
## Third-party integrations
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
|
||||
Continuous-Integration.md
|
||||
Setting-up-PyCharm.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue