summaryrefslogtreecommitdiff
path: root/docs/gl_objects/events.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/events.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/events.rst')
-rw-r--r--docs/gl_objects/events.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/gl_objects/events.rst b/docs/gl_objects/events.rst
index eef524f..8071b00 100644
--- a/docs/gl_objects/events.rst
+++ b/docs/gl_objects/events.rst
@@ -17,13 +17,6 @@ Reference
+ :class:`gitlab.v4.objects.UserEventManager`
+ :attr:`gitlab.v4.objects.User.events`
-* v3 API (projects events only):
-
- + :class:`gitlab.v3.objects.ProjectEvent`
- + :class:`gitlab.v3.objects.ProjectEventManager`
- + :attr:`gitlab.v3.objects.Project.events`
- + :attr:`gitlab.Gitlab.project_events`
-
* GitLab API: https://docs.gitlab.com/ce/api/events.html
Examples