Skip to content

Commit

Permalink
Fix title of custom ambassador notebook, fix prerequistes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Gorelli committed Oct 1, 2019
1 parent f639509 commit 8658c21
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion doc/source/examples/notebooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Notebooks
.. toctree::
:maxdepth: 1

Ambassador Canary <ambassador_canary>
Ambassador Canary <ambassador_canary>
Ambassador Shadow <ambassador_shadow>
Ambassador Headers <ambassador_headers>
Expand Down
2 changes: 1 addition & 1 deletion examples/ambassador/canary/ambassador_canary.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Prerequistes\n",
"## Prerequisites\n",
"\n",
"You will need\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions examples/ambassador/custom/ambassador_custom.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Custom Header Routing with Seldon and Ambassador\n",
"# Custom URL prefix with Seldon and Ambassador\n",
"\n",
"This notebook shows how you can deploy Seldon Deployments with custom Ambassador configuration."
]
Expand All @@ -13,7 +13,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Prerequistes\n",
"## Prerequisites\n",
"\n",
"You will need\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/ambassador/headers/ambassador_headers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Prerequistes\n",
"## Prerequisites\n",
"\n",
"You will need\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/ambassador/shadow/ambassador_shadow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Prerequistes\n",
"## Prerequisites\n",
"\n",
"You will need\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/istio/canary_update/canary.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Prerequistes\n",
"## Prerequisites\n",
"You will need\n",
" - [Git clone of Seldon Core](https://github.com/SeldonIO/seldon-core)\n",
" - A running Kubernetes cluster with kubectl authenticated\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/models/autoscaling/autoscaling_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Prerequistes\n",
"## Prerequisites\n",
"\n",
"You will need\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/helm_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Prerequistes\n",
"## Prerequisites\n",
"You will need\n",
" - [Git clone of Seldon Core](https://github.com/SeldonIO/seldon-core)\n",
" - A running Kubernetes cluster with kubectl authenticated\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/istio_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Prerequistes\n",
"## Prerequisites\n",
"You will need\n",
" - [Git clone of Seldon Core](https://github.com/SeldonIO/seldon-core)\n",
" - A running Kubernetes cluster with kubectl authenticated\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/max_grpc_msg_size.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Prerequistes\n",
"## Prerequisites\n",
"\n",
"You will need\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/timeouts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Prerequistes\n",
"## Prerequisites\n",
"\n",
"You will need\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion testing/notebooks/helm_tests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Prerequistes\n",
"## Prerequisites\n",
"You will need\n",
" - [Git clone of Seldon Core](https://github.com/SeldonIO/seldon-core)\n",
" - A running Kubernetes cluster with kubectl authenticated\n",
Expand Down

0 comments on commit 8658c21

Please sign in to comment.