From b84ecc2d86078e8301d5f7d1deb5d0fc96814df5 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Thu, 27 Jun 2024 02:47:04 +0530 Subject: [PATCH] Wrap fullscreen links in reST-based blocks --- docs/full.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/full.md b/docs/full.md index 773a19e..c450172 100644 --- a/docs/full.md +++ b/docs/full.md @@ -7,7 +7,11 @@ JupyterLite instance in a separate tab. You can access the JupyterLite deployment that `jupyterlite-sphinx` made for you, in fullscreen, following the `./lite/lab` and `./lite/retro` relative urls: -- [JupyterLab](./lite/lab/index.html) -- [Notebook](./lite/tree/index.html) +```{eval-rst} -If you want to open a specific notebook in fullscreen JupyterLab/Notebook you can use the `path` URL parameter, e.g. `./lite/lab/?path=my_noteboook.ipynb`. +- `JupyterLab `_ +- `Notebook `_ + +``` + +If you want to open a specific notebook in fullscreen JupyterLab/Notebook, you can use the `path` URL parameter, e.g. `./lite/lab/?path=my_noteboook.ipynb`.