Skip to content

Commit

Permalink
no longer reference header-footer.ipynb as this file is now a .md
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentelat committed Apr 7, 2023
1 parent 31147ba commit ae15c4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ is still responsible for cosmetic styling:
}

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


### Enable a right scroll bar
Expand Down
2 changes: 1 addition & 1 deletion examples/overlay.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The present notebook demonstrates defining `overlay`, [this other one](header-footer.ipynb) shows how to \n",
"The present notebook demonstrates defining `overlay`, [this other one](header-footer.md) shows how to \n",
"use `header`, `footer` and `backimage`."
]
}
Expand Down

0 comments on commit ae15c4b

Please sign in to comment.