Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mdincluded links #1683

Merged
merged 2 commits into from
Apr 14, 2020
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions doc/source/graph/ksonnet_templates.rst

This file was deleted.

2 changes: 1 addition & 1 deletion doc/source/reference/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
| Description | Image URL | Stable Version |
|-------------|-----------|----------------|
| [NVIDIA inference server proxy](integration_nvidia_link.rst) | [seldonio/nvidia-inference-server-proxy](https://hub.docker.com/r/seldonio/nvidia-inference-server-proxy/tags/) | 0.1 |
| [SageMaker proxy](integration_sagemaker_link.rst) | [seldonio/sagemaker-proxy](https://hub.docker.com/r/seldonio/sagemaker-proxy/tags/) | 0.1 |
| [SageMaker proxy](https://github.com/SeldonIO/seldon-core/tree/master/integrations/sagemaker) | [seldonio/sagemaker-proxy](https://hub.docker.com/r/seldonio/sagemaker-proxy/tags/) | 0.1 |
| [Tensorflow Serving REST proxy](../servers/tensorflow.md) | [seldonio/tfserving-proxy_rest](https://hub.docker.com/r/seldonio/tfserving-proxy_rest/tags/) | 0.7 |
| [Tensorflow Serving GRPC proxy](../servers/tensorflow.md) | [seldonio/tfserving-proxy_grpc](https://hub.docker.com/r/seldonio/tfserving-proxy_grpc/tags/) | 0.7 |

Expand Down
Binary file added doc/source/reference/mnist-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion incubating/wrappers/s2i/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

This is an initial example Go project to illustrate how Go microservices can be built and deployed for management by Seldon Core.

Follow the [notebook](SeldonGoModel.ipynb) to test.
Follow the [notebook](https://github.com/SeldonIO/seldon-core/blob/master/incubating/wrappers/s2i/go/SeldonGoModel.ipynb) to test.

2 changes: 1 addition & 1 deletion integrations/nvidia-inference-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ An example SeldonDeployment Kubernetes resource taken from the MNIST demo is sho

Examples:

* [MNIST with Nvidia Inference Server](../../examples/models/nvidia-mnist/nvidia_mnist.ipynb).
* [MNIST with Nvidia Inference Server](https://github.com/SeldonIO/seldon-core/blob/master/examples/models/nvidia-mnist/nvidia_mnist.ipynb).
2 changes: 1 addition & 1 deletion integrations/tfserving/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ An example resource with the proxy and a Tensorflow Serving server is shown belo

Examples:

* [MNIST with TensorFlow Serving Proxy](../../examples/models/tfserving-mnist/tfserving-mnist.ipynb).
* [MNIST with TensorFlow Serving Proxy](https://github.com/SeldonIO/seldon-core/blob/master/examples/models/tfserving-mnist/tfserving-mnist.ipynb).