Further update

This commit is contained in:
Griatch 2015-03-08 13:15:05 +01:00
parent e6bc22969d
commit 887d392931

View file

@ -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