Skip to content

Commit ae15c4b

Browse files
committed
no longer reference header-footer.ipynb as this file is now a .md
1 parent 31147ba commit ae15c4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/customize.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ is still responsible for cosmetic styling:
172172
}
173173

174174
You can see some examples using these options at
175-
`RISE/examples/overlay.ipynb` and `RISE/examples/header-footer.ipynb`,
175+
`RISE/examples/overlay.ipynb` and `RISE/examples/header-footer.md`,
176176
or in binder respectively
177177
[![](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/damianavila/RISE/master?filepath=examples%2Foverlay.ipynb)
178-
[![](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/damianavila/RISE/master?filepath=examples%2Fheader-footer.ipynb)
178+
[![](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/damianavila/RISE/master?filepath=examples%2Fheader-footer.md)
179179

180180

181181
### Enable a right scroll bar

examples/overlay.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"cell_type": "markdown",
117117
"metadata": {},
118118
"source": [
119-
"The present notebook demonstrates defining `overlay`, [this other one](header-footer.ipynb) shows how to \n",
119+
"The present notebook demonstrates defining `overlay`, [this other one](header-footer.md) shows how to \n",
120120
"use `header`, `footer` and `backimage`."
121121
]
122122
}

0 commit comments

Comments
 (0)