Skip to content

Commit e7b8b69

Browse files
committed
Move download footer link to bottom
1 parent fe407b0 commit e7b8b69

11 files changed

+23
-24
lines changed

docs/source/tutorial/tutorial.AverageLearner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Because this documentation consists of static html, the `live_plot` and `live_in
1616
Download the notebook in order to see the real behaviour. [^download]
1717
```
1818

19-
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.AverageLearner.ipynb`** and {download}`tutorial.AverageLearner.md`.
20-
2119
```{code-cell}
2220
---
2321
tags: [hide-cell]
@@ -68,3 +66,5 @@ runner.live_info()
6866
```{code-cell}
6967
runner.live_plot(update_interval=0.1)
7068
```
69+
70+
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.AverageLearner.ipynb`** and {download}`tutorial.AverageLearner.md`.

docs/source/tutorial/tutorial.AverageLearner1D.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Because this documentation consists of static html, the `live_plot` and `live_in
1616
Download the notebook in order to see the real behaviour. [^download]
1717
```
1818

19-
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.AverageLearner1D.ipynb`** and {download}`tutorial.AverageLearner1D.md`.
20-
2119
```{code-cell}
2220
---
2321
tags: [hide-cell]
@@ -152,3 +150,5 @@ await runner.task # This is not needed in a notebook environment!
152150
runner.live_info()
153151
runner.live_plot(update_interval=0.1)
154152
```
153+
154+
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.AverageLearner1D.ipynb`** and {download}`tutorial.AverageLearner1D.md`.

docs/source/tutorial/tutorial.BalancingLearner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Because this documentation consists of static html, the `live_plot` and `live_in
1616
Download the notebook in order to see the real behaviour. [^download]
1717
```
1818

19-
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.BalancingLearner.ipynb`** and {download}`tutorial.BalancingLearner.md`.
20-
2119
```{code-cell}
2220
---
2321
tags: [hide-cell]
@@ -98,3 +96,5 @@ runner = adaptive.BlockingRunner(learner, goal=lambda l: l.loss() < 0.01)
9896
# `plot()` will return a HoloMap with correctly labeled sliders.
9997
learner.plot().overlay("beta").grid().select(y=(-1, 3))
10098
```
99+
100+
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.BalancingLearner.ipynb`** and {download}`tutorial.BalancingLearner.md`.

docs/source/tutorial/tutorial.DataSaver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Because this documentation consists of static html, the `live_plot` and `live_in
1616
Download the notebook in order to see the real behaviour. [^download]
1717
```
1818

19-
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.DataSaver.ipynb`** and {download}`tutorial.DataSaver.md`.
20-
2119
```{code-cell}
2220
---
2321
tags: [hide-cell]
@@ -83,3 +81,5 @@ Now the `DataSavingLearner` will have an dictionary attribute `extra_data` that
8381
```{code-cell}
8482
learner.extra_data
8583
```
84+
85+
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.DataSaver.ipynb`** and {download}`tutorial.DataSaver.md`.

docs/source/tutorial/tutorial.IntegratorLearner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Because this documentation consists of static html, the `live_plot` and `live_in
1616
Download the notebook in order to see the real behaviour. [^download]
1717
```
1818

19-
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.IntegratorLearner.ipynb`** and {download}`tutorial.IntegratorLearner.md`.
20-
2119
```{code-cell}
2220
---
2321
tags: [hide-cell]
@@ -99,3 +97,5 @@ print(
9997
)
10098
learner.plot()
10199
```
100+
101+
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.IntegratorLearner.ipynb`** and {download}`tutorial.IntegratorLearner.md`.

docs/source/tutorial/tutorial.Learner1D.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Because this documentation consists of static html, the `live_plot` and `live_in
1616
Download the notebook in order to see the real behaviour. [^download]
1717
```
1818

19-
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.Learner1D.ipynb`** and {download}`tutorial.Learner1D.md`.
20-
2119
```{code-cell}
2220
---
2321
tags: [hide-cell]
@@ -210,3 +208,5 @@ adaptive.runner.simple(learner_2, goal=npoints_goal)
210208
```
211209

212210
More info about using custom loss functions can be found in {ref}`Custom adaptive logic for 1D and 2D`.
211+
212+
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.Learner1D.ipynb`** and {download}`tutorial.Learner1D.md`.

docs/source/tutorial/tutorial.Learner2D.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Because this documentation consists of static html, the `live_plot` and `live_in
1616
Download the notebook in order to see the real behaviour. [^download]
1717
```
1818

19-
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.Learner2D.ipynb`** and {download}`tutorial.Learner2D.md`.
20-
2119
```{code-cell}
2220
---
2321
tags: [hide-cell]
@@ -91,3 +89,5 @@ learner2.tell_many(xys, map(partial(ring, wait=False), xys))
9189
+ learner.plot(tri_alpha=0.4)
9290
).cols(2).opts(hv.opts.EdgePaths(color="w"))
9391
```
92+
93+
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.Learner2D.ipynb`** and {download}`tutorial.Learner2D.md`.

docs/source/tutorial/tutorial.SKOptLearner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Because this documentation consists of static html, the `live_plot` and `live_in
1616
Download the notebook in order to see the real behaviour. [^download]
1717
```
1818

19-
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.SKOptLearner.ipynb`** and {download}`tutorial.SKOptLearner.md`.
20-
2119
```{code-cell}
2220
---
2321
tags: [hide-cell]
@@ -73,3 +71,5 @@ to_learn = hv.Curve((xs, [F(x, 0) for x in xs]), label="to learn")
7371
plot = runner.live_plot().relabel("prediction", depth=2) * to_learn
7472
plot.opts(legend_position="top")
7573
```
74+
75+
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.SKOptLearner.ipynb`** and {download}`tutorial.SKOptLearner.md`.

docs/source/tutorial/tutorial.SequenceLearner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Because this documentation consists of static html, the `live_plot` and `live_in
1616
Download the notebook in order to see the real behaviour. [^download]
1717
```
1818

19-
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.SequenceLearner.ipynb`** and {download}`tutorial.SequenceLearner.md`.
20-
2119
```{code-cell}
2220
---
2321
tags: [hide-cell]
@@ -79,3 +77,5 @@ To get the values in the same order as the input sequence (`learner.sequence`) u
7977
result = learner.result()
8078
print(result[:10]) # print the 10 first values
8179
```
80+
81+
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.SequenceLearner.ipynb`** and {download}`tutorial.SequenceLearner.md`.

docs/source/tutorial/tutorial.advanced-topics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Because this documentation consists of static html, the `live_plot` and `live_in
1616
Download the notebook in order to see the real behaviour. [^download]
1717
```
1818

19-
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.advanced-topics.ipynb`** and {download}`tutorial.advanced-topics.md`.
20-
2119
```{code-cell}
2220
---
2321
tags: [hide-cell]
@@ -413,3 +411,5 @@ await runner.task
413411
```
414412

415413
from within a coroutine.
414+
415+
[^download]: This notebook can be downloaded as **{nb-download}`tutorial.advanced-topics.ipynb`** and {download}`tutorial.advanced-topics.md`.

0 commit comments

Comments
 (0)