Skip to content

Commit d2b2808

Browse files
authored
Merge pull request #142 from kgisl/create-pull-request/patch
Changes by create-pull-request action
2 parents 16b8695 + 806e0f4 commit d2b2808

File tree

3 files changed

+1347
-1405
lines changed

3 files changed

+1347
-1405
lines changed

docs/Kangaroo.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,23 @@ contents | |
2323

2424

2525

26+
### __init__
27+
28+
29+
Initialize the pouch contents.
30+
name: string contents: initial pouch contents.
31+
32+
#### Parameters
33+
name | description | default
34+
--- | --- | ---
35+
self | |
36+
name | |
37+
contents | | None
38+
39+
40+
41+
42+
2643
### __str__
2744

2845

docs/Point.md

Lines changed: 0 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -6,78 +6,3 @@ attributes: x, y
66

77
## Methods
88

9-
10-
### __init__
11-
12-
13-
14-
15-
#### Parameters
16-
name | description | default
17-
--- | --- | ---
18-
self | |
19-
x | | 0
20-
y | | 0
21-
22-
23-
24-
25-
26-
### __str__
27-
28-
29-
30-
31-
#### Parameters
32-
name | description | default
33-
--- | --- | ---
34-
self | |
35-
36-
37-
38-
39-
40-
### __add__
41-
42-
43-
Adds a Point or tuple.
44-
45-
#### Parameters
46-
name | description | default
47-
--- | --- | ---
48-
self | |
49-
other | |
50-
51-
52-
53-
54-
55-
### add_point
56-
57-
58-
Adds a point.
59-
60-
#### Parameters
61-
name | description | default
62-
--- | --- | ---
63-
self | |
64-
other | |
65-
66-
67-
68-
69-
70-
### add_tuple
71-
72-
73-
Adds a tuple.
74-
75-
#### Parameters
76-
name | description | default
77-
--- | --- | ---
78-
self | |
79-
other | |
80-
81-
82-
83-

0 commit comments

Comments
 (0)