Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
(cherry picked from commit fe75e1b)
  • Loading branch information
deliahu committed Jun 13, 2019
1 parent 2ae0e73 commit 1e309ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/applications/implementations/aggregators.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def aggregate_spark(data, input):
pass
```

See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[`aggregators`](https://github.com/cortexlabs/cortex/blob/0.4/pkg/aggregators)) for example implementations.
See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[aggregators](https://github.com/cortexlabs/cortex/blob/0.4/pkg/aggregators) for example implementations.

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/applications/implementations/estimators.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def create_estimator(run_config, model_config):

See the [tf.estimator.RunConfig](https://www.tensorflow.org/api_docs/python/tf/estimator/RunConfig) and [tf.estimator.Estimator](https://www.tensorflow.org/api_docs/python/tf/estimator/Estimator) documentation for more information.

See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[`estimators`](https://github.com/cortexlabs/cortex/blob/0.4/pkg/estimators)) for example implementations.
See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[estimators](https://github.com/cortexlabs/cortex/blob/0.4/pkg/estimators) for example implementations.

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/applications/implementations/transformers.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def reverse_transform_python(transformed_value, input):
pass
```

See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[`transformers`](https://github.com/cortexlabs/cortex/blob/0.4/pkg/transformers)) for example implementations.
See Cortex's built-in <!-- CORTEX_VERSION_MINOR -->[transformers](https://github.com/cortexlabs/cortex/blob/0.4/pkg/transformers) for example implementations.

## Example

Expand Down

0 comments on commit 1e309ac

Please sign in to comment.