Skip to content

Commit

Permalink
fixes tutorials links on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Aug 21, 2020
1 parent ff10712 commit dac73ed
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 18 deletions.
17 changes: 11 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,17 @@ If anything is unclear, please `open an issue <https://github.com/LabForComputat
:maxdepth: 1
:caption: Tutorials and examples

tutorials/eigendistortion.nblink
tutorials/mad.nblink
tutorials/metamer.nblink
tutorials/simple_mad.nblink
tutorials/orig_mad.nblink
tutorials/synthesis.nblink
tutorials/00_simple_example.nblink
tutorials/01_Linear_approximation_of_nonlinear_model.nblink
tutorials/02_Eigendistortions.nblink
tutorials/03_Steerable_Pyramid.nblink
tutorials/04_Perceptual_distance.nblink
tutorials/05_Geodesics.nblink
tutorials/06_Metamer.nblink
tutorials/07_MAD_Competition.nblink
tutorials/08_Simple_MAD.nblink
tutorials/09_Original_MAD.nblink
tutorials/10_Synthesis.nblink

Indices and tables
==================
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorials/05_Geodesics.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../examples/05_Geodesics.ipynb"
}
3 changes: 0 additions & 3 deletions docs/tutorials/05_Hierarchical_model_LGN_V1_V2.nblink

This file was deleted.

8 changes: 4 additions & 4 deletions examples/01_Linear_approximation_of_nonlinear_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Defining/choosing a model"
"## Defining/choosing a model"
]
},
{
Expand Down Expand Up @@ -167,7 +167,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Input output Jacobian (aka. first order Taylor)\n",
"## Input output Jacobian (aka. first order Taylor)\n",
"\n",
"Exhaustive construction of the input output Jacobian evaluated at this image takes about a minute"
]
Expand Down Expand Up @@ -278,7 +278,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# SVD of the Jacobian"
"## SVD of the Jacobian"
]
},
{
Expand Down Expand Up @@ -448,7 +448,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.7.3"
},
"toc-autonumbering": true
},
Expand Down
10 changes: 5 additions & 5 deletions examples/05_Geodesics.ipynb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": [
"#under construction"
"# Geodesics\n",
"\n",
"under construction"
]
}
],
Expand All @@ -26,7 +26,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.7"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit dac73ed

Please sign in to comment.