Skip to content

Commit

Permalink
docs: more tweaks to index
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Oct 4, 2019
1 parent cbe75f2 commit a2958d6
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions translate/docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. include:: README.rst

Detailed Usage Guide
Usage Guide
--------------------
.. toctree::
:maxdepth: 2
Expand All @@ -9,36 +9,23 @@ Detailed Usage Guide

API Reference
-------------
.. toctree::
:maxdepth: 2

v3
v3beta1
v2

An API and type reference is provided for ``v3``, ``v3beta1``, and ``v2``.

By default, you will get ``v3``. A beta release, spelled ``v3beta1`` is
provided for preview of upcoming features. In order to use this, you will
want to import from ``google.cloud.translate_v3beta1`` in lieu of
``google.cloud.translate``. The previous GA release ``v2`` is also available.
``google.cloud.translate``. The previous release ``v2`` is also available.
Import from ``google.cloud.translate_v2`` to use this release.


<<<<<<< HEAD
v3
v3beta1
v2
=======
A previous beta release, spelled ``v3beta1``, is also available. In order to use this, you will want to import from
``google.cloud.translate_v3beta1`` in lieu of ``google.cloud.translate``.


An API and type reference is provided for v2. In order to use this, import from
``google.cloud.translate_v2`` instead of ``google.cloud.translate``.

.. toctree::
:maxdepth: 2

v3
v3beta1
v2

>>>>>>> docs: split docs toctree

Changelog
---------
Expand Down

0 comments on commit a2958d6

Please sign in to comment.