Skip to content

Commit

Permalink
[patch:docs] Use explicit HTML anchors for nbviewer URLs (#34)
Browse files Browse the repository at this point in the history
* Reclassify repository as Python

* Use explicit HTML anchors for nbviewer URLs
  • Loading branch information
eonu committed Dec 24, 2019
1 parent 797eae4 commit c727dcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
notebooks/* linguist-documentation
4 changes: 2 additions & 2 deletions notebooks/Pen-Tip Trajectories (Example).ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"\n",
"---\n",
"\n",
"First, we will download the dataset and extract the samples and labels, then convert them so that they are in a format compatible with Sequentia (see the [_Input Format_](https://nbviewer.jupyter.org/github/eonu/sequentia/blob/master/notebooks/1%20-%20Input%20Format%20%28Tutorial%29.ipynb) notebook for more information): "
"First, we will download the dataset and extract the samples and labels, then convert them so that they are in a format compatible with Sequentia (see the <a href=\"https://nbviewer.jupyter.org/github/eonu/sequentia/blob/master/notebooks/1%20-%20Input%20Format%20%28Tutorial%29.ipynb\"><em>Input Format</em></a> notebook for more information): "
]
},
{
Expand Down Expand Up @@ -163,7 +163,7 @@
"- Using a faster, restricted distance measure that can handle sequences of different length (see [FastDTW](https://pdfs.semanticscholar.org/05a2/0cde15e172fc82f32774dd0cf4fe5827cad2.pdf))\n",
"- Parallelization (only supported in the `DTWKNN` class)\n",
"\n",
"The `DTWKNN` class always uses the FastDTW algorithm to calculate distances. Downsampling is offered as one of the preprocessing methods in Sequentia, and is used as follows (see the [_Preprocessing_](https://nbviewer.jupyter.org/github/eonu/sequentia/blob/master/notebooks/2%20-%20Preprocessing%20%28Tutorial%29.ipynb) notebook for more information):"
"The `DTWKNN` class always uses the FastDTW algorithm to calculate distances. Downsampling is offered as one of the preprocessing methods in Sequentia, and is used as follows (see the <a href=\"https://nbviewer.jupyter.org/github/eonu/sequentia/blob/master/notebooks/2%20-%20Preprocessing%20%28Tutorial%29.ipynb\"><em>Preprocessing</em></a> notebook for more information):"
]
},
{
Expand Down

0 comments on commit c727dcb

Please sign in to comment.