Skip to content

Commit 98b0076

Browse files
committed
Fixed links to example files
1 parent cc294cb commit 98b0076

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

doc/orca_tutorial_1.ipynb

+18-5
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@
558558
"cell_type": "markdown",
559559
"metadata": {},
560560
"source": [
561-
"The whole example is available at [exampleProjections.m](../code-examples/exampleProjections.m)."
561+
"The whole example is available at [exampleProjections.m](../src/code-examples/exampleProjections.m)."
562562
]
563563
},
564564
{
@@ -600,7 +600,7 @@
600600
"cell_type": "markdown",
601601
"metadata": {},
602602
"source": [
603-
"The whole example is available at [exampleProjectionsThresholds.m](../code-examples/exampleProjectionsThresholds.m)."
603+
"The whole example is available at [exampleProjectionsThresholds.m](../src/code-examples/exampleProjectionsThresholds.m)."
604604
]
605605
},
606606
{
@@ -757,7 +757,7 @@
757757
"\n",
758758
"---\n",
759759
"\n",
760-
"***Exercise 4***: train classifiers for both `ERA` and `ESL` datasets, using the same experimental design you used in the [experiment section](orca-tutorial.md#launch-experiments-through-ini-files). Compare the results obtained for both datasets. Generate bar plots for comparing accuracy and AMAE. Which one is better classified? Which one is better ordered?\n",
760+
"***Exercise 4***: train classifiers for both `ERA` and `ESL` datasets, using the same experimental design you used in the [experiment section](orca_tutorial_1.md#launch-experiments-through-ini-files). Compare the results obtained for both datasets. Generate bar plots for comparing accuracy and AMAE. Which one is better classified? Which one is better ordered?\n",
761761
"\n",
762762
"---\n",
763763
"\n",
@@ -796,12 +796,25 @@
796796
},
797797
{
798798
"text": "MetaKernel Magics",
799-
"url": "https://metakernel.readthedocs.io/en/latest/source/README.html"
799+
"url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md"
800800
}
801801
],
802802
"mimetype": "text/x-octave",
803803
"name": "octave",
804-
"version": "4.4.1"
804+
"version": "4.2.1"
805+
},
806+
"toc": {
807+
"base_numbering": 1,
808+
"nav_menu": {},
809+
"number_sections": true,
810+
"sideBar": true,
811+
"skip_h1_title": false,
812+
"title_cell": "Table of Contents",
813+
"title_sidebar": "Contents",
814+
"toc_cell": false,
815+
"toc_position": {},
816+
"toc_section_display": true,
817+
"toc_window_display": false
805818
}
806819
},
807820
"nbformat": 4,

0 commit comments

Comments
 (0)