Skip to content

Commit 1e309ac

Browse files
committed
Update docs
(cherry picked from commit fe75e1b)
1 parent 2ae0e73 commit 1e309ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/applications/implementations/aggregators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def aggregate_spark(data, input):
2222
pass
2323
```
2424

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

2727
## Example
2828

docs/applications/implementations/estimators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def create_estimator(run_config, model_config):
2828

2929
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.
3030

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

3333
## Example
3434

docs/applications/implementations/transformers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def reverse_transform_python(transformed_value, input):
6565
pass
6666
```
6767

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

7070
## Example
7171

0 commit comments

Comments
 (0)