summaryrefslogtreecommitdiff
path: root/docs/gl_objects/appearance.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gl_objects/appearance.rst')
-rw-r--r--docs/gl_objects/appearance.rst26
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/gl_objects/appearance.rst b/docs/gl_objects/appearance.rst
deleted file mode 100644
index 0c05268..0000000
--- a/docs/gl_objects/appearance.rst
+++ /dev/null
@@ -1,26 +0,0 @@
-##########
-Appearance
-##########
-
-Reference
----------
-
-* v4 API:
-
- + :class:`gitlab.v4.objects.ApplicationAppearance`
- + :class:`gitlab.v4.objects.ApplicationAppearanceManager`
- + :attr:`gitlab.Gitlab.appearance`
-
-* GitLab API: https://docs.gitlab.com/ce/api/appearance.html
-
-Examples
---------
-
-Get the appearance::
-
- appearance = gl.appearance.get()
-
-Update the appearance::
-
- appearance.title = "Test"
- appearance.save()