Skip to content

Commit

Permalink
Merge pull request #196 from vespa-engine/tgm/remove-docker-cloud-fro…
Browse files Browse the repository at this point in the history
…m-package

Update documentation reference to use deployment module
  • Loading branch information
Thiago G. Martins authored Aug 27, 2021
2 parents 55efef1 + 37b6199 commit 1bedef7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We can locally deploy our `app_package` using Docker without leaving the notebook, by creating an instance of [VespaDocker](../../reference-api.rst#vespa.package.VespaDocker), as shown below:"
"We can locally deploy our `app_package` using Docker without leaving the notebook, by creating an instance of [VespaDocker](../../reference-api.rst#vespa.deployment.VespaDocker), as shown below:"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/source/reference-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@ Deploy your application
VespaDocker
-----------

.. autoclass:: vespa.package.VespaDocker
.. autoclass:: vespa.deployment.VespaDocker
:members:
:special-members: __init__

VespaCloud
----------

.. autoclass:: vespa.package.VespaCloud
.. autoclass:: vespa.deployment.VespaCloud
:members:
:special-members: __init__

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We have now defined a basic text search app containing relevant fields, a fieldset to group fields together, and a rank profile to rank matched documents. It is time to deploy our application. We can locally deploy our `app_package` using Docker without leaving the notebook, by creating an instance of [VespaDocker](https://pyvespa.readthedocs.io/en/latest/reference-api.html#vespa.package.VespaDocker), as shown below:"
"We have now defined a basic text search app containing relevant fields, a fieldset to group fields together, and a rank profile to rank matched documents. It is time to deploy our application. We can locally deploy our `app_package` using Docker without leaving the notebook, by creating an instance of [VespaDocker](https://pyvespa.readthedocs.io/en/latest/reference-api.html#vespa.deployment.VespaDocker), as shown below:"
]
},
{
Expand Down

0 comments on commit 1bedef7

Please sign in to comment.