summaryrefslogtreecommitdiff
path: root/docs/gl_objects/groups.rst
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2018-05-20 09:01:05 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2018-05-20 09:01:05 +0200
commit5292ffb366f97e4dc611dfd49a1dca7d1e934f4c (patch)
tree220659b39e0e5384504de3c63bbff003ad50eec2 /docs/gl_objects/groups.rst
parent2c342372814bbac2203d7b4c0f2cd32541bab979 (diff)
downloadgitlab-5292ffb366f97e4dc611dfd49a1dca7d1e934f4c.tar.gz
[docs] Rework the examples pages
* Get rid of the .py files and bring all the python examples in the RST files * Fix a few things
Diffstat (limited to 'docs/gl_objects/groups.rst')
-rw-r--r--docs/gl_objects/groups.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/gl_objects/groups.rst b/docs/gl_objects/groups.rst
index 493f5d0..d24e53c 100644
--- a/docs/gl_objects/groups.rst
+++ b/docs/gl_objects/groups.rst
@@ -14,12 +14,6 @@ Reference
+ :class:`gitlab.v4.objects.GroupManager`
+ :attr:`gitlab.Gitlab.groups`
-* v3 API:
-
- + :class:`gitlab.v3.objects.Group`
- + :class:`gitlab.v3.objects.GroupManager`
- + :attr:`gitlab.Gitlab.groups`
-
* GitLab API: https://docs.gitlab.com/ce/api/groups.html
Examples
@@ -148,13 +142,6 @@ Reference
+ :class:`gitlab.v4.objects.GroupMemberManager`
+ :attr:`gitlab.v4.objects.Group.members`
-* v3 API:
-
- + :class:`gitlab.v3.objects.GroupMember`
- + :class:`gitlab.v3.objects.GroupMemberManager`
- + :attr:`gitlab.v3.objects.Group.members`
- + :attr:`gitlab.Gitlab.group_members`
-
* GitLab API: https://docs.gitlab.com/ce/api/groups.html