From aa544ab05fb53ae993fb9c662f41633aeda37ad8 Mon Sep 17 00:00:00 2001 From: Michael Johns Date: Tue, 21 Mar 2023 10:46:23 -0400 Subject: [PATCH 1/3] Update README.md Removed style tags. --- notebooks/examples/python/SpatialKNN/README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/notebooks/examples/python/SpatialKNN/README.md b/notebooks/examples/python/SpatialKNN/README.md index c07431171..bfa267138 100644 --- a/notebooks/examples/python/SpatialKNN/README.md +++ b/notebooks/examples/python/SpatialKNN/README.md @@ -65,16 +65,3 @@ Usually when asserting the notion of nearest neighbors we fix that notion to the This notebook series was run on Databricks with the [Mosaic](https://github.com/databrickslabs/mosaic/tree/main/python) library installed. For this example it is recommended to install it from [PyPi](https://pypi.org/project/databricks-mosaic/) on your Databricks cluster like [so](https://docs.databricks.com/libraries/cluster-libraries.html). __Make sure you run this on Databricks ML Runtime (initially implemented on 11.3 LTS).__ *notebook original author [@milos-colic](https://github.com/milos-colic) | submitted by [@mjohns-databricks](https://github.com/mjohns-databricks)* - - - \ No newline at end of file From e1cbaaa6889c9e8e443a72ad2fe44180be3c1e4f Mon Sep 17 00:00:00 2001 From: Michael Johns Date: Tue, 21 Mar 2023 10:50:54 -0400 Subject: [PATCH 2/3] Update spatial-knn.rst Fixed links for rst vs md syntax. --- docs/source/models/spatial-knn.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/models/spatial-knn.rst b/docs/source/models/spatial-knn.rst index 63061ae9f..491139805 100644 --- a/docs/source/models/spatial-knn.rst +++ b/docs/source/models/spatial-knn.rst @@ -2,8 +2,8 @@ Spatial K Nearest Neighbours ============================ -* Runnable notebook based python example available, see [here](https://github.com/databrickslabs/mosaic/tree/main/notebooks/examples/python/SpatialKNN) -* Also, reference SpatialKNN code-level APIs [Python](https://github.com/databrickslabs/mosaic/blob/main/python/mosaic/models/knn/spatial_knn.py) | [Scala](https://github.com/databrickslabs/mosaic/tree/main/src/main/scala/com/databricks/labs/mosaic/models/knn) for any additions or changes +* Runnable notebook based python example available, see `here ` +* Also, reference SpatialKNN code-level APIs `Python ` | `Scala ` for any additions or changes Intro ################### From b5a8557f7c8af91d0ca80578a5e390ae68245639 Mon Sep 17 00:00:00 2001 From: Michael Johns Date: Tue, 21 Mar 2023 10:54:26 -0400 Subject: [PATCH 3/3] Update spatial-knn.rst adding underscores for rst link syntax. --- docs/source/models/spatial-knn.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/models/spatial-knn.rst b/docs/source/models/spatial-knn.rst index 491139805..226142ba1 100644 --- a/docs/source/models/spatial-knn.rst +++ b/docs/source/models/spatial-knn.rst @@ -2,8 +2,8 @@ Spatial K Nearest Neighbours ============================ -* Runnable notebook based python example available, see `here ` -* Also, reference SpatialKNN code-level APIs `Python ` | `Scala ` for any additions or changes +* Runnable notebook based python example available, see `here `__ +* Also, reference SpatialKNN code-level APIs `Python `__ | `Scala `__ for any additions or changes Intro ###################