summaryrefslogtreecommitdiff
path: root/docs/api-usage.rst
diff options
context:
space:
mode:
authorMax Wittig <max.wittig95@gmail.com>2019-06-10 13:46:45 +0200
committerGitHub <noreply@github.com>2019-06-10 13:46:45 +0200
commite2115b1e5bb0bb2861427dd136362f92ec00619d (patch)
treec8e0b6c8948510f6b7a6bbcf4682a1f3fac86698 /docs/api-usage.rst
parent463cedc952155ad56ce0762bc04e0ff303b093fe (diff)
parent792766319f7c43004460fc9b975549be55430987 (diff)
downloadgitlab-e2115b1e5bb0bb2861427dd136362f92ec00619d.tar.gz
Merge pull request #789 from python-gitlab/no-more-v3
docs: remove v3 support
Diffstat (limited to 'docs/api-usage.rst')
-rw-r--r--docs/api-usage.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/api-usage.rst b/docs/api-usage.rst
index 8ab252c..36981b3 100644
--- a/docs/api-usage.rst
+++ b/docs/api-usage.rst
@@ -2,12 +2,7 @@
Getting started with the API
############################
-python-gitlab supports both GitLab v3 and v4 APIs.
-
-.. note::
-
- To use the v3 make sure to install python-gitlab 1.4. Only the v4 API is
- documented here. See the documentation of earlier versions for the v3 API.
+python-gitlab only supports GitLab APIs v4.
``gitlab.Gitlab`` class
=======================