Skip to content

Commit cc31a4d

Browse files
committed
Update docs
1 parent 2c1137e commit cc31a4d

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

docs/summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
* [Autoscaling](deployments/realtime-api/autoscaling.md)
2121
* [Prediction monitoring](deployments/realtime-api/prediction-monitoring.md)
2222
* [Traffic Splitter](deployments/realtime-api/traffic-splitter.md)
23-
* [Tutorial](../examples/pytorch/text-generator/README.md)
23+
* [Realtime API tutorial](../examples/pytorch/text-generator/README.md)
2424
* [Batch API](deployments/batch-api.md)
2525
* [Predictor implementation](deployments/batch-api/predictors.md)
2626
* [API configuration](deployments/batch-api/api-configuration.md)
2727
* [API deployment](deployments/batch-api/deployment.md)
2828
* [Endpoints](deployments/batch-api/endpoints.md)
2929
* [Job statuses](deployments/batch-api/statuses.md)
30-
* [Tutorial](../examples/batch/image-classifier/README.md)
30+
* [Batch API tutorial](../examples/batch/image-classifier/README.md)
3131

3232
## Advanced
3333

examples/batch/image-classifier/README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This example shows how to deploy a batch image classification api that accepts a
88

99
## Pre-requisites
1010

11-
- [Install Cortex CLI](../../../docs/cluster-management/install.md#install-the-cli)
12-
- [Create a Cortex Cluster](../../../docs/cluster-management/install.md#running-at-scale-on-aws)
13-
- Create an S3 bucket/directory to store the results of the batch job
14-
- AWS CLI (optional)
11+
* [Install Cortex CLI](../../../docs/cluster-management/install.md#install-the-cli)
12+
* [Create a Cortex Cluster](../../../docs/cluster-management/install.md#running-at-scale-on-aws)
13+
* Create an S3 bucket/directory to store the results of the batch job
14+
* AWS CLI (optional)
1515

1616
<br>
1717

@@ -571,3 +571,11 @@ deleting image-classifier
571571
```
572572

573573
Running `cortex delete` will stop all in progress jobs for the API and will delete job history for that API. It will not spin down your cluster.
574+
575+
## Next steps
576+
577+
<!-- CORTEX_VERSION_MINOR -->
578+
* Deploy another one of our [batch examples](https://github.com/cortexlabs/cortex/tree/master/examples/batch).
579+
* See our [exporting guide](../../../docs/guides/exporting.md) for how to export your model to use in an API.
580+
* Try the [realtime API tutorial](../../pytorch/text-generator/README.md) to learn how to deploy realtime APIs in Cortex.
581+
* See [uninstall](../../../docs/cluster-management/uninstall.md) if you'd like to spin down your cluster.

examples/pytorch/text-generator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Running `cortex delete` will free up cluster resources and allow Cortex to scale
300300

301301
<!-- CORTEX_VERSION_MINOR -->
302302
* Deploy another one of our [examples](https://github.com/cortexlabs/cortex/tree/master/examples).
303-
* See our [exporting guide](../../../guides/exporting.md) for how to export your model to use in an API.
304-
* Try the [batch tutorial](../../batch/image-classifier/README.md) to learn how to deploy batch APIs in Cortex.
303+
* See our [exporting guide](../../../docs/guides/exporting.md) for how to export your model to use in an API.
304+
* Try the [batch API tutorial](../../batch/image-classifier/README.md) to learn how to deploy batch APIs in Cortex.
305305
* See our [traffic splitter example](../../traffic-splitter/README.md) for how to deploy multiple APIs and set up a traffic splitter.
306-
* See [uninstall](uninstall.md) if you'd like to spin down your cluster.
306+
* See [uninstall](../../../docs/cluster-management/uninstall.md) if you'd like to spin down your cluster.

0 commit comments

Comments
 (0)