From 86ab04e54ea4175f10053decfad5086cda7aa024 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Mon, 29 Nov 2021 20:57:05 -0800 Subject: Close-out `master` branch Until we delete the `master` branch, delete all content except a short README that tells people to use the `main` branch. --- docs/gl_objects/namespaces.rst | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 docs/gl_objects/namespaces.rst (limited to 'docs/gl_objects/namespaces.rst') diff --git a/docs/gl_objects/namespaces.rst b/docs/gl_objects/namespaces.rst deleted file mode 100644 index 1aebd29..0000000 --- a/docs/gl_objects/namespaces.rst +++ /dev/null @@ -1,25 +0,0 @@ -########## -Namespaces -########## - -Reference ---------- - -* v4 API: - - + :class:`gitlab.v4.objects.Namespace` - + :class:`gitlab.v4.objects.NamespaceManager` - + :attr:`gitlab.Gitlab.namespaces` - -* GitLab API: https://docs.gitlab.com/ce/api/namespaces.html - -Examples --------- - -List namespaces:: - - namespaces = gl.namespaces.list() - -Search namespaces:: - - namespaces = gl.namespaces.list(search='foo') -- cgit v1.2.1