From 5292ffb366f97e4dc611dfd49a1dca7d1e934f4c Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sun, 20 May 2018 09:01:05 +0200 Subject: [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 --- docs/gl_objects/groups.rst | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'docs/gl_objects/groups.rst') 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 -- cgit v1.2.1