8000 Add Deployment classes to the Repos section · nikicat/github3.py@ff4bef7 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff4bef7

Browse files
committed
Add Deployment classes to the Repos section
1 parent 807f0e1 commit ff4bef7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/repos.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This part of the documentation covers:
88
- :class:`Repository <github3.repos.repo.Repository>`
99
- :class:`Branch <github3.repos.branch.Branch>`
1010
- :class:`Contents <github3.repos.contents.Contents>`
11+
- :class:`Deployment <github3.repos.deployment.Deployment>`
12+
- :class:`DeploymentStatus <github3.repos.deployment.DeploymentStatus>`
1113
- :class:`Hook <github3.repos.hook.Hook>`
1214
- :class:`RepoTag <github3.repos.tag.RepoTag>`
1315
- :class:`RepoComment <github3.repos.comment.RepoComment>`
@@ -46,6 +48,16 @@ Repository Objects
4648

4749
---------
4850

51+
.. autoclass:: github3.repos.deployment.Deployment
52+
:members:
53+
54+
---------
55+
56+
.. autoclass:: github3.repos.deployment.DeploymentStatus
57+
:members:
58+
59+
---------
60+
4961
.. autoclass:: github3.repos.release.Release
5062
:members:
5163

0 commit comments

Comments
 (0)
0