Skip to content

Commit 2692579

Browse files
committed
Add docs links to built-in implementations
1 parent 69b568d commit 2692579

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/applications/implementations/aggregators.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ 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/master/pkg/aggregators)) for example implementations.
26+
2527
## Example
2628

2729
```python

docs/applications/implementations/estimators.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ 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/master/pkg/estimators)) for example implementations.
32+
3133
## Example
3234

3335
```python

docs/applications/implementations/transformers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ 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/master/pkg/transformers)) for example implementations.
69+
6870
## Example
6971

7072
```python

0 commit comments

Comments
 (0)