mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Further update
This commit is contained in:
parent
e6bc22969d
commit
887d392931
1 changed files with 14 additions and 0 deletions
|
|
@ -56,6 +56,20 @@ are useful in the game ...
|
|||
"""
|
||||
```
|
||||
|
||||
Code examples should use the `\`\`\`python` marker to mark
|
||||
multi-line code blocks, such as
|
||||
|
||||
```
|
||||
\`\`\`python
|
||||
|
||||
code here
|
||||
|
||||
\`\`\`
|
||||
```
|
||||
|
||||
Just indenting will not produce the code desired.
|
||||
|
||||
|
||||
### Class docstrings
|
||||
|
||||
The root class docstring should describe the over-arcing use of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue