summaryrefslogtreecommitdiff
path: root/docs/gl_objects/labels.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gl_objects/labels.rst')
-rw-r--r--docs/gl_objects/labels.rst20
1 files changed, 17 insertions, 3 deletions
diff --git a/docs/gl_objects/labels.rst b/docs/gl_objects/labels.rst
index 3973b0b..d444217 100644
--- a/docs/gl_objects/labels.rst
+++ b/docs/gl_objects/labels.rst
@@ -2,9 +2,23 @@
Labels
######
-Use :class:`~gitlab.objects.ProjectLabel` objects to manipulate labels for
-projects. The :attr:`gitlab.Gitlab.project_labels` and :attr:`Project.labels
-<gitlab.objects.Project.labels>` manager objects provide helper functions.
+Reference
+---------
+
+* v4 API:
+
+ + :class:`gitlab.v4.objects.ProjectLabel`
+ + :class:`gitlab.v4.objects.ProjectLabelManager`
+ + :attr:`gitlab.v4.objects.Project.labels`
+
+* v3 API:
+
+ + :class:`gitlab.v3.objects.ProjectLabel`
+ + :class:`gitlab.v3.objects.ProjectLabelManager`
+ + :attr:`gitlab.v3.objects.Project.labels`
+ + :attr:`gitlab.Gitlab.project_labels`
+
+* GitLab API: https://docs.gitlab.com/ce/api/labels.html
Examples
--------