File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ This part of the documentation covers:
8
8
- :class: `Repository <github3.repos.repo.Repository> `
9
9
- :class: `Branch <github3.repos.branch.Branch> `
10
10
- :class: `Contents <github3.repos.contents.Contents> `
11
+ - :class: `Deployment <github3.repos.deployment.Deployment> `
12
+ - :class: `DeploymentStatus <github3.repos.deployment.DeploymentStatus> `
11
13
- :class: `Hook <github3.repos.hook.Hook> `
12
14
- :class: `RepoTag <github3.repos.tag.RepoTag> `
13
15
- :class: `RepoComment <github3.repos.comment.RepoComment> `
@@ -46,6 +48,16 @@ Repository Objects
46
48
47
49
---------
48
50
51
+ .. autoclass :: github3.repos.deployment.Deployment
52
+ :members:
53
+
54
+ ---------
55
+
56
+ .. autoclass :: github3.repos.deployment.DeploymentStatus
57
+ :members:
58
+
59
+ ---------
60
+
49
61
.. autoclass :: github3.repos.release.Release
50
62
:members:
51
63
You can’t perform that action at this time.
0 commit comments