Skip to content

Commit

Permalink
Vision semi-GAPIC
Browse files Browse the repository at this point in the history
This commit removes the entire Vision manual layer and replaces
it with a thin wrapper around tine GAPIC.

It makes several other changes:

  * The GAPIC and Protos are packaged alongside the library,
    rather than being separate packages on PyPI.
  * The docs are updated.
  * The system tests are dramatically thinned down; more should
    be ported from the old tests before this goes anywhere.

Tagging this "do not merge" for now while other questions about
this are worked out.
  • Loading branch information
lukesneeringer authored and Luke Sneeringer committed May 4, 2017
1 parent 520637c commit f18fd9e
Show file tree
Hide file tree
Showing 78 changed files with 3,751 additions and 8,518 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pip-log.txt
.nox
.tox
.cache
htmlcov

# Translations
*.mo
Expand Down
13 changes: 1 addition & 12 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,18 +213,7 @@
:caption: Vision

vision-usage
vision-annotations
vision-batch
vision-client
vision-color
vision-crop-hint
vision-entity
vision-feature
vision-face
vision-image
vision-safe-search
vision-text
vision-web
vision-api

.. toctree::
:maxdepth: 0
Expand Down
7 changes: 0 additions & 7 deletions docs/vision-annotations.rst

This file was deleted.

5 changes: 1 addition & 4 deletions docs/vision-client.rst → docs/vision-api.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
Vision Client
=============

Client
~~~~~~

.. automodule:: google.cloud.vision.client
.. automodule:: google.cloud.vision_v1
:members:
:undoc-members:
:show-inheritance:
10 changes: 0 additions & 10 deletions docs/vision-batch.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/vision-color.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/vision-crop-hint.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/vision-entity.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/vision-face.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/vision-feature.rst

This file was deleted.

26 changes: 0 additions & 26 deletions docs/vision-image.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/vision-safe-search.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/vision-text.rst

This file was deleted.

Loading

0 comments on commit f18fd9e

Please sign in to comment.