From 19332f71bcb2a56d8fbe08a726da2c27f9fa446a Mon Sep 17 00:00:00 2001 From: Alvaro Lopez Garcia Date: Wed, 28 Feb 2024 23:59:21 +0100 Subject: [PATCH] docs: remove references to V1 API --- doc/source/index.rst | 11 ----------- doc/source/user/v2-api.rst | 10 ---------- 2 files changed, 21 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index c6000d45..b12105aa 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -21,17 +21,6 @@ Compatibility The DEEPaaS API works with Python 3.5.3 or higher. -Upgrading from V1 of the API -############################ - -The DEEPaaS API provides two different API versions: V1 and V2. -V1 was the initial API version, supported in releases under ``1.0.0`` and -compatible with Python 2.7+ and Python 3. -Starting with the ``1.0.0`` release V2 is the only version supported and -requires Python 3.5.3 or higher. -Please, read carefully the :ref:`upgrade-notes` before upgrading to a newer -version. - Installation and upgrade documentation -------------------------------------- diff --git a/doc/source/user/v2-api.rst b/doc/source/user/v2-api.rst index ff2e0043..d16575e7 100644 --- a/doc/source/user/v2-api.rst +++ b/doc/source/user/v2-api.rst @@ -3,16 +3,6 @@ Integrating a model into the V2 API (CURRENT) ============================================= - -.. important:: - V2 of the API (starting on release ``1.0.0``) is the default, supported - version. It is backwards incompatible with the V1 version. - -.. note:: - The current version of the DEEPaaS API is V2. The first release supporting this - API version was ``1.0.0``. Please do not be confused with the ``deepaas`` - `release` (i.e. ``0.5.2``, ``1.0.0``) and the DEEPaaS API version (V1 or V2). - If you want to see an example of a module integrated with deepaas, where those methods are actually implemented, please head over to the `deephdc demo app `__.