Skip to content

Commit

Permalink
Update hyperlink in tutorial_similarity_based.ipynb
Browse files Browse the repository at this point in the history
The hyperlinks related to their respective URLs on the package documentation page have been updated.
  • Loading branch information
andruizd authored Oct 7, 2024
1 parent 3fa0cfd commit 859b6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/tutorial_similarity_based.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"source": [
"### NSimilarity based methods\n",
"\n",
"Check Documentation: <span style=\"color:red;\">**Missing Documentation**</span>"
"Check Documentation: **[NSimilarity](https://selector.qcdevs.org/api_methods_similarity.html#selector.methods.similarity.NSimilarity)**\n"
]
},
{
Expand Down Expand Up @@ -326,7 +326,7 @@
"source": [
"### Compute diversity of selected points\n",
"\n",
"The similarity of a set of points can be computed using the `SimilarityIndex` class and an appropriate similarity index (Check Documentation: <span style=\"color:red;\">**Missing Documentation**</span>). The diversity of the set can then be computed as `1 - similarity_index`."
"The similarity of a set of points can be computed using the `SimilarityIndex` class and an appropriate similarity index (Check Documentation: **[SimilarityIndex](https://selector.qcdevs.org/api_methods_similarity.html#selector.methods.similarity.SimilarityIndex)**). The diversity of the set can then be computed as `1 - similarity_index`."
]
},
{
Expand Down

0 comments on commit 859b6ba

Please sign in to comment.