Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions automl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

[1]: https://pypi.org/project/google-cloud-automl/#history

## 0.1.1

### Documentation
- Fix broken links (#5675)
- bad trove classifier (#5648)

## 0.1.0

### New Features
Expand Down
6 changes: 1 addition & 5 deletions automl/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ Python Client for Cloud AutoML API (`Alpha`_)

`Cloud AutoML API`_: The AutoML project API.

- `Client Library Documentation`_
- `Product Documentation`_

.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
.. _Cloud AutoML API: https://cloud.google.com/automl
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/automl/usage.html
.. _Product Documentation: https://cloud.google.com/automl

Quick Start
Expand Down Expand Up @@ -64,8 +62,6 @@ Windows
Next Steps
~~~~~~~~~~

- Read the `Client Library Documentation`_ for Cloud AutoML API
API to see other available methods on the client.
- Read the `Cloud AutoML API Product documentation`_ to learn
more about the product and see How-to Guides.
- View this `repository’s main README`_ to see the full list of Cloud
Expand All @@ -80,4 +76,4 @@ Api Reference
:maxdepth: 2

gapic/v1beta1/api
gapic/v1beta1/types
gapic/v1beta1/types
2 changes: 1 addition & 1 deletion automl/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

name = 'google-cloud-automl'
description = 'Cloud AutoML API client library'
version = '0.1.0'
version = '0.1.1'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',
Expand Down