Skip to content

Commit

Permalink
docs: remove references to V1 API
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Feb 28, 2024
1 parent a9105fe commit 19332f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
11 changes: 0 additions & 11 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------------

Expand Down
10 changes: 0 additions & 10 deletions doc/source/user/v2-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/deephdc/demo_app>`__.
Expand Down

0 comments on commit 19332f7

Please sign in to comment.