diff --git a/examples/images/wip.png b/docs/images/wip.png
similarity index 100%
rename from examples/images/wip.png
rename to docs/images/wip.png
diff --git a/docs/user_guide.md b/docs/user_guide.md
index 7f1c39d6..ff433674 100644
--- a/docs/user_guide.md
+++ b/docs/user_guide.md
@@ -4,7 +4,7 @@
:gutter: 3
:::{grid-item-card}
-:img-top: examples/images/wip.png
+:img-top: examples/images/database.png
:text-align: center
tsml-eval Data Format
@@ -25,6 +25,50 @@ Datasets
:::
+:::{grid-item-card}
+:img-top: examples/images/wip.png
+:text-align: center
+
+tsml-eval Results Evaluation
+
+^^^
+
+Placeholder.
+
++++
+
+```{button-ref} /examples/evaluation.ipynb
+:color: primary
+:click-parent:
+:expand:
+
+Evaluation
+```
+
+:::
+
+:::{grid-item-card}
+:img-top: examples/images/wip.png
+:text-align: center
+
+tsml-eval Results Format
+
+^^^
+
+Placeholder.
+
++++
+
+```{button-ref} /examples/results_format.ipynb
+:color: primary
+:click-parent:
+:expand:
+
+Results
+```
+
+:::
+
:::{grid-item-card}
:img-top: examples/images/TSC.png
:text-align: center
@@ -92,10 +136,10 @@ TSCL
:::
:::{grid-item-card}
-:img-top: examples/images/wip.png
+:img-top: examples/images/TSCL.png
:text-align: center
-tsml-eval Results Evaluation
+Time Series Clustering
^^^
@@ -103,21 +147,21 @@ Placeholder.
+++
-```{button-ref} /examples/evaluation.ipynb
+```{button-ref} /examples/clustering_experiments.ipynb
:color: primary
:click-parent:
:expand:
-Evaluation
+TSCL
```
:::
:::{grid-item-card}
-:img-top: examples/images/wip.png
+:img-top: examples/images/forecasting.png
:text-align: center
-tsml-eval Results Format
+Time Series Forecasting
^^^
@@ -125,12 +169,12 @@ Placeholder.
+++
-```{button-ref} /examples/results_format.ipynb
+```{button-ref} /examples/forecasting_experiments.ipynb
:color: primary
:click-parent:
:expand:
-Results
+Forecasting
```
:::
diff --git a/examples/datasets.ipynb b/examples/datasets.ipynb
index bbe898a7..b6f97f05 100644
--- a/examples/datasets.ipynb
+++ b/examples/datasets.ipynb
@@ -7,7 +7,7 @@
"\n",
"Placeholder\n",
"\n",
- " [](./images/wip.png)"
+ " [](./images/database.png)"
],
"metadata": {
"collapsed": false
diff --git a/examples/forecasting_experiments.ipynb b/examples/forecasting_experiments.ipynb
new file mode 100644
index 00000000..71d8a188
--- /dev/null
+++ b/examples/forecasting_experiments.ipynb
@@ -0,0 +1,49 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "source": [
+ "# Time Series Forecasting Experiments\n",
+ "\n",
+ "Placeholder.\n",
+ "\n",
+ " [](./images/forecasting.png)"
+ ],
+ "metadata": {
+ "collapsed": false
+ }
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "outputs": [],
+ "source": [
+ "print(\"Placeholder\")"
+ ],
+ "metadata": {
+ "collapsed": false
+ }
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 2
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython2",
+ "version": "2.7.6"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/examples/images/database.png b/examples/images/database.png
new file mode 100644
index 00000000..ff1d38c4
Binary files /dev/null and b/examples/images/database.png differ
diff --git a/examples/images/forecasting.png b/examples/images/forecasting.png
new file mode 100644
index 00000000..c9316dbe
Binary files /dev/null and b/examples/images/forecasting.png differ