| | 1 | == [InternalDocumentation Internal Documentation]/[wiki:Classes Classes] == |
| | 2 | ----- |
| | 3 | |
| | 4 | = Class {name_of_class} = |
| | 5 | Defined in file xyzzy.py. |
| | 6 | |
| | 7 | == Discussion == |
| | 8 | |
| | 9 | Put a general discussion of the class, it's usage, whatever, here. |
| | 10 | |
| | 11 | == {name_of_class} Attributes == |
| | 12 | |
| | 13 | || '''attribute_name''' || Detailed discussion of attribute || |
| | 14 | |
| | 15 | == {name_of_class} Methods == |
| | 16 | |
| | 17 | || '''!BearingTo(self, P)''' || Returns the bearing in degrees from `self` to point `P`. || |
| | 18 | |
| | 19 | == Notes == |
| | 20 | |
| | 21 | Any notes necessary go here. Things like "This class is deprecated/obsolete", etc. |
| | 22 | |
| | 23 | ----- |
| | 24 | == [InternalDocumentation Internal Documentation]/[wiki:Classes Classes] == |