From 1ebe168b80366aecf3257b9e45516fb17f6ebb9c Mon Sep 17 00:00:00 2001 From: Marc Skov Madsen Date: Sun, 24 Mar 2024 22:04:23 +0000 Subject: [PATCH] docs fixes (#6548) --- doc/gallery/index.md | 27 +++++++++++------------ examples/reference/widgets/Terminal.ipynb | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/doc/gallery/index.md b/doc/gallery/index.md index 3381ff9208..3f9630b2a3 100644 --- a/doc/gallery/index.md +++ b/doc/gallery/index.md @@ -251,27 +251,26 @@ The gluoNNet aviation tracking application visualizes airplane positioning (ADS- :::: - ```{toctree} :titlesonly: :hidden: :maxdepth: 1 -portfolio_optimizer -streaming_videostream -windturbines -portfolio_analyzer -glaciers -vtk_slicer -nyc_deckgl -gapminders -vtk_interactive -penguin_crossfilter +altair_brushing deckgl_game_of_life +gapminders +glaciers hvplot_explorer -xgboost_classifier -altair_brushing -vtk_warp iris_kmeans +nyc_deckgl +penguin_crossfilter penguin_kmeans +portfolio_analyzer +portfolio_optimizer +streaming_videostream +vtk_interactive +vtk_slicer +vtk_warp +windturbines +xgboost_classifier ``` diff --git a/examples/reference/widgets/Terminal.ipynb b/examples/reference/widgets/Terminal.ipynb index 71afbdb4bb..270258fca5 100644 --- a/examples/reference/widgets/Terminal.ipynb +++ b/examples/reference/widgets/Terminal.ipynb @@ -33,7 +33,7 @@ "For details on other options for customizing the component see the [layout](../../how_to/layout/index.md) and [styling](../../how_to/styling/index.md) how-to guides.\n", "\n", "- **``clear``** (action): Clears the Terminal.\n", - "- **``options``** (dict) Initial Options for the Terminal Constructor. cf. https://xtermjs.org/docs/api/terminal/interfaces/iterminaloptions/\n", + "- **``options``** (dict) Initial Options for the Terminal Constructor. cf. [iterminaloptions](https://xtermjs.org/docs/api/terminal/interfaces/iterminaloptions/)\n", "- **``output``** (str): System *output* written to the Terminal.\n", "- **``value``** (str): User *input* received from the Terminal.\n", "- **``write_to_console``** (boolean): If True output is additionally written to the server console. Default value is False.\n",