Commit 61e2e92e authored by Steve Tjoa's avatar Steve Tjoa

new style, changed links

parent 1f2af18b
h1, h2, h3, h4,
p, li
{
font-family: Optima, Candara, Calibri, sans-serif;
font-weight: 400;
}
h1 { font-size: 300% !important; } h1 { font-size: 300% !important; }
...@@ -110,6 +110,16 @@ ...@@ -110,6 +110,16 @@
.highlight .vi { color: #19177C } /* Name.Variable.Instance */ .highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
</style> </style>
<style type="text/css">
/*
Placeholder for custom user CSS
mainly to be overridden in profile/static/custom/custom.css
This will always be an empty file in IPython
*/
</style>
<style type="text/css"> <style type="text/css">
...@@ -176,7 +186,7 @@ div#notebook { ...@@ -176,7 +186,7 @@ div#notebook {
</div> </div>
<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">
<h1 id="musicinformationretrieval.com">musicinformationretrieval.com<a class="anchor-link" href="#musicinformationretrieval.com">&#182;</a></h1> <h1 id="Music-Information-Retrieval">Music Information Retrieval<a class="anchor-link" href="#Music-Information-Retrieval">&#182;</a></h1>
</div> </div>
</div> </div>
</div> </div>
...@@ -195,9 +205,9 @@ div#notebook { ...@@ -195,9 +205,9 @@ 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="about/">About musicinformationretrieval.com</a></li> <li><a href="about.html">About musicinformationretrieval.com</a> (<a href="about.slides.html">slides</a> | <a href="about.ipynb">ipynb</a>)</li>
<li><a href="notebooks/get_good_at_ipython.ipynb">Getting Good at IPython</a></li> <li><a href="notebooks/get_good_at_ipython.ipynb">Getting Good at IPython</a></li>
<li><a href="notebooks/ipython_audio.ipynb">Using Audio in IPython</a></li> <li><a href="ipython_audio.html">Using Audio in IPython</a> (<a href="ipython_audio.slides.html">slides</a> | <a href="notebooks/ipython_audio.ipynb">ipynb</a>)</li>
<li><a href="notebooks/python_basics.ipynb">Python Basics</a></li> <li><a href="notebooks/python_basics.ipynb">Python Basics</a></li>
<li><a href="notebooks/numpy_basics.ipynb">NumPy, SciPy, Matplotlib Basics</a></li> <li><a href="notebooks/numpy_basics.ipynb">NumPy, SciPy, Matplotlib Basics</a></li>
</ol> </ol>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# musicinformationretrieval.com" "# Music Information Retrieval"
] ]
}, },
{ {
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"1. [About musicinformationretrieval.com](about/)\n", "1. [About musicinformationretrieval.com](about.html) ([slides](about.slides.html) | [ipynb](about.ipynb))\n",
"1. [Getting Good at IPython](notebooks/get_good_at_ipython.ipynb)\n", "1. [Getting Good at IPython](notebooks/get_good_at_ipython.ipynb)\n",
"1. [Using Audio in IPython](notebooks/ipython_audio.ipynb)\n", "1. [Using Audio in IPython](ipython_audio.html) ([slides](ipython_audio.slides.html) | [ipynb](notebooks/ipython_audio.ipynb))\n",
"1. [Python Basics](notebooks/python_basics.ipynb)\n", "1. [Python Basics](notebooks/python_basics.ipynb)\n",
"1. [NumPy, SciPy, Matplotlib Basics](notebooks/numpy_basics.ipynb)" "1. [NumPy, SciPy, Matplotlib Basics](notebooks/numpy_basics.ipynb)"
] ]
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
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