Commit 73f6f4c4 authored by Steve Tjoa's avatar Steve Tjoa

more segmentation

parent 58dd8d74
...@@ -14,3 +14,6 @@ p, li ...@@ -14,3 +14,6 @@ p, li
font-size: 120% !important; font-size: 120% !important;
line-height: 1.5; line-height: 1.5;
} }
a { text-decoration: none !important; }
a:focus, a:hover { text-decoration: underline !important; }
...@@ -355,7 +355,7 @@ div#notebook { ...@@ -355,7 +355,7 @@ div#notebook {
<div class="inner_cell"> <div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html"> <div class="text_cell_render border-box-sizing rendered_html">
<ol> <ol>
<li><a href="segmentation_essentia.html">Segmentation in Essentia</a> (<a href="segmentation_essentia.ipynb">ipynb</a>)</li> <li><a href="segmentation.html">Segmentation</a> (<a href="segmentation.ipynb">ipynb</a>)</li>
</ol> </ol>
</div> </div>
......
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"1. [Segmentation in Essentia](segmentation_essentia.html) ([ipynb](segmentation_essentia.ipynb))" "1. [Segmentation](segmentation.html) ([ipynb](segmentation.ipynb))"
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment