diff --git a/docs/source/api-reference/projects.rst b/docs/source/api-reference/projects.rst new file mode 100644 index 000000000..08e92d880 --- /dev/null +++ b/docs/source/api-reference/projects.rst @@ -0,0 +1,24 @@ +======================================== + Projectss and their Associated Objects +======================================== + +This section of the documentation covers the representations of various +objects related to the `Projects API`_. + +Project Objects +--------------- + +.. autoclass:: github3.projects.Project + :inherited-members: + +.. autoclass:: github3.projects.ProjectColumn + :inherited-members: + +.. autoclass:: github3.projects.ProjectCard + :inherited-members: + + +.. --- +.. links +.. _Projects API: + https://docs.github.com/en/rest/reference/projects