-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prep language docs for repo split. (#5932)
- Move docs from 'docs/language' into 'language/docs' and leave symlink. - Harmonize / DRY 'language/README.rst' and 'language/docs/index.rst'. - Ensure that docs still build from top-level. Toward #5912.
- Loading branch information
Showing
10 changed files
with
643 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Language Client API Reference | ||
============================= | ||
|
||
This package includes clients for multiple versions of the Natural Language | ||
API. By default, you will get ``v1``, the latest GA version. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
gapic/v1/api | ||
gapic/v1/types | ||
|
||
If you are interested in beta features ahead of the latest GA, you may | ||
opt-in to the v1.1 beta, which is spelled ``v1beta2``. In order to do this, | ||
you will want to import from ``google.cloud.language_v1beta2`` in lieu of | ||
``google.cloud.language``. | ||
|
||
An API and type reference is provided for the v1.1 beta also: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
gapic/v1beta2/api | ||
gapic/v1beta2/types | ||
|
||
.. note:: | ||
|
||
The client for the beta API is provided on a provisional basis. The API | ||
surface is subject to change, and it is possible that this client will be | ||
deprecated or removed after its features become GA. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../CHANGELOG.md |
Oops, something went wrong.